On Tue, 2013-11-05 at 09:17 -0800, Luis R. Rodriguez wrote: > @@ -1251,7 +1261,7 @@ static void handle_channel_custom(struct wiphy *wiphy, > if (IS_ERR(reg_rule)) { > REG_DBG_PRINT("Disabling freq %d MHz as custom regd has no rule that fits it\n", > chan->center_freq); > - chan->flags = IEEE80211_CHAN_DISABLED; > + chan->flags = chan->orig_flags |= IEEE80211_CHAN_DISABLED; Are you sure the |= is right? 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