c = &ic->ic_channels[i];if(IEEE80211_IS_CHAN_RADAR(c)) {if(time_after_eq(now, dfs->nol_event[i]+NOL_TIMEOUT)) { c->ic_state &= ~IEEE80211_CHANSTATE_RADAR;if(c->ic_state & IEEE80211_CHANSTATE_NORADAR) {/* * NB: do this here so we get only one * msg instead of on...