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
This commit is contained in:
Arif Hussain
2017-08-09 13:43:24 -07:00
committed by snandini
parent 877f3236d8
commit e22618a790

View File

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