qcacmn: Fix build issue

Missing symbol:b'dfs_disable_radar_and_flush_pulses' in wlan.ko.

Change-Id: Iff8464d02dbdb5100db84949b57e9bd2068dd7e9
CRs-Fixed: 3319825
This commit is contained in:
Jianmin Zhu
2022-10-24 20:59:33 +08:00
parent 998c233d8f
commit 4be0519c35

View File

@@ -258,7 +258,7 @@ QDF_STATUS dfs_inject_synthetic_pulse_sequence(struct wlan_dfs *dfs,
*
* Return: None
*/
#if defined(WLAN_DFS_PARTIAL_OFFLOAD)
#if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST)
void
dfs_disable_radar_and_flush_pulses(struct wlan_dfs *dfs);
#else