qcacmn: Add support for audio transport switch event

Based on the new requirement, add support for vendor event
to switch the audio transport bearer.

Change-Id: Ic83cff67e92554c55de96b9453f097e41683b60b
CRs-Fixed: 3585411
Esse commit está contido em:
Ashish Kumar Dhanotiya
2023-07-05 19:08:05 +05:30
commit de Rahul Choudhary
commit 899428801f

Ver arquivo

@@ -181,6 +181,8 @@
* Driver disconnect reason index
* @QCA_NL80211_VENDOR_SUBCMD_TID_TO_LINK_MAP_INDEX: TID-to-link map index
* @QCA_NL80211_VENDOR_SUBCMD_LINK_RECONFIG_INDEX: link reconfig event index
* @QCA_NL80211_VENDOR_SUBCMD_AUDIO_TRANSPORT_SWITCH_INDEX: Audio transport
* switch event index
*/
enum qca_nl80211_vendor_subcmds_index {
@@ -312,6 +314,7 @@ enum qca_nl80211_vendor_subcmds_index {
QCA_NL80211_VENDOR_SUBCMD_LINK_RECONFIG_INDEX,
#endif
#endif
QCA_NL80211_VENDOR_SUBCMD_AUDIO_TRANSPORT_SWITCH_INDEX,
};
#if !defined(SUPPORT_WDEV_CFG80211_VENDOR_EVENT_ALLOC) && \