On Fri, 2012-11-09 at 21:17 +0100, Johannes Berg wrote: > + case NL80211_CHAN_WIDTH_80P80: > + width = 80; > + if (!vht_cap->vht_supported) > return -EINVAL; > + break; > + case NL80211_CHAN_WIDTH_80: > + width = 80; > + if (!vht_cap->vht_supported) > + return -EINVAL; > + if (!(vht_cap->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ)) > + return -EINVAL; Just noticed & fixed the capability check bug here :) 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