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:
Jianmin Zhu
2023-06-02 14:59:24 +08:00
committed by Rahul Choudhary
父節點 4b29565f47
當前提交 fade300d71
共有 4 個文件被更改,包括 9 次插入24 次删除

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