Re: [PATCH] mac80211: skip legacy rate mask handling for VHT rates

2014-11-19 Thread Johannes Berg
On Sat, 2014-11-15 at 03:48 +0100, Felix Fietkau wrote: > The rate mask code currently assumes that a rate is legacy if > IEEE80211_TX_RC_MCS is not set. This might be the cause of bogus VHT > rates being reported with minstrel_ht. Applied. johannes -- To unsubscribe from this list: send the lin

Re: [PATCH] mac80211: skip legacy rate mask handling for VHT rates

2014-11-15 Thread Jouni Malinen
On Sat, Nov 15, 2014 at 12:05:00PM +0100, Karl Beldan wrote: > On Sat, Nov 15, 2014 at 03:48:54AM +0100, Felix Fietkau wrote: > > The rate mask code currently assumes that a rate is legacy if > > IEEE80211_TX_RC_MCS is not set. This might be the cause of bogus VHT > > rates being reported with mins

Re: [PATCH] mac80211: skip legacy rate mask handling for VHT rates

2014-11-15 Thread Karl Beldan
On Sat, Nov 15, 2014 at 03:48:54AM +0100, Felix Fietkau wrote: > The rate mask code currently assumes that a rate is legacy if > IEEE80211_TX_RC_MCS is not set. This might be the cause of bogus VHT > rates being reported with minstrel_ht. > > Signed-off-by: Felix Fietkau > --- > net/mac80211/rat

[PATCH] mac80211: skip legacy rate mask handling for VHT rates

2014-11-14 Thread Felix Fietkau
The rate mask code currently assumes that a rate is legacy if IEEE80211_TX_RC_MCS is not set. This might be the cause of bogus VHT rates being reported with minstrel_ht. Signed-off-by: Felix Fietkau --- net/mac80211/rate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/m