summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandy Chiu <wchiu@qca.qualcomm.com>2014-08-11 12:00:23 +0800
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-08-13 11:31:05 -0700
commitb1aa4e277950995dafcd2254a3a16bdccda4cdb2 (patch)
tree9fefd94b8a2a0c8acfa05b362a330511e36bc4e4 /Makefile
parent50f6a46d215216101513a88fdebc5f2ea7e5e01d (diff)
qcacld: [HDD]: Deadlock happened duing P2P test
The supplicant will show timeout at the GC side while GO firstly doing group remove then GC did remove group immediately. The issue happened while doing flush_scheduled_work in function hdd_smeCloseSessionCallback. The issue will be resolved with WLAN_OPEN_SOURCE macro. Add WLAN_OPEN_SOURCE for usb case and add CONFIG_HAS_WAKELOCK to separate wake_lock related functions for compile issue on linux kernel. Change-Id: I432d7fc4b20ad8400c157f6af8e96a877bab0338 CRs-Fixed: 707406
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 13c8fe13c88e..c05b00f26c57 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,6 @@ KBUILD_OPTIONS += MODNAME=wlan
LICENSE_FILE ?= $(PWD)/$(WLAN_ROOT)/CORE/HDD/src/wlan_hdd_main.c
WLAN_OPEN_SOURCE = $(shell if grep -q "MODULE_LICENSE(\"Dual BSD/GPL\")" \
$(LICENSE_FILE); then echo 1; else echo 0; fi)
-ifeq ($(CONFIG_ROME_IF),usb)
- WLAN_OPEN_SOURCE = 0
-endif
#By default build for CLD
WLAN_SELECT := CONFIG_QCA_CLD_WLAN=m