From 0e3b2adb3fe00551d60a46bf6c16a09f8eba6f28 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 21 Jul 2013 21:52:18 -0500 Subject: [PATCH] rtl8188eu: Remove CONFIG_SPCT_CH_SWITCH - not defined Signed-off-by: Larry Finger --- core/rtw_mlme_ext.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/rtw_mlme_ext.c b/core/rtw_mlme_ext.c index 41b9722..be8087a 100644 --- a/core/rtw_mlme_ext.c +++ b/core/rtw_mlme_ext.c @@ -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;