mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Remove CONFIG_80211D - defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d757702bfb
commit
712e0297fc
5 changed files with 13 additions and 35 deletions
|
@ -113,8 +113,6 @@
|
|||
#define RATE_ADAPTIVE_SUPPORT 1
|
||||
#define POWER_TRAINING_ACTIVE 1
|
||||
|
||||
#define CONFIG_80211D
|
||||
|
||||
/*
|
||||
* Debug Related Config
|
||||
*/
|
||||
|
|
|
@ -169,9 +169,7 @@ struct registry_priv
|
|||
|
||||
u8 fw_iol; //enable iol without other concern
|
||||
|
||||
#ifdef CONFIG_80211D
|
||||
u8 enable80211d;
|
||||
#endif
|
||||
|
||||
u8 ifname[16];
|
||||
u8 if2name[16];
|
||||
|
@ -179,7 +177,6 @@ struct registry_priv
|
|||
u8 notch_filter;
|
||||
};
|
||||
|
||||
|
||||
//For registry parameters
|
||||
#define RGTRY_OFT(field) ((ULONG)FIELD_OFFSET(struct registry_priv,field))
|
||||
#define RGTRY_SZ(field) sizeof(((struct registry_priv*) 0)->field)
|
||||
|
|
|
@ -478,9 +478,7 @@ struct mlme_ext_priv
|
|||
unsigned char bstart_bss;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_80211D
|
||||
u8 update_channel_plan_by_ap_done;
|
||||
#endif
|
||||
//recv_decache check for Action_public frame
|
||||
u8 action_public_dialog_token;
|
||||
u16 action_public_rxseq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue