From 209933338607d9cdebf1b0d2aa9fa624b703ab40 Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Mon, 23 Nov 2020 18:24:39 +0100 Subject: [PATCH] FIX: [mac80211] activate no TPC client for netbolt BugzId: 65975 --- recipes-kernel/mac80211/mac80211/config.netbolt | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/mac80211/mac80211/config.netbolt b/recipes-kernel/mac80211/mac80211/config.netbolt index 2a5c77c..380f5e6 100644 --- a/recipes-kernel/mac80211/mac80211/config.netbolt +++ b/recipes-kernel/mac80211/mac80211/config.netbolt @@ -22,6 +22,7 @@ CPTCFG_CFG80211_CERTIFICATION_ONUS=y # CPTCFG_CFG80211_DEFAULT_PS is not set # CPTCFG_CFG80211_CRDA_SUPPORT is not set CPTCFG_CFG80211_WEXT=y +CPTCFG_CFG80211_NO_TPC_CLIENT=y # CPTCFG_LIB80211 is not set # CPTCFG_LIB80211_CRYPT_WEP is not set # CPTCFG_LIB80211_CRYPT_CCMP is not set