diff options
author | Johannes Berg <johannes.berg@intel.com> | 2018-12-15 11:03:23 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-12-18 13:15:04 +0100 |
commit | 30db641ef4f68054db9b191b6c0200fb1a96d458 (patch) | |
tree | 4ef987013ae601195a52e59f3b157e8bbcd0fe64 /include/net/cfg80211.h | |
parent | 554be8333088e4a40f4b522c2b36ab23fb22f4be (diff) | |
download | lwn-30db641ef4f68054db9b191b6c0200fb1a96d458.tar.gz lwn-30db641ef4f68054db9b191b6c0200fb1a96d458.zip |
cfg80211: clarify LCI/civic location documentation
The older code and current userspace assumed that this data
is the content of the Measurement Report element, starting
with the Measurement Token. Clarify this in the documentation.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 569b128aade8..e0c41eb1c860 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -777,8 +777,10 @@ struct cfg80211_crypto_settings { * @probe_resp: probe response template (AP mode only) * @ftm_responder: enable FTM responder functionality; -1 for no change * (which also implies no change in LCI/civic location data) - * @lci: LCI subelement content - * @civicloc: Civic location subelement content + * @lci: Measurement Report element content, starting with Measurement Token + * (measurement type 8) + * @civicloc: Measurement Report element content, starting with Measurement + * Token (measurement type 11) * @lci_len: LCI data length * @civicloc_len: Civic location data length */ |