qcacmn: Fix Reo qref issues

1. Since peer id is reused for reconnection in MLO case,
old entries for queue desc addr is cleared. Clear the reo
internal storage and reset it back on client connection.

2. Send Qref feature WMI cmd to FW to enable the feature.

Change-Id: I6705ce121c8c25d9a2ace039dab21312fa5ea4b1
CRs-Fixed: 3156642
This commit is contained in:
sumedh baikady
2022-02-22 12:44:15 -08:00
committed by Madan Koyyalamudi
parent 423c297cc3
commit 52181cceb1
9 changed files with 77 additions and 0 deletions

View File

@@ -1074,6 +1074,7 @@ struct hal_hw_txrx_ops {
#ifdef WLAN_FEATURE_MARK_FIRST_WAKEUP_PACKET
uint8_t (*hal_get_first_wow_wakeup_packet)(uint8_t *buf);
#endif
void (*hal_reo_shared_qaddr_cache_clear)(hal_soc_handle_t hal_soc_hdl);
};
/**