From: Johannes Berg <johannes@sipsolutions.net>
To: Rostislav Lisovy <lisovy@gmail.com>
Cc: linux-wireless@vger.kernel.org,
Michal Sojka <sojkam1@fel.cvut.cz>,
s.sander@nordsys.de, jan-niklas.meier@volkswagen.de
Subject: Re: [RFC PATCH 6/8] nl80211: Support for 5/10 MHz channels when reporting BW restrictions
Date: Fri, 07 Mar 2014 15:29:50 +0100 [thread overview]
Message-ID: <1394202590.4653.8.camel@jlt4.sipsolutions.net> (raw)
In-Reply-To: <1394199475-5208-7-git-send-email-rostislav.lisovy@fel.cvut.cz> (sfid-20140307_143812_856469_1F424A6E)
On Fri, 2014-03-07 at 14:37 +0100, Rostislav Lisovy wrote:
> + if ((chan->flags & IEEE80211_CHAN_NO_20MHZ) &&
> + nla_put_flag(msg, NL80211_FREQUENCY_ATTR_NO_20MHZ))
> + goto nla_put_failure;
> + if ((chan->flags & IEEE80211_CHAN_NO_10MHZ) &&
> + nla_put_flag(msg, NL80211_FREQUENCY_ATTR_NO_10MHZ))
> + goto nla_put_failure;
This is the part of the code that I was referring to before, you should
skip these channels if (!large) to not break older tools with too much
data.
johannes
next prev parent reply other threads:[~2014-03-07 14:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-07 13:37 [RFC PATCH 0/8] Add new channel type -- 5MHz and 10MHz Rostislav Lisovy
2014-03-07 13:37 ` [RFC PATCH 1/8] nl80211: Add new channel types " Rostislav Lisovy
2014-03-07 14:27 ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 2/8] nl80211: Add attributes describing channel bandwidth Rostislav Lisovy
2014-03-07 14:27 ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 3/8] cfg80211: " Rostislav Lisovy
2014-03-07 14:28 ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 4/8] cfg80211: Modify chandef related functions to work with 5/10MHz channels Rostislav Lisovy
2014-03-07 14:28 ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 5/8] nl80211: " Rostislav Lisovy
2014-03-07 14:28 ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 6/8] nl80211: Support for 5/10 MHz channels when reporting BW restrictions Rostislav Lisovy
2014-03-07 14:29 ` Johannes Berg [this message]
2014-03-07 17:31 ` Rostislav Lisovy
2014-03-07 18:20 ` Johannes Berg
2014-03-07 13:37 ` [RFC PATCH 7/8] cfg80211: Use 5MHz bandwidth when checking usable channels Rostislav Lisovy
2014-03-07 13:37 ` [RFC PATCH 8/8] mac80211: Update conf_is_ht() to work properly with 5/10MHz channels Rostislav Lisovy
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=1394202590.4653.8.camel@jlt4.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=jan-niklas.meier@volkswagen.de \
--cc=linux-wireless@vger.kernel.org \
--cc=lisovy@gmail.com \
--cc=s.sander@nordsys.de \
--cc=sojkam1@fel.cvut.cz \
/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).