mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove CONFIG_POWER_SAVING - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
7f074ef6dd
commit
04e83e3288
2 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue