aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-12-15 11:03:23 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-12-18 13:15:04 +0100
commit30db641ef4f68054db9b191b6c0200fb1a96d458 (patch)
tree4ef987013ae601195a52e59f3b157e8bbcd0fe64 /include/net
parentmac80211: ftm responder: remove pointless defensive coding (diff)
downloadlinux-dev-30db641ef4f68054db9b191b6c0200fb1a96d458.tar.xz
linux-dev-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')
-rw-r--r--include/net/cfg80211.h6
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
*/