On Mon, 2013-04-08 at 14:09 +0200, Simon Wunderlich wrote: > @@ -118,6 +137,7 @@ static void ieee80211_free_chanctx(struct ieee80211_local *local, > > if (!local->use_chanctx) { > local->_oper_channel_type = NL80211_CHAN_NO_HT; > + local->hw.conf.radar_enabled = false; That should probably get a comment (and an assertion?) that radar detection is only possible with a single channel context, so when that is freed radar detection can no longer be turned on. Also, the patch doesn't apply on mac80211-next. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html