rtl8188eu: Remove CONFIG_80211D - defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 11:02:38 -05:00
parent d757702bfb
commit 712e0297fc
5 changed files with 13 additions and 35 deletions

View file

@ -113,8 +113,6 @@
#define RATE_ADAPTIVE_SUPPORT 1
#define POWER_TRAINING_ACTIVE 1
#define CONFIG_80211D
/*
* Debug Related Config
*/

View file

@ -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)

View file

@ -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;