aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 604d738a2128..851a5e19ae32 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -3378,6 +3378,8 @@ enum ieee80211_reconfig_type {
3378 * frame in case that no beacon was heard from the AP/P2P GO. 3378 * frame in case that no beacon was heard from the AP/P2P GO.
3379 * The callback will be called before each transmission and upon return 3379 * The callback will be called before each transmission and upon return
3380 * mac80211 will transmit the frame right away. 3380 * mac80211 will transmit the frame right away.
3381 * If duration is greater than zero, mac80211 hints to the driver the
3382 * duration for which the operation is requested.
3381 * The callback is optional and can (should!) sleep. 3383 * The callback is optional and can (should!) sleep.
3382 * 3384 *
3383 * @mgd_protect_tdls_discover: Protect a TDLS discovery session. After sending 3385 * @mgd_protect_tdls_discover: Protect a TDLS discovery session. After sending
@@ -3697,7 +3699,8 @@ struct ieee80211_ops {
3697 u32 sset, u8 *data); 3699 u32 sset, u8 *data);
3698 3700
3699 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, 3701 void (*mgd_prepare_tx)(struct ieee80211_hw *hw,
3700 struct ieee80211_vif *vif); 3702 struct ieee80211_vif *vif,
3703 u16 duration);
3701 3704
3702 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw, 3705 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw,
3703 struct ieee80211_vif *vif); 3706 struct ieee80211_vif *vif);