On Sun, 2015-01-25 at 12:30 +0200, Arik Nemtsov wrote:
> > + switch (chandef->width) {
> > + case NL80211_CHAN_WIDTH_80:
> > + vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
> > + break;
> > + case NL80211_CHAN_WIDTH_80P80:
> > + vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80P80MHZ;
> > + vht_oper->center_freq_seg2_idx =
> > +
> > ieee80211_frequency_to_channel(chandef->center_freq2);
> > + break;
> > + case NL80211_CHAN_WIDTH_160:
> > + vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_160MHZ;
> > + break;
> > + default:
> > + return pos;
> > + }
>
> Shouldn't you also set vht_oper->basic_mcs_set here? Of course if you
> have no use for it in IBSS I can add it later.
Why would you want to require VHT rates?
johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html