kernel-module-qualcomm: Initialize auxiliary p2p0 interface at boot
Remove the commit that removes the p2p0 interface at boot. This interface is the one used to establish p2p connections. Configuring the wlan0 command for p2p does not work. https://jira.digi.com/browse/DEL-3390 Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
e55d83ba14
commit
98808b5938
|
|
@ -26,15 +26,14 @@ 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 \
|
||||
file://0014-Kbuild-do-not-compile-the-DEBUG-version-inconditiona.patch \
|
||||
file://0015-Kbuild-Group-most-of-the-relevant-DEBUG-options.patch \
|
||||
file://0016-wlan_hdd_cfg80211-fix-missing-ifdef-clause.patch \
|
||||
file://0017-Add-.gitignore-rules.patch \
|
||||
file://0018-wlan_hdd_main-initialize-all-adapter-completion-vari.patch \
|
||||
file://0019-qcacld-Indicate-disconnect-event-to-upper-layers.patch \
|
||||
file://0020-wdd_hdd_main-Print-con_mode-to-clearly-see-if-in-FTM.patch \
|
||||
file://0021-Makefile-Pass-BUILD_DEBUG_VERSION-to-kbuild-system.patch \
|
||||
file://0013-Kbuild-do-not-compile-the-DEBUG-version-inconditiona.patch \
|
||||
file://0014-Kbuild-Group-most-of-the-relevant-DEBUG-options.patch \
|
||||
file://0015-wlan_hdd_cfg80211-fix-missing-ifdef-clause.patch \
|
||||
file://0016-Add-.gitignore-rules.patch \
|
||||
file://0017-wlan_hdd_main-initialize-all-adapter-completion-vari.patch \
|
||||
file://0018-qcacld-Indicate-disconnect-event-to-upper-layers.patch \
|
||||
file://0019-wdd_hdd_main-Print-con_mode-to-clearly-see-if-in-FTM.patch \
|
||||
file://0020-Makefile-Pass-BUILD_DEBUG_VERSION-to-kbuild-system.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/${PV}"
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
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
|
||||
Loading…
Reference in New Issue