qcacmn: Add wmi wrapper function to get target pdev id from host

Add wmi wrapper function to convert host pdev id to target  pdev id.

Change-Id: I3824a7556bf0b740d069602e9ee5a572c427c49c
CRs-Fixed: 2316715
This commit is contained in:
Shashikala Prabhu
2018-09-24 13:54:23 +05:30
committed by nshrivas
parent e269fc71f2
commit 70da943414
4 changed files with 40 additions and 3 deletions

View File

@@ -71,5 +71,5 @@ QDF_STATUS wmi_extract_wlan_radar_event_info(void *wmi_hdl,
return QDF_STATUS_E_FAILURE;
}
#endif
qdf_export_symbol(wmi_extract_dfs_radar_detection_event);
#endif