mwifiex: increase max supported pattern offset
authorAmitkumar Karwar <[email protected]>
Tue, 6 Aug 2013 01:51:59 +0000 (18:51 -0700)
committerJohn W. Linville <[email protected]>
Fri, 9 Aug 2013 19:57:48 +0000 (15:57 -0400)
The offset number is increased to accomodate requests from
user to match more fields in a Rx packet.

Signed-off-by: Amitkumar Karwar <[email protected]>
Signed-off-by: Bing Zhao <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/net/wireless/mwifiex/fw.h

index c0dfc4dea75a9e8d6776e90f9243a08dd8a1b8d8..12c6223ebb8ccd008fdf1426ae5a3cc3fa35bbc6 100644 (file)
@@ -450,7 +450,7 @@ enum P2P_MODES {
        (((event_cause) >> 24) & 0x00ff)
 
 #define MWIFIEX_MAX_PATTERN_LEN                20
-#define MWIFIEX_MAX_OFFSET_LEN         50
+#define MWIFIEX_MAX_OFFSET_LEN         100
 #define STACK_NBYTES                   100
 #define TYPE_DNUM                      1
 #define TYPE_BYTESEQ                   2