summaryrefslogtreecommitdiff
path: root/wl1271/platforms/os/linux/src/CmdInterpretWext.c
diff options
context:
space:
mode:
Diffstat (limited to 'wl1271/platforms/os/linux/src/CmdInterpretWext.c')
-rw-r--r--wl1271/platforms/os/linux/src/CmdInterpretWext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wl1271/platforms/os/linux/src/CmdInterpretWext.c b/wl1271/platforms/os/linux/src/CmdInterpretWext.c
index 08f6bb2..64e6d41 100644
--- a/wl1271/platforms/os/linux/src/CmdInterpretWext.c
+++ b/wl1271/platforms/os/linux/src/CmdInterpretWext.c
@@ -83,7 +83,8 @@ typedef struct
} cckm_assocInformation_t;
#define ASSOC_RESP_FIXED_DATA_LEN 6
-#define MAX_BEACON_BODY_LENGTH 350
+/* 1500 is the recommended size by the Motorola Standard team. TI recommendation is 700 */
+#define MAX_BEACON_BODY_LENGTH 1500
#define BEACON_HEADER_FIX_SIZE 12
#define CCKM_START_EVENT_SIZE 23 /* cckm-start string + timestamp + bssid + null */
#endif