net: wwan: iosm: correct data protocol mask bit
Correct ul/dl data protocol mask bit to know which protocol capability does device implement. Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com> Reviewed-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b46c5795d6
commit
c98f5220e9
@ -10,10 +10,10 @@
|
|||||||
#define IOSM_CP_VERSION 0x0100UL
|
#define IOSM_CP_VERSION 0x0100UL
|
||||||
|
|
||||||
/* DL dir Aggregation support mask */
|
/* DL dir Aggregation support mask */
|
||||||
#define DL_AGGR BIT(23)
|
#define DL_AGGR BIT(9)
|
||||||
|
|
||||||
/* UL dir Aggregation support mask */
|
/* UL dir Aggregation support mask */
|
||||||
#define UL_AGGR BIT(22)
|
#define UL_AGGR BIT(8)
|
||||||
|
|
||||||
/* UL flow credit support mask */
|
/* UL flow credit support mask */
|
||||||
#define UL_FLOW_CREDIT BIT(21)
|
#define UL_FLOW_CREDIT BIT(21)
|
||||||
|
Loading…
Reference in New Issue
Block a user