mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove CONFIG_STA_MODE_SCAN_UNDER_AP_MODE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
109963133b
commit
3f5c8ae480
3 changed files with 5 additions and 55 deletions
|
@ -391,10 +391,6 @@ struct mlme_ext_info {
|
|||
struct HT_info_element HT_info;
|
||||
struct wlan_bssid_ex network;//join network or bss_network, if in ap mode, it is the same to cur_network.network
|
||||
struct FW_Sta_Info FW_sta_info[NUM_STA];
|
||||
|
||||
#ifdef CONFIG_STA_MODE_SCAN_UNDER_AP_MODE
|
||||
u8 scan_cnt;
|
||||
#endif //CONFIG_STA_MODE_SCAN_UNDER_AP_MODE
|
||||
};
|
||||
|
||||
// The channel information about this channel including joining, scanning, and power constraints.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue