diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2015-09-17 14:40:23 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:48:11 +0900 |
commit | f88700daaa1e95d75c546e2569f422c4e00c56ee (patch) | |
tree | 9fbd7fa1f83a55e3d7679a06b02922e0833a3761 /drivers/net | |
parent | ed4be793e5a8b1c60003946bcb2ebfcb37a60794 (diff) |
LOCAL / net: bcm4358: Disable wakelock configuration
Wakelock is android mechanisme. Tizen dosen't use it.
In addition, set to BCMPCIE_DISABLE_ASYNC_SUSPEND config.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/bcmdhd4358/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/bcmdhd4358/Makefile b/drivers/net/wireless/bcmdhd4358/Makefile index 60b471153022..c1d954a40b45 100644 --- a/drivers/net/wireless/bcmdhd4358/Makefile +++ b/drivers/net/wireless/bcmdhd4358/Makefile @@ -160,7 +160,7 @@ DHDCFLAGS += -DWAIT_DEQUEUE DHDCFLAGS += -DCONFIG_CONTROL_PM # Use Android wake lock mechanism -DHDCFLAGS += -DCONFIG_HAS_WAKELOCK +#DHDCFLAGS += -DCONFIG_HAS_WAKELOCK # Used short dwell time during initial scan DHDCFLAGS += -DUSE_INITIAL_SHORT_DWELL_TIME |