qcacmn: Support to Notify ML Reconfig completion

Support to send notification from host to user-space to notify
the completion of ML reconfiguration event to bring down a vap.

Change-Id: I35a8895f6de2970af339dd8b82177ce28ca56d95
CRs-Fixed: 3615539
This commit is contained in:
Sri Vidya Gunturi
2023-09-13 19:00:06 +05:30
zatwierdzone przez Rahul Choudhary
rodzic 1e13671be4
commit 55bf01b553
2 zmienionych plików z 25 dodań i 0 usunięć

Wyświetl plik

@@ -185,6 +185,8 @@
* switch event index
* @QCA_NL80211_VENDOR_SUBCMD_TX_LATENCY_INDEX: event index for transmit
* latency stats
* @QCA_NL80211_VENDOR_SUBCMD_RECONFIG_REMOVE_COMPLETE_EVENT_INDEX: ML Reconfig
* remove complete event index
*/
enum qca_nl80211_vendor_subcmds_index {
@@ -320,6 +322,7 @@ enum qca_nl80211_vendor_subcmds_index {
#ifdef WLAN_FEATURE_TX_LATENCY_STATS
QCA_NL80211_VENDOR_SUBCMD_TX_LATENCY_INDEX,
#endif
QCA_NL80211_VENDOR_SUBCMD_RECONFIG_REMOVE_COMPLETE_EVENT_INDEX,
};
#if !defined(SUPPORT_WDEV_CFG80211_VENDOR_EVENT_ALLOC) && \