mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +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
5
Makefile
5
Makefile
|
@ -20,7 +20,6 @@ CONFIG_RTL8188E = y
|
||||||
|
|
||||||
CONFIG_USB_HCI = y
|
CONFIG_USB_HCI = y
|
||||||
|
|
||||||
CONFIG_POWER_SAVING = y
|
|
||||||
CONFIG_USB_AUTOSUSPEND = n
|
CONFIG_USB_AUTOSUSPEND = n
|
||||||
CONFIG_BT_COEXIST = n
|
CONFIG_BT_COEXIST = n
|
||||||
CONFIG_WOWLAN = n
|
CONFIG_WOWLAN = n
|
||||||
|
@ -96,10 +95,6 @@ ifeq ($(CONFIG_USB_AUTOSUSPEND), y)
|
||||||
EXTRA_CFLAGS += -DCONFIG_USB_AUTOSUSPEND
|
EXTRA_CFLAGS += -DCONFIG_USB_AUTOSUSPEND
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_POWER_SAVING), y)
|
|
||||||
EXTRA_CFLAGS += -DCONFIG_POWER_SAVING
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_BT_COEXIST), y)
|
ifeq ($(CONFIG_BT_COEXIST), y)
|
||||||
EXTRA_CFLAGS += -DCONFIG_BT_COEXIST
|
EXTRA_CFLAGS += -DCONFIG_BT_COEXIST
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -53,13 +53,8 @@ static int rtw_preamble = PREAMBLE_LONG;//long, short, auto
|
||||||
static int rtw_scan_mode = 1;//active, passive
|
static int rtw_scan_mode = 1;//active, passive
|
||||||
static int rtw_adhoc_tx_pwr = 1;
|
static int rtw_adhoc_tx_pwr = 1;
|
||||||
static int rtw_soft_ap = 0;
|
static int rtw_soft_ap = 0;
|
||||||
#ifdef CONFIG_POWER_SAVING
|
|
||||||
static int rtw_power_mgnt = 1;
|
static int rtw_power_mgnt = 1;
|
||||||
static int rtw_ips_mode = IPS_NORMAL;
|
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;
|
static int rtw_smart_ps = 2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue