forked from Minki/linux
brcmfmac: Cleanup of unused defines.
Remove some unused defines and comments. Also use same define for IE length. Reviewed-by: Arend Van Spriel <arend@broadcom.com> Signed-off-by: Hante Meuleman <meuleman@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
28c14f4a3b
commit
dae3a27359
@ -20,12 +20,6 @@
|
||||
|
||||
struct brcmf_cfg80211_info;
|
||||
|
||||
/* vendor ies max buffer length for probe response or beacon */
|
||||
#define VNDR_IES_MAX_BUF_LEN 1400
|
||||
/* normal vendor ies buffer length */
|
||||
#define VNDR_IES_BUF_LEN 512
|
||||
|
||||
/* Structure to hold all saved P2P and WPS IEs for a BSSCFG */
|
||||
/**
|
||||
* enum p2p_bss_type - different type of BSS configurations.
|
||||
*
|
||||
|
@ -172,7 +172,7 @@ enum brcmf_vif_status {
|
||||
* @beacon_ie_len: IE info length for beacon frame.
|
||||
*/
|
||||
struct vif_saved_ie {
|
||||
u8 probe_req_ie[VNDR_IES_BUF_LEN];
|
||||
u8 probe_req_ie[IE_MAX_LEN];
|
||||
u8 probe_res_ie[IE_MAX_LEN];
|
||||
u8 beacon_ie[IE_MAX_LEN];
|
||||
u8 assoc_req_ie[IE_MAX_LEN];
|
||||
|
Loading…
Reference in New Issue
Block a user