On 2010-07-14 11:43 PM, Christian Lamparter wrote: > Ever since minstrel_ht was prompted to be the default RC, > I had an this odd freeze in ieee80211_tx_status, > whenever I tried to connect my p54*(legacy 11abg) to > a 802.11n network. > > Apparently, minstrel_ht was not interested if the hardware > supported 802.11n or not? > > Signed-off-by: Christian Lamparter <chunkeey@xxxxxxxxxxxxxx> > --- > Note: There's another possible way to fix this. > We can simply AND sta's ht_supported bool with > the setting in sband's ht_supported. > > The advantage is that we won't need this patch > and the procedure would "match" to what we did > with the ht_cap flags. > > This is up for debate... But in the meantime, > here's a fix. > > P.S.: is there a valid operation situation > where sta is be NULL, but priv_sta isn't? Either of those two options is OK with me. I would prefer masking it in mac80211 though, since the sta ht setting are already partially masked by hw capabilities. - Felix -- 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