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: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
0434c46499
commit
afd84de473
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue