LOCAL / net: bcm4358: Disable wakelock configuration
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Sep 2015 05:40:23 +0000 (14:40 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:48:11 +0000 (13:48 +0900)
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>
drivers/net/wireless/bcmdhd4358/Makefile

index 60b4711..c1d954a 100644 (file)
@@ -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