qcacmn: add vendor sub-command index for primary netdev notification event
Add vendor sub commands index QCA_NL80211_VENDOR_SUBCMD_MLO_PEER_PRIM_NETDEV_EVENT_INDEX. This index is used to identify the vendor event from the socket buffer. This vendor event notifies the application layer about the primary netdev after each MLO association. Change-Id: Icccf0498412ee6831dcf61f9dd7c7e828848c2eb CRs-Fixed: 3297028
这个提交包含在:
@@ -148,6 +148,8 @@
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_DRIVER_READY_INDEX: Driver Ready after SSR index
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_SCS_RULE_CONFIG_INDEX: SCS rule config index
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_SR_INDEX: SR Event index
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_MLO_PEER_PRIM_NETDEV_EVENT_INDEX: primary netdev
|
||||
* event index
|
||||
*/
|
||||
|
||||
enum qca_nl80211_vendor_subcmds_index {
|
||||
@@ -263,6 +265,7 @@ enum qca_nl80211_vendor_subcmds_index {
|
||||
#ifdef WLAN_FEATURE_SR
|
||||
QCA_NL80211_VENDOR_SUBCMD_SR_INDEX,
|
||||
#endif
|
||||
QCA_NL80211_VENDOR_SUBCMD_MLO_PEER_PRIM_NETDEV_EVENT_INDEX,
|
||||
};
|
||||
|
||||
#if !defined(SUPPORT_WDEV_CFG80211_VENDOR_EVENT_ALLOC) && \
|
||||
|
在新工单中引用
屏蔽一个用户