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:
@@ -30,8 +30,6 @@ enum {
|
||||
WILC_GET_CFG
|
||||
};
|
||||
|
||||
#define WILC_MAX_ASSOC_RESP_FRAME_SIZE 256
|
||||
|
||||
struct rf_info {
|
||||
u8 link_speed;
|
||||
s8 rssi;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#include <linux/netdevice.h>
|
||||
#include "fw.h"
|
||||
|
||||
#define WILC_MAX_ASSOC_RESP_FRAME_SIZE 512
|
||||
|
||||
/********************************************
|
||||
*
|
||||
* Wlan Configuration ID
|
||||
|
||||
Reference in New Issue
Block a user