Patch qcacld-2.0 to build out of tree Change-Id: Ib2f57f6b25a5142f4adc38bd971b551e222a9b18
diff --git a/CORE/CLD_TXRX/TXRX/ol_tx_queue.c b/CORE/CLD_TXRX/TXRX/ol_tx_queue.c index 571295f..5bb30ac 100644 --- a/CORE/CLD_TXRX/TXRX/ol_tx_queue.c +++ b/CORE/CLD_TXRX/TXRX/ol_tx_queue.c
@@ -1256,7 +1256,7 @@ return; } - TXRX_PRINT(TXRX_PRINT_LEVEL_ERR, "Setting throttle level %d\n", level); + TXRX_PRINT(TXRX_PRINT_LEVEL_WARN, "Setting throttle level %d\n", level); /* Set the current throttle level */ pdev->tx_throttle.current_throttle_level = (throttle_level)level;
diff --git a/Kbuild b/Kbuild index 77feef4..b415e9f 100644 --- a/Kbuild +++ b/Kbuild
@@ -181,6 +181,8 @@ CONFIG_NON_QC_PLATFORM := y endif +CONFIG_NON_QC_PLATFORM := y + ifneq ($(CONFIG_MOBILE_ROUTER), y) # To enable ESE upload, dependent config # CONFIG_QCOM_ESE must be enabled.
diff --git a/Makefile b/Makefile index f78d774..2cbd218 100644 --- a/Makefile +++ b/Makefile
@@ -1,5 +1,5 @@ KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build - +DESTDIR ?= $(KERNEL_SRC) KBUILD_OPTIONS := WLAN_ROOT=$(PWD) KBUILD_OPTIONS += MODNAME?=wlan