scan: Improve comment

This commit is contained in:
Tim Kourt 2019-11-08 17:03:59 -05:00 committed by Denis Kenzior
parent 175bf574c6
commit 48570141ba
1 changed files with 2 additions and 2 deletions

View File

@ -297,8 +297,8 @@ static struct l_genl_msg *scan_build_cmd(struct scan_context *sc,
ext_capa = wiphy_get_extended_capabilities(sc->wiphy, ext_capa = wiphy_get_extended_capabilities(sc->wiphy,
NL80211_IFTYPE_STATION); NL80211_IFTYPE_STATION);
/* /*
* XXX: If adding IE's here ensure that ordering is not broken for * If adding IE's here ensure that ordering is not broken for
* probe requests (IEEE-2016 Table 9-33). * probe requests (IEEE Std 802.11-2016 Table 9-33).
*/ */
/* Order 9 - Extended Capabilities */ /* Order 9 - Extended Capabilities */
iov[iov_elems].iov_base = (void *) ext_capa; iov[iov_elems].iov_base = (void *) ext_capa;