wifi: wilc1000: Increase ASSOC response buffer

In recent access points, information element is longer as they include
additional data which exceeds 256 bytes. To accommodate longer
association response, increase the ASSOC response buffer.

Signed-off-by: Amisha Patel <amisha.patel@microchip.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230509172811.4953-1-amisha.patel@microchip.com
This commit is contained in:
Amisha Patel 2023-05-09 17:29:08 +00:00 committed by Kalle Valo
parent 9ce4bb0912
commit 7acd695070
3 changed files with 3 additions and 3 deletions

View File

@ -30,8 +30,6 @@ enum {
WILC_GET_CFG
};
#define WILC_MAX_ASSOC_RESP_FRAME_SIZE 256
struct rf_info {
u8 link_speed;
s8 rssi;

View File

@ -30,7 +30,7 @@ struct wilc_cfg_str {
struct wilc_cfg_str_vals {
u8 mac_address[7];
u8 firmware_version[129];
u8 assoc_rsp[256];
u8 assoc_rsp[WILC_MAX_ASSOC_RESP_FRAME_SIZE];
};
struct wilc_cfg {

View File

@ -10,6 +10,8 @@
#include <linux/netdevice.h>
#include "fw.h"
#define WILC_MAX_ASSOC_RESP_FRAME_SIZE 512
/********************************************
*
* Wlan Configuration ID