Re: [PATCH] mac80211: minstrel_ht: fix MCS_GROUP_RATES usage

2014-10-09 Thread Karl Beldan
On Thu, Oct 09, 2014 at 10:58:21AM +0200, Johannes Berg wrote: > On Mon, 2014-09-29 at 02:36 +0200, Karl Beldan wrote: > > From: Karl Beldan > > > > Commit 4441e8e9 ("mac80211: improve minstrel_ht rate sorting by > > throughput & probability") > > That commit ID doesn't exist? Anyway, I fixed i

Re: [PATCH] mac80211: minstrel_ht: fix MCS_GROUP_RATES usage

2014-10-09 Thread Johannes Berg
On Mon, 2014-09-29 at 02:36 +0200, Karl Beldan wrote: > From: Karl Beldan > > Commit 4441e8e9 ("mac80211: improve minstrel_ht rate sorting by > throughput & probability") That commit ID doesn't exist? Anyway, I fixed it. I applied the patch - but to mac80211-next since presumably you want to b

[PATCH] mac80211: minstrel_ht: fix MCS_GROUP_RATES usage

2014-09-28 Thread Karl Beldan
From: Karl Beldan Commit 4441e8e9 ("mac80211: improve minstrel_ht rate sorting by throughput & probability") replaced the constant 8 with MCS_GROUP_RATES when getting the number of streams of an HT MCS. See commit 7a5e3fa2 ("mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATES"). Si