rtl8188eu: Remove CONFIG_POWER_SAVING - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-22 15:48:13 -05:00
parent 7f074ef6dd
commit 04e83e3288
2 changed files with 0 additions and 10 deletions

View file

@ -53,13 +53,8 @@ static int rtw_preamble = PREAMBLE_LONG;//long, short, auto
static int rtw_scan_mode = 1;//active, passive
static int rtw_adhoc_tx_pwr = 1;
static int rtw_soft_ap = 0;
#ifdef CONFIG_POWER_SAVING
static int rtw_power_mgnt = 1;
static int rtw_ips_mode = IPS_NORMAL;
#else
static int rtw_power_mgnt = PS_MODE_ACTIVE;
static int rtw_ips_mode = IPS_NONE;
#endif
static int rtw_smart_ps = 2;