kernel-module-qualcomm: do not create an auxiliar p2p interface on init

https://jira.digi.com/browse/DEL-2656

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2016-06-27 13:23:09 +02:00
parent 7ecd73da73
commit 7a95663c5e
2 changed files with 23 additions and 0 deletions

View File

@ -29,6 +29,7 @@ SRC_URI = " \
file://0010-native_sdio-src-hif-Do-not-call-to-HIGH-SPEED-functi.patch \
file://0011-osdep_adf.h-fix-for-undefined-ath_sysctl_pktlog_size.patch \
file://0012-Kbuild-Add-compilation-flag-based-on-kernel-support.patch \
file://0013-Kbuild-do-not-create-an-auxiliar-p2p-on-init.patch \
"
S = "${WORKDIR}/${PV}"

View File

@ -0,0 +1,22 @@
From: Isaac Hermida <isaac.hermida@digi.com>
Date: Mon, 27 Jun 2016 13:07:23 +0200
Subject: [PATCH] Kbuild: do not create an auxiliar p2p on init
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
---
Kbuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Kbuild b/Kbuild
index 339262874c94..b14417a558cd 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1254,7 +1254,7 @@ CDEFINES += -DQCA_HT_2040_COEX
else
#Open P2P device interface only for non-Mobile router use cases
-CDEFINES += -DWLAN_OPEN_P2P_INTERFACE
+# CDEFINES += -DWLAN_OPEN_P2P_INTERFACE
#Enable 2.4 GHz social channels in 5 GHz only mode for p2p usage
CDEFINES += -DWLAN_ENABLE_SOCIAL_CHANNELS_5G_ONLY