Jelajahi Sumber

qcacld-3.0: send unified command in connected/disconnected state

This reverts commit 3693c5b6, Host will send unified command in the
connected/disconnected state.

Change-Id: Iceb1910e38f1296f1fc8986f7b90bd011750bdc5
CRs-Fixed: 3194125
Arun Kumar Khandavalli 2 tahun lalu
induk
melakukan
8cbdf9a2c2
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      core/wma/src/wma_utils.c

+ 1 - 3
core/wma/src/wma_utils.c

@@ -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);