mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove CONFIG_WIFI_TEST
The one is never selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
ee0ecc2037
commit
eba06c1708
4 changed files with 2 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue