From: Sven Eckelmann <sven@narfation.org>
To: John Crispin <john@phrozen.org>
Cc: Johannes Berg <johannes@sipsolutions.net>,
linux-wireless@vger.kernel.org,
Shashidhar Lakkavalli <slakkavalli@datto.com>
Subject: Re: [PATCH] iw: print HE capabilities
Date: Thu, 23 May 2019 17:22:28 +0200 [thread overview]
Message-ID: <1842558.Gi2HMOcgDq@bentobox> (raw)
In-Reply-To: <20190520105416.27185-1-john@phrozen.org>
[-- Attachment #1: Type: text/plain, Size: 568 bytes --]
On Monday, 20 May 2019 12:54:16 CEST John Crispin wrote:
> + char *iftypes[NUM_NL80211_IFTYPES] = {
> + "Unspec", "Adhoc", "Station", "AP", "AP/VLAN", "WDS", "Monitor"
> + "Mesh", "P2P/Client", "P2P/Go", "P2P/Device", "OCB", "NAN",
> + };
Noticed during tests with hwsim that this list is slightly incorrect - because
the "," is missing after "Monitor". Thus you will now have an entry
"MonitorMesh" instead of two entries "Monitor" + "Mesh". So everything after
NL80211_IFTYPE_MESH_POINT is off by one.
Kind regards,
Sven
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2019-05-23 15:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-20 10:54 [PATCH] iw: print HE capabilities John Crispin
2019-05-23 15:22 ` Sven Eckelmann [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=1842558.Gi2HMOcgDq@bentobox \
--to=sven@narfation.org \
--cc=johannes@sipsolutions.net \
--cc=john@phrozen.org \
--cc=linux-wireless@vger.kernel.org \
--cc=slakkavalli@datto.com \
/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).