rtl8188eu: Remove CONFIG_WIFI_TEST

The one is never selected.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-28 16:02:57 -06:00
parent ee0ecc2037
commit eba06c1708
4 changed files with 2 additions and 21 deletions

View file

@ -113,11 +113,7 @@ static int rtw_lowrate_two_xmit = 1;/* Use 2 path Tx to transmit MCS0~7 and lega
/* int rf_config = RF_1T2R; 1T2R */
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