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:

commit de
Rahul Choudhary

pai
5a65732c7d
commit
899428801f
@@ -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) && \
|
||||
|
Referência em uma nova issue
Block a user