|
@@ -2543,7 +2543,8 @@ 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)))
|
|
|
+ wmi_service_get_station_in_ll_stats_req) &&
|
|
|
+ wma_handle->interfaces[cmd->vdev_id].type == WMI_VDEV_TYPE_STA))
|
|
|
return wmi_unified_process_ll_stats_get_cmd(
|
|
|
wma_handle->wmi_handle, cmd);
|
|
|
|