Commit 7acd6950 authored by Amisha Patel's avatar Amisha Patel Committed by Kalle Valo
Browse files

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: default avatarAmisha Patel <amisha.patel@microchip.com>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230509172811.4953-1-amisha.patel@microchip.com
parent 9ce4bb09
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -30,8 +30,6 @@ enum {
	WILC_GET_CFG
};

#define WILC_MAX_ASSOC_RESP_FRAME_SIZE   256

struct rf_info {
	u8 link_speed;
	s8 rssi;
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
#include <linux/netdevice.h>
#include "fw.h"

#define WILC_MAX_ASSOC_RESP_FRAME_SIZE 512

/********************************************
 *
 *      Wlan Configuration ID