rtl8188eu: Remove CONFIG_WIFI_TEST

This parameter is not defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 21:30:21 -05:00
parent 167e245287
commit e8b7f536c4
4 changed files with 1 additions and 19 deletions

View file

@ -114,11 +114,7 @@ static int rtw_lowrate_two_xmit = 1;//Use 2 path Tx to transmit MCS0~7 and legac
static int rtw_rf_config = RF_819X_MAX_TYPE; //auto
static int rtw_low_power = 0;
#ifdef CONFIG_WIFI_TEST
static int rtw_wifi_spec = 1;//for wifi test
#else
static int rtw_wifi_spec = 0;
#endif
static int rtw_channel_plan = RT_CHANNEL_DOMAIN_MAX;
#ifdef CONFIG_BT_COEXIST