qcacmn: Add logs for radar detected frequencies

Add channel number along with their frequency information
to display channels affected by radar.

Change-Id: Iedc489c5f23d95f13e32affa2aa200b55a77e5eb
CRs-Fixed: 2482303
Esse commit está contido em:
Shaakir Mohamed
2019-07-24 15:26:14 -07:00
commit de nshrivas
commit 41a3ccfff2

Ver arquivo

@@ -193,8 +193,9 @@ static QDF_STATUS dfs_radar_add_channel_list_to_nol(struct wlan_dfs *dfs,
(uint16_t)
utils_dfs_chan_to_freq(channels[i]),
WLAN_EV_NOL_STARTED);
dfs_info(dfs, WLAN_DEBUG_DFS_NOL, "ch=%d Added to NOL",
last_chan);
dfs_info(dfs, WLAN_DEBUG_DFS_NOL, "ch=%d Added to NOL, freq= %hu",
last_chan,
(uint16_t)utils_dfs_chan_to_freq(last_chan));
}
if (!num_ch) {