Commit afd84de4 authored by Amitkumar Karwar's avatar Amitkumar Karwar Committed by John W. Linville

mwifiex: increase max supported pattern offset

The offset number is increased to accomodate requests from
user to match more fields in a Rx packet.
Signed-off-by: default avatarAmitkumar Karwar <akarwar@marvell.com>
Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0434c464
...@@ -450,7 +450,7 @@ enum P2P_MODES { ...@@ -450,7 +450,7 @@ enum P2P_MODES {
(((event_cause) >> 24) & 0x00ff) (((event_cause) >> 24) & 0x00ff)
#define MWIFIEX_MAX_PATTERN_LEN 20 #define MWIFIEX_MAX_PATTERN_LEN 20
#define MWIFIEX_MAX_OFFSET_LEN 50 #define MWIFIEX_MAX_OFFSET_LEN 100
#define STACK_NBYTES 100 #define STACK_NBYTES 100
#define TYPE_DNUM 1 #define TYPE_DNUM 1
#define TYPE_BYTESEQ 2 #define TYPE_BYTESEQ 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment