aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2013-03-25 11:15:59 +0200
committerJohannes Berg <johannes.berg@intel.com>2013-03-25 10:21:36 +0100
commit8bf24293453a10a696bcd00abb1248e6365f66c2 (patch)
treed6002d9f83d4672cff0ee5ce71fde658861e736a /include/net/cfg80211.h
parentmac80211: add P2P NoA settings (diff)
downloadlinux-dev-8bf24293453a10a696bcd00abb1248e6365f66c2.tar.xz
linux-dev-8bf24293453a10a696bcd00abb1248e6365f66c2.zip
cfg80211: Document update_ft_ies() cfg80211_ops
This was forgotten from the commit that added support for FT operations with drivers that implement SME. Signed-off-by: Jouni Malinen <j@w1.fi> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index bdba9b619064..57870b646974 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1998,6 +1998,10 @@ struct cfg80211_update_ft_ies_params {
* advertise the support for MAC based ACL have to implement this callback.
*
* @start_radar_detection: Start radar detection in the driver.
+ *
+ * @update_ft_ies: Provide updated Fast BSS Transition information to the
+ * driver. If the SME is in the driver/firmware, this information can be
+ * used in building Authentication and Reassociation Request frames.
*/
struct cfg80211_ops {
int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow);