qcacld-3.0: Notify firmware on CSA rejection

The host driver now sends a notification to the
firmware when a CSA (Channel Switch Announcement)
is rejected due to no change in channel, bandwidth,
or puncture.

Change-Id: I5d8a424459898d15a7931baf7ca4c3de8308c64e
CRs-Fixed: 3595843
This commit is contained in:
Aasir Rasheed
2023-09-13 16:19:28 +05:30
کامیت شده توسط Rahul Choudhary
والد 99408bd7da
کامیت c03f357db6
26فایلهای تغییر یافته به همراه384 افزوده شده و 2 حذف شده

مشاهده پرونده

@@ -182,6 +182,7 @@ _fixed_ipaths = [
"components/coex/core/inc",
"components/coex/dispatcher/inc",
"components/cp_stats/dispatcher/inc",
"components/target_if/mlme/inc",
"components/denylist_mgr/core/inc",
"components/denylist_mgr/dispatcher/inc",
"components/disa/core/inc",
@@ -703,6 +704,13 @@ _conditional_srcs = {
"os_if/cp_stats/src/wlan_cfg80211_mc_cp_stats.c",
],
},
"CONFIG_QCA_TARGET_IF_MLME": {
True: [
"components/target_if/mlme/src/target_if_mlme.c",
"components/wmi/src/wmi_unified_mlme_api.c",
"components/wmi/src/wmi_unified_mlme_tlv.c",
],
},
"CONFIG_DCS": {
True: [
"cmn/target_if/dcs/src/target_if_dcs.c",