mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove _CONFIG_NATIVEAP_MLME_ and CONFIG_NATIVEAP_MLME
The first is never defined. The second is always devined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5ded2b3ded
commit
8f5cbefdef
9 changed files with 36 additions and 105 deletions
|
@ -211,7 +211,6 @@ struct sta_info {
|
|||
|
||||
u8 bpairwise_key_installed;
|
||||
|
||||
#ifdef CONFIG_NATIVEAP_MLME
|
||||
u8 wpa_ie[32];
|
||||
|
||||
u8 nonerp_set;
|
||||
|
@ -220,7 +219,6 @@ struct sta_info {
|
|||
u8 no_ht_gf_set;
|
||||
u8 no_ht_set;
|
||||
u8 ht_20mhz_set;
|
||||
#endif // CONFIG_NATIVEAP_MLME
|
||||
|
||||
#ifdef CONFIG_ATMEL_RC_PATCH
|
||||
u8 flag_atmel_rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue