From: Varka Bhadram <varkabhadram@gmail.com>
To: Karl Beldan <karl.beldan@gmail.com>,
Johannes Berg <johannes@sipsolutions.net>
Cc: Karl Beldan <karl.beldan@rivierawaves.com>,
linux-wireless <linux-wireless@vger.kernel.org>,
Felix Fietkau <nbd@openwrt.org>
Subject: Re: [PATCH v4 0/4] add VHT support to minstrel_ht
Date: Mon, 20 Oct 2014 14:31:31 +0530 [thread overview]
Message-ID: <5444CF6B.9020309@gmail.com> (raw)
In-Reply-To: <1413795342-11995-1-git-send-email-karl.beldan@gmail.com>
Hi Karl Beldan,
On 10/20/2014 02:25 PM, Karl Beldan wrote:
> From: Karl Beldan <karl.beldan@rivierawaves.com>
>
> Hi,
>
> This is just a respin rebased on v2 of "mac80211: minstrels: fix buffer
> overflow in HT debugfs" which only affects 4/4.
>
> Karl Beldan (4):
> mac80211: minstrel_ht: Increase the range of handled rate indexes
> mac80211: minstrel_ht: macros adjustments for future VHT_GROUPs
> mac80211: minstrel_ht: include type (cck/ht) in rates flag
> mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz
> v2:
> - typo in Kconfig
> - adjust room in debugfs rc_stats buffer
> - add a module param to mix ht rates with vht ones
> - default to 3SS instead of 2SS (with "mac80211: minstrel_ht: macros
> adjustments for future VHT_GROUPs")
> - use common MINSTREL_MAX_STREAMS both for VHT and HT so that we can get
> rid of the 'MINSTREL_MAX_STREAMS >= 3' checks for minstrel_mcs_groups
> v3:
> - put module param *vht_only* under CONFIG_MAC80211_RC_MINSTREL_VHT
> v4:
> - rebase on v2 of "mac80211: minstrels: fix buffer overflow in HT debugfs rc_stats"
>
> net/mac80211/Kconfig | 7 +
> net/mac80211/rc80211_minstrel_ht.c | 292 +++++++++++++++++++++++------
> net/mac80211/rc80211_minstrel_ht.h | 38 +++-
> net/mac80211/rc80211_minstrel_ht_debugfs.c | 32 ++--
> 4 files changed, 290 insertions(+), 79 deletions(-)
>
Check patch errors on this series.. run checkpatch.pl on this series.
--
Regards,
Varka Bhadram.
next prev parent reply other threads:[~2014-10-20 9:04 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1413570896-27740-5-git-send-email-karl.beldan@gmail.com>
2014-10-17 19:50 ` [RESEND PATCH v2 0/4] add VHT support to minstrel_ht Karl Beldan
2014-10-17 19:50 ` [RESEND PATCH v2 1/4] mac80211: minstrel_ht: Increase the range of handled rate indexes Karl Beldan
2014-10-17 19:50 ` [RESEND PATCH v2 2/4] mac80211: minstrel_ht: macros adjustments for future VHT_GROUPs Karl Beldan
2014-10-17 19:50 ` [RESEND PATCH v2 3/4] mac80211: minstrel_ht: include type (cck/ht) in rates flag Karl Beldan
2014-10-17 19:50 ` [RESEND PATCH v2 4/4] mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz Karl Beldan
2014-10-18 7:57 ` Karl Beldan
2014-10-18 9:29 ` Felix Fietkau
2014-10-18 17:13 ` [PATCH v3 0/4] add VHT support to minstrel_ht Karl Beldan
2014-10-18 17:13 ` [PATCH v3 1/4] mac80211: minstrel_ht: Increase the range of handled rate indexes Karl Beldan
2014-10-18 17:13 ` [PATCH v3 2/4] mac80211: minstrel_ht: macros adjustments for future VHT_GROUPs Karl Beldan
2014-10-18 17:13 ` [PATCH v3 3/4] mac80211: minstrel_ht: include type (cck/ht) in rates flag Karl Beldan
2014-10-18 17:13 ` [PATCH v3 4/4] mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz Karl Beldan
2014-10-20 8:55 ` [PATCH v4 0/4] add VHT support to minstrel_ht Karl Beldan
2014-10-20 8:55 ` [PATCH v4 1/4] mac80211: minstrel_ht: Increase the range of handled rate indexes Karl Beldan
2014-10-20 8:55 ` [PATCH v4 2/4] mac80211: minstrel_ht: macros adjustments for future VHT_GROUPs Karl Beldan
2014-10-20 8:55 ` [PATCH v4 3/4] mac80211: minstrel_ht: include type (cck/ht) in rates flag Karl Beldan
2014-10-20 8:55 ` [PATCH v4 4/4] mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz Karl Beldan
2014-10-20 9:01 ` Varka Bhadram [this message]
2014-10-20 9:40 ` [PATCH v4 0/4] add VHT support to minstrel_ht Karl Beldan
2014-10-20 9:02 ` Karl Beldan
2014-10-18 17:29 ` [PATCH v3 " Felix Fietkau
2014-10-18 17:41 ` Krishna Chaitanya
2014-10-18 22:19 ` Karl Beldan
2014-10-24 12:43 ` Karl Beldan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5444CF6B.9020309@gmail.com \
--to=varkabhadram@gmail.com \
--cc=johannes@sipsolutions.net \
--cc=karl.beldan@gmail.com \
--cc=karl.beldan@rivierawaves.com \
--cc=linux-wireless@vger.kernel.org \
--cc=nbd@openwrt.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.