rtl8188eu: Remove CONFIG_STA_MODE_SCAN_UNDER_AP_MODE

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-11 20:36:16 -05:00
parent 109963133b
commit 3f5c8ae480
3 changed files with 5 additions and 55 deletions

View file

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