From: Tim Kourt <tim.a.kourt@linux.intel.com>
To: iwd@lists.01.org
Subject: [PATCH 1/4] scan: Improve comment
Date: Fri, 08 Nov 2019 17:03:59 -0500 [thread overview]
Message-ID: <20191108220402.10282-1-tim.a.kourt@linux.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 715 bytes --]
---
src/scan.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/scan.c b/src/scan.c
index f2332545..4bc95afe 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -297,8 +297,8 @@ static struct l_genl_msg *scan_build_cmd(struct scan_context *sc,
ext_capa = wiphy_get_extended_capabilities(sc->wiphy,
NL80211_IFTYPE_STATION);
/*
- * XXX: If adding IE's here ensure that ordering is not broken for
- * probe requests (IEEE-2016 Table 9-33).
+ * If adding IE's here ensure that ordering is not broken for
+ * probe requests (IEEE Std 802.11-2016 Table 9-33).
*/
/* Order 9 - Extended Capabilities */
iov[iov_elems].iov_base = (void *) ext_capa;
--
2.21.0
next reply other threads:[~2019-11-08 22:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 22:03 Tim Kourt [this message]
2019-11-08 22:04 ` [PATCH 2/4] scan: Fix bit checking for interworking Tim Kourt
2019-11-08 22:04 ` [PATCH 3/4] scan: Separate IE attr creation into logical block Tim Kourt
2019-11-08 22:04 ` [PATCH 4/4] scan: Separate cck rates " Tim Kourt
2019-11-09 2:06 ` Marcel Holtmann
2019-11-09 2:40 ` Denis Kenzior
2019-11-09 3:21 ` Marcel Holtmann
2019-11-09 3:33 ` Denis Kenzior
2019-11-09 3:42 ` Marcel Holtmann
2019-11-09 3:46 ` Denis Kenzior
2019-11-09 3:08 ` Denis Kenzior
2019-11-09 3:06 ` [PATCH 1/4] scan: Improve comment Denis Kenzior
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=20191108220402.10282-1-tim.a.kourt@linux.intel.com \
--to=tim.a.kourt@linux.intel.com \
--cc=iwd@lists.01.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.