mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 19:02:34 +01:00
scan: Improve comment
This commit is contained in:
parent
175bf574c6
commit
48570141ba
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user