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:

committed by
Madan Koyyalamudi

parent
423c297cc3
commit
52181cceb1
@@ -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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user