qcacmn: Add northbound notification for link reconfig

When link removal TBTT expires, indicate the link removal
info to upper layer by vendor event.

Change-Id: Idf882cb22ccbd1c8b4ad6f03c6d27980cdbaef50
CRs-Fixed: 3481313
This commit is contained in:
Liangwei Dong
2023-04-10 16:33:19 +08:00
committed by Rahul Choudhary
부모 6bce625a5b
커밋 6f9b6db8f8
4개의 변경된 파일128개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -179,6 +179,7 @@
* stats index
* @QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON_INDEX:
* Driver disconnect reason index
* @QCA_NL80211_VENDOR_SUBCMD_LINK_RECONFIG_INDEX: link reconfig event index
*/
enum qca_nl80211_vendor_subcmds_index {
@@ -306,6 +307,9 @@ enum qca_nl80211_vendor_subcmds_index {
QCA_NL80211_VENDOR_SUBCMD_ROAM_STATS_INDEX,
#endif
QCA_NL80211_VENDOR_SUBCMD_CONNECTED_CHANNEL_STATS_INDEX,
#if defined(CONN_MGR_ADV_FEATURE) && defined(WLAN_FEATURE_11BE_MLO)
QCA_NL80211_VENDOR_SUBCMD_LINK_RECONFIG_INDEX,
#endif
};
#if !defined(SUPPORT_WDEV_CFG80211_VENDOR_EVENT_ALLOC) && \