Browse Source

qcacmn: Fix compilation issue in dfs

There is no defined variable "dfs_nol_channel" in function
"dfs_mark_leaking_chan_for_freq".

Change-Id: I4258a9d322bfd98dc644678d48ba3146f966b367
CRs-Fixed: 2554628
Wu Gao 5 years ago
parent
commit
b7d36fd258
1 changed files with 1 additions and 1 deletions
  1. 1 1
      umac/dfs/core/src/misc/dfs_random_chan_sel.c

+ 1 - 1
umac/dfs/core/src/misc/dfs_random_chan_sel.c

@@ -963,7 +963,7 @@ dfs_mark_leaking_chan_for_freq(struct wlan_dfs *dfs,
 				 */
 				dfs_debug(dfs, WLAN_DEBUG_DFS_RANDOM_CHAN,
 					"dfs: channel: %d will have bad leakage due to channel: %d\n",
-					dfs_nol_channel, temp_freq_lst[j]);
+					nol->nol_freq, temp_freq_lst[j]);
 				temp_freq_lst[j] = 0;
 			}
 			j++;