On Fri, 2013-08-02 at 17:38 +0200, Simon Wunderlich wrote: > + if (sdata->vif.type == NL80211_IFTYPE_AP) { > + } else if (sdata->vif.type == NL80211_IFTYPE_ADHOC) { > + } else { switch() ? > + case NL80211_CHAN_WIDTH_10: > + if (WARN_ON(params.chandef.width != ifibss->chandef.width)) You should really not make a WARN_ON remotely triggerable. 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