mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Remove IW_SCAN_CAPA_ESSID - defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
2ba4f2415c
commit
7f074ef6dd
1 changed files with 0 additions and 5 deletions
|
@ -1399,16 +1399,11 @@ static int rtw_wx_get_range(struct net_device *dev,
|
|||
IW_ENC_CAPA_CIPHER_TKIP|IW_ENC_CAPA_CIPHER_CCMP;
|
||||
#endif
|
||||
|
||||
#ifdef IW_SCAN_CAPA_ESSID //WIRELESS_EXT > 21
|
||||
range->scan_capa = IW_SCAN_CAPA_ESSID | IW_SCAN_CAPA_TYPE |IW_SCAN_CAPA_BSSID|
|
||||
IW_SCAN_CAPA_CHANNEL|IW_SCAN_CAPA_MODE|IW_SCAN_CAPA_RATE;
|
||||
#endif
|
||||
|
||||
|
||||
_func_exit_;
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
//set bssid flow
|
||||
|
|
Loading…
Reference in a new issue