qcacmn: Set/Get mgmt Rx REO feature capability

Set/Get the management Rx REO feature capability to psoc
using the correct APIs.

CRs-Fixed: 3201829
Change-Id: Id925be4a6930a1a3ec05bfdd67ef6518a5cb2cea
Šī revīzija ir iekļauta:
Edayilliam Jayadev
2022-05-20 13:37:15 +05:30
revīziju iesūtīja Madan Koyyalamudi
vecāks f744f6a4e7
revīzija 0130242aed
4 mainīti faili ar 7 papildinājumiem un 7 dzēšanām

Parādīt failu

@@ -283,8 +283,8 @@ static int init_deinit_service_ready_event_handler(ol_scn_t scn_handle,
if (wmi_service_enabled(wmi_handle,
wmi_service_mgmt_rx_reo_supported))
wlan_psoc_nif_fw_ext_cap_set(psoc,
WLAN_SOC_F_MGMT_RX_REO_CAPABLE);
wlan_psoc_nif_feat_cap_set(psoc,
WLAN_SOC_F_MGMT_RX_REO_CAPABLE);
target_if_lteu_cfg_enable(psoc, tgt_hdl, event);