mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Remove CONFIG_SPCT_CH_SWITCH - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
88dda12d3b
commit
0e3b2adb3f
1 changed files with 0 additions and 4 deletions
|
@ -2098,10 +2098,6 @@ unsigned int on_action_spct(_adapter *padapter, union recv_frame *precv_frame)
|
|||
case RTW_WLAN_ACTION_SPCT_TPC_RPRT:
|
||||
break;
|
||||
case RTW_WLAN_ACTION_SPCT_CHL_SWITCH:
|
||||
#ifdef CONFIG_SPCT_CH_SWITCH
|
||||
ret = on_action_spct_ch_switch (padapter, psta, &frame_body[2],
|
||||
frame_len-(frame_body-pframe)-2);
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue