|
@@ -531,8 +531,8 @@ target_if_mgmt_rx_reo_extract_reo_params(
|
|
return QDF_STATUS_E_NULL_VALUE;
|
|
return QDF_STATUS_E_NULL_VALUE;
|
|
}
|
|
}
|
|
|
|
|
|
- /* If REO feature is not enabled, no need to extract REO params */
|
|
|
|
- if (!wlan_mgmt_rx_reo_is_feature_enabled_at_psoc(psoc))
|
|
|
|
|
|
+ /* If REO feature is not enabled in FW, no need to extract REO params */
|
|
|
|
+ if (!wlan_psoc_nif_fw_ext_cap_get(psoc, WLAN_SOC_F_MGMT_RX_REO_CAPABLE))
|
|
return QDF_STATUS_SUCCESS;
|
|
return QDF_STATUS_SUCCESS;
|
|
|
|
|
|
if (!params) {
|
|
if (!params) {
|