diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index bba96a203885..0b983bed3829 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -287,7 +287,7 @@ enum mac80211_rate_control_flags { | |||
287 | * | 287 | * |
288 | * @idx: rate index to attempt to send with | 288 | * @idx: rate index to attempt to send with |
289 | * @flags: rate control flags (&enum mac80211_rate_control_flags) | 289 | * @flags: rate control flags (&enum mac80211_rate_control_flags) |
290 | * @limit: number of retries before fallback | 290 | * @count: number of tries in this rate before going to the next rate |
291 | * | 291 | * |
292 | * A value of -1 for @idx indicates an invalid rate and, if used | 292 | * A value of -1 for @idx indicates an invalid rate and, if used |
293 | * in an array of retry rates, that no more rates should be tried. | 293 | * in an array of retry rates, that no more rates should be tried. |
@@ -1902,6 +1902,8 @@ struct ieee80211_sta *ieee80211_find_sta(struct ieee80211_hw *hw, | |||
1902 | * @short_preamble: whether mac80211 will request short-preamble transmission | 1902 | * @short_preamble: whether mac80211 will request short-preamble transmission |
1903 | * if the selected rate supports it | 1903 | * if the selected rate supports it |
1904 | * @max_rate_idx: user-requested maximum rate (not MCS for now) | 1904 | * @max_rate_idx: user-requested maximum rate (not MCS for now) |
1905 | * @skb: the skb that will be transmitted, the control information in it needs | ||
1906 | * to be filled in | ||
1905 | */ | 1907 | */ |
1906 | struct ieee80211_tx_rate_control { | 1908 | struct ieee80211_tx_rate_control { |
1907 | struct ieee80211_hw *hw; | 1909 | struct ieee80211_hw *hw; |