aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/mac80211.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index c06974accfa..f7917f765cb 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -3568,6 +3568,8 @@ enum rate_control_changed {
3568 * @hw: The hardware the algorithm is invoked for. 3568 * @hw: The hardware the algorithm is invoked for.
3569 * @sband: The band this frame is being transmitted on. 3569 * @sband: The band this frame is being transmitted on.
3570 * @bss_conf: the current BSS configuration 3570 * @bss_conf: the current BSS configuration
3571 * @skb: the skb that will be transmitted, the control information in it needs
3572 * to be filled in
3571 * @reported_rate: The rate control algorithm can fill this in to indicate 3573 * @reported_rate: The rate control algorithm can fill this in to indicate
3572 * which rate should be reported to userspace as the current rate and 3574 * which rate should be reported to userspace as the current rate and
3573 * used for rate calculations in the mesh network. 3575 * used for rate calculations in the mesh network.
@@ -3575,12 +3577,11 @@ enum rate_control_changed {
3575 * RTS threshold 3577 * RTS threshold
3576 * @short_preamble: whether mac80211 will request short-preamble transmission 3578 * @short_preamble: whether mac80211 will request short-preamble transmission
3577 * if the selected rate supports it 3579 * if the selected rate supports it
3578 * @max_rate_idx: user-requested maximum rate (not MCS for now) 3580 * @max_rate_idx: user-requested maximum (legacy) rate
3579 * (deprecated; this will be removed once drivers get updated to use 3581 * (deprecated; this will be removed once drivers get updated to use
3580 * rate_idx_mask) 3582 * rate_idx_mask)
3581 * @rate_idx_mask: user-requested rate mask (not MCS for now) 3583 * @rate_idx_mask: user-requested (legacy) rate mask
3582 * @skb: the skb that will be transmitted, the control information in it needs 3584 * @rate_idx_mcs_mask: user-requested MCS rate mask
3583 * to be filled in
3584 * @bss: whether this frame is sent out in AP or IBSS mode 3585 * @bss: whether this frame is sent out in AP or IBSS mode
3585 */ 3586 */
3586struct ieee80211_tx_rate_control { 3587struct ieee80211_tx_rate_control {