]> Git Repo - J-linux.git/commitdiff
net: wwan: iosm: correct data protocol mask bit
authorM Chetan Kumar <[email protected]>
Wed, 4 Aug 2021 16:09:51 +0000 (21:39 +0530)
committerDavid S. Miller <[email protected]>
Thu, 5 Aug 2021 10:28:55 +0000 (11:28 +0100)
Correct ul/dl data protocol mask bit to know which protocol capability
does device implement.

Signed-off-by: M Chetan Kumar <[email protected]>
Reviewed-by: Loic Poulain <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/wwan/iosm/iosm_ipc_mmio.h

index 45e6923da78f9b75ecaa7996aed83fea0c586875..f861994a6d90b7a6872401411df3575f4fbb5f6a 100644 (file)
 #define IOSM_CP_VERSION 0x0100UL
 
 /* DL dir Aggregation support mask */
-#define DL_AGGR BIT(23)
+#define DL_AGGR BIT(9)
 
 /* UL dir Aggregation support mask */
-#define UL_AGGR BIT(22)
+#define UL_AGGR BIT(8)
 
 /* UL flow credit support mask */
 #define UL_FLOW_CREDIT BIT(21)
This page took 0.046632 seconds and 4 git commands to generate.