diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cfg80211.h | 4 |
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 { | |||
1998 | * advertise the support for MAC based ACL have to implement this callback. | 1998 | * advertise the support for MAC based ACL have to implement this callback. |
1999 | * | 1999 | * |
2000 | * @start_radar_detection: Start radar detection in the driver. | 2000 | * @start_radar_detection: Start radar detection in the driver. |
2001 | * | ||
2002 | * @update_ft_ies: Provide updated Fast BSS Transition information to the | ||
2003 | * driver. If the SME is in the driver/firmware, this information can be | ||
2004 | * used in building Authentication and Reassociation Request frames. | ||
2001 | */ | 2005 | */ |
2002 | struct cfg80211_ops { | 2006 | struct cfg80211_ops { |
2003 | int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); | 2007 | int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow); |