Print out a big warning if DFS can't find a channel to use.
This way people debugging DFS won't be surprised when their AP stops talking.
This commit is contained in:
parent
02d98cd4da
commit
e1ab183c5e
@ -320,6 +320,8 @@ ieee80211_dfs_notify_radar(struct ieee80211com *ic, struct ieee80211_channel *ch
|
||||
* on the NOL to expire.
|
||||
*/
|
||||
/*XXX*/
|
||||
if_printf(ic->ic_ifp, "%s: No free channels; waiting for entry "
|
||||
"on NOL to expire\n", __func__);
|
||||
}
|
||||
} else {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user