qcacmn: Fix assert for deauth sent on inactive link

Set WMI_MLO_MGMT_TID for mlo link agnostic mgmt frames

Change-Id: I385c1e9b50bc9ef6fe5f8875e0408bb2afca8945
CRs-Fixed: 3269920
This commit is contained in:
Jianmin Zhu
2022-08-17 22:23:12 +08:00
committed by Madan Koyyalamudi
parent 3ec79c4856
commit fa9ac21bbd
2 changed files with 27 additions and 2 deletions

View File

@@ -1564,6 +1564,7 @@ struct tx_send_params {
* @tx_flags: additional configuration flags for mgmt frames
* use 6 Mbps rather than 1 Mbps min rate(for 5GHz band or P2P)
* @peer_rssi: peer RSSI value
* @mlo_link_agnostic: if true, can send on any active link
*/
struct wmi_mgmt_params {
void *tx_frame;
@@ -1580,6 +1581,7 @@ struct wmi_mgmt_params {
uint8_t use_6mbps;
uint32_t tx_flags;
int8_t peer_rssi;
uint8_t mlo_link_agnostic;
};
/**