diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-03-06 22:59:59 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-03-07 09:42:12 +0100 |
commit | b61fbda180b5c9f5f3ce7f2e63b0253c84ffdf09 (patch) | |
tree | 669e0e47dcb76961a36e41339b5359897ad765cc /include/net/mac80211.h | |
parent | ce1d834f9d213c9f76f693762710f7ecfbb69503 (diff) | |
download | linux-b61fbda180b5c9f5f3ce7f2e63b0253c84ffdf09.tar.gz linux-b61fbda180b5c9f5f3ce7f2e63b0253c84ffdf09.tar.bz2 linux-b61fbda180b5c9f5f3ce7f2e63b0253c84ffdf09.zip |
mac80211: remove ieee80211_tx_rate_control.max_rate_idx
As promised a little more than 7 years ago, remove it now
since nothing uses it anymore.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 1a26a375feb8..b1ac872dc88a 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -5444,9 +5444,6 @@ void ieee80211_stop_rx_ba_session_offl(struct ieee80211_vif *vif, * RTS threshold * @short_preamble: whether mac80211 will request short-preamble transmission * if the selected rate supports it - * @max_rate_idx: user-requested maximum (legacy) rate - * (deprecated; this will be removed once drivers get updated to use - * rate_idx_mask) * @rate_idx_mask: user-requested (legacy) rate mask * @rate_idx_mcs_mask: user-requested MCS rate mask (NULL if not in use) * @bss: whether this frame is sent out in AP or IBSS mode @@ -5458,7 +5455,6 @@ struct ieee80211_tx_rate_control { struct sk_buff *skb; struct ieee80211_tx_rate reported_rate; bool rts, short_preamble; - u8 max_rate_idx; u32 rate_idx_mask; u8 *rate_idx_mcs_mask; bool bss; |