|
@@ -121,6 +121,7 @@
|
|
#include "wlan_tdls_api.h"
|
|
#include "wlan_tdls_api.h"
|
|
#include "wlan_twt_cfg_ext_api.h"
|
|
#include "wlan_twt_cfg_ext_api.h"
|
|
#include "wlan_mlo_mgr_sta.h"
|
|
#include "wlan_mlo_mgr_sta.h"
|
|
|
|
+#include "wlan_dp_api.h"
|
|
|
|
|
|
#define WMA_LOG_COMPLETION_TIMER 500 /* 500 msecs */
|
|
#define WMA_LOG_COMPLETION_TIMER 500 /* 500 msecs */
|
|
#define WMI_TLV_HEADROOM 128
|
|
#define WMI_TLV_HEADROOM 128
|
|
@@ -7257,6 +7258,8 @@ int wma_rx_service_ready_ext_event(void *handle, uint8_t *event,
|
|
|
|
|
|
target_psoc_set_num_radios(tgt_hdl, 1);
|
|
target_psoc_set_num_radios(tgt_hdl, 1);
|
|
|
|
|
|
|
|
+ wlan_dp_update_peer_map_unmap_version(&wlan_res_cfg->peer_map_unmap_version);
|
|
|
|
+
|
|
if (wmi_service_enabled(wmi_handle,
|
|
if (wmi_service_enabled(wmi_handle,
|
|
wmi_service_new_htt_msg_format)) {
|
|
wmi_service_new_htt_msg_format)) {
|
|
cdp_cfg_set_new_htt_msg_format(soc, 1);
|
|
cdp_cfg_set_new_htt_msg_format(soc, 1);
|