From 48570141ba88521c21948f8763e7ad8b414951eb Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Fri, 8 Nov 2019 17:03:59 -0500 Subject: [PATCH] scan: Improve comment --- 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;