|
@@ -2597,9 +2597,7 @@ wma_send_ll_stats_get_cmd(tp_wma_handle wma_handle,
|
|
|
if (!(cfg_get(wma_handle->psoc, CFG_CLUB_LL_STA_AND_GET_STATION) &&
|
|
|
wmi_service_enabled(wma_handle->wmi_handle,
|
|
|
wmi_service_get_station_in_ll_stats_req) &&
|
|
|
- (wma_handle->interfaces[cmd->vdev_id].type ==
|
|
|
- WMI_VDEV_TYPE_STA) &&
|
|
|
- cm_is_vdevid_connected(wma_handle->pdev, cmd->vdev_id)))
|
|
|
+ wma_handle->interfaces[cmd->vdev_id].type == WMI_VDEV_TYPE_STA))
|
|
|
return wmi_unified_process_ll_stats_get_cmd(
|
|
|
wma_handle->wmi_handle, cmd);
|
|
|
|