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

@ -20,7 +20,6 @@ CONFIG_RTL8188E = y
CONFIG_USB_HCI = y
CONFIG_POWER_SAVING = y
CONFIG_USB_AUTOSUSPEND = n
CONFIG_BT_COEXIST = n
CONFIG_WOWLAN = n
@ -96,10 +95,6 @@ ifeq ($(CONFIG_USB_AUTOSUSPEND), y)
EXTRA_CFLAGS += -DCONFIG_USB_AUTOSUSPEND
endif
ifeq ($(CONFIG_POWER_SAVING), y)
EXTRA_CFLAGS += -DCONFIG_POWER_SAVING
endif
ifeq ($(CONFIG_BT_COEXIST), y)
EXTRA_CFLAGS += -DCONFIG_BT_COEXIST
endif

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;