Kaynağa Gözat

qcacmn: Change soc level pdev id as per new definition

soc level pdev id changed from zero to WMI_HOST_PDEV_ID_SOC (0xFF)
change pdev id in wmi_unified_dfs_phyerr_offload_en_cmd call
according to new definition.

Change-Id: I3c55dc8821c4186190515564b00f54f2427d5702
CRs-Fixed: 2090282
Arif Hussain 7 yıl önce
ebeveyn
işleme
e22618a790
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      target_if/dfs/src/target_if_dfs.c

+ 2 - 1
target_if/dfs/src/target_if_dfs.c

@@ -188,7 +188,8 @@ static QDF_STATUS target_if_dfs_register_event_handler(
 		return target_if_dfs_reg_phyerr_events(psoc);
 
 	/* dfs offload case, send offload enable command first */
-	status = wmi_unified_dfs_phyerr_offload_en_cmd(pdev->tgt_if_handle, 0);
+	status = wmi_unified_dfs_phyerr_offload_en_cmd(pdev->tgt_if_handle,
+			WMI_HOST_PDEV_ID_SOC);
 	if (QDF_IS_STATUS_SUCCESS(status))
 		status = target_if_dfs_reg_offload_events(psoc);