qcacld-3.0: Set puncture cap
Set new puncture cap, clear old puncture cap. For SAP with fixed freq instead of ACS mode, need support puncture too, need use API sap_phymode_is_eht(sap_ctx->phyMode). Change-Id: I4bbbd742c3c49111d1725137739557bce18588f9 CRs-Fixed: 3518498
This commit is contained in:
2
Kbuild
2
Kbuild
@@ -3283,7 +3283,7 @@ ifeq ($(findstring yes, $(found)), yes)
|
||||
ccflags-y += -DCFG80211_LINK_STA_PARAMS_PRESENT
|
||||
endif
|
||||
|
||||
found = $(shell if grep -qF "NL80211_EXT_FEATURE_PUNCT" $(srctree)/include/net/nl80211.h; then echo "yes" ;else echo "no" ;fi;)
|
||||
found = $(shell if grep -qF "NL80211_EXT_FEATURE_PUNCT" $(srctree)/include/uapi/linux/nl80211.h; then echo "yes" ;else echo "no" ;fi;)
|
||||
ifeq ($(findstring yes, $(found)), yes)
|
||||
ccflags-y += -DNL80211_EXT_FEATURE_PUNCT_SUPPORT
|
||||
endif
|
||||
|
Reference in New Issue
Block a user