rtl8188eu: Remove CONFIG_SPCT_CH_SWITCH - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 21:52:18 -05:00
parent 88dda12d3b
commit 0e3b2adb3f

View file

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