mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
net: rockchip_wlan: rtl8821cs: enable CONFIG_RESUME_IN_WORKQUEUE
Signed-off-by: Alex Zhao <zzc@rock-chips.com> Change-Id: I5db0646d20840fcc3d01b4af8b0a5259ee8871d4
This commit is contained in:
@@ -1658,6 +1658,7 @@ EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
|
||||
# default setting for Power control
|
||||
#EXTRA_CFLAGS += -DRTW_ENABLE_WIFI_CONTROL_FUNC
|
||||
EXTRA_CFLAGS += -DRTW_SUPPORT_PLATFORM_SHUTDOWN
|
||||
EXTRA_CFLAGS += -DCONFIG_RESUME_IN_WORKQUEUE
|
||||
# default setting for Special function
|
||||
ARCH := arm
|
||||
CROSS_COMPILE := /home/android_sdk/Rockchip/Rk3188/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
|
||||
|
||||
@@ -1256,7 +1256,7 @@ static int rtw_sdio_resume(struct device *dev)
|
||||
|
||||
pdbgpriv->dbg_resume_cnt++;
|
||||
|
||||
#ifdef CONFIG_PLATFORM_INTEL_BYT
|
||||
#ifdef CONFIG_PLATFORM_ROCKCHIPS
|
||||
if (0)
|
||||
#else
|
||||
if (pwrpriv->wowlan_mode || pwrpriv->wowlan_ap_mode)
|
||||
|
||||
Reference in New Issue
Block a user