From: Johannes Berg <johannes@sipsolutions.net>
To: Christian Lamparter <chunkeey@gmail.com>,
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] mac80211: don't WARN on bad WMM parameters from buggy APs
Date: Tue, 17 Apr 2018 16:51:07 +0200 [thread overview]
Message-ID: <1523976667.3473.2.camel@sipsolutions.net> (raw)
In-Reply-To: <50803899.jTqZALSPQ5@debian64> (sfid-20180417_141102_898998_85452A55)
On Tue, 2018-04-17 at 14:11 +0200, Christian Lamparter wrote:
>
> > - if (params[ac].cw_min > params[ac].cw_max) {
> > + if (params->cw_min == 0 ||
Yeah. We already have a fix pending
https://patchwork.kernel.org/patch/10320823/
I just haven't been keeping up during the merge window.
johannes
prev parent reply other threads:[~2018-04-17 14:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-26 13:21 [PATCH] mac80211: don't WARN on bad WMM parameters from buggy APs Emmanuel Grumbach
2018-04-17 12:11 ` Christian Lamparter
2018-04-17 14:51 ` Johannes Berg [this message]
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=1523976667.3473.2.camel@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=chunkeey@gmail.com \
--cc=emmanuel.grumbach@intel.com \
--cc=linux-wireless@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).