mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Rework CONFIG_NATIVEAP_MLME
This variable is set in autoconf.h to be defined whenever CONFIG_AP is defined. As there is no need for both parameters, CONFIG_NATIVEAP_MLME is renamed to CONFIG_AP. In addition, the dead code associated with the one instance where of _CONFIG_NATIVEAP_MLME_ is removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
632cdeeec8
commit
f4a1669097
10 changed files with 27 additions and 75 deletions
|
@ -175,7 +175,7 @@ struct sta_info {
|
|||
|
||||
u8 bpairwise_key_installed;
|
||||
|
||||
#ifdef CONFIG_NATIVEAP_MLME
|
||||
#ifdef CONFIG_AP_MODE
|
||||
u8 wpa_ie[32];
|
||||
|
||||
u8 nonerp_set;
|
||||
|
@ -184,7 +184,7 @@ struct sta_info {
|
|||
u8 no_ht_gf_set;
|
||||
u8 no_ht_set;
|
||||
u8 ht_20mhz_set;
|
||||
#endif // CONFIG_NATIVEAP_MLME
|
||||
#endif // CONFIG_AP_MODE
|
||||
|
||||
unsigned int tx_ra_bitmap;
|
||||
u8 qos_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue