Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH 1/4] scan: Improve comment
@ 2019-11-08 22:03 Tim Kourt
  2019-11-08 22:04 ` [PATCH 2/4] scan: Fix bit checking for interworking Tim Kourt
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Tim Kourt @ 2019-11-08 22:03 UTC (permalink / raw)
  To: iwd

[-- 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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-11-09  3:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-08 22:03 [PATCH 1/4] scan: Improve comment Tim Kourt
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox