diff options
author | Johannes Berg <johannes.berg@intel.com> | 2019-05-16 11:44:52 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-06-14 14:17:37 +0200 |
commit | 1e87fec9fa52a6f7c223998d6bfbd3464eb37e31 (patch) | |
tree | cf0ed29354439264496250104807143bffd1231e /net/mac80211/rc80211_minstrel_ht.c | |
parent | cd6f34110285742ec5570f07aa2229e29f4d2092 (diff) | |
download | linux-stable-1e87fec9fa52a6f7c223998d6bfbd3464eb37e31.tar.gz linux-stable-1e87fec9fa52a6f7c223998d6bfbd3464eb37e31.tar.bz2 linux-stable-1e87fec9fa52a6f7c223998d6bfbd3464eb37e31.zip |
mac80211: call rate_control_send_low() internally
There's no rate control algorithm that *doesn't* want to call
it internally, and calling it internally will let us modify
its behaviour in the future.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.c')
-rw-r--r-- | net/mac80211/rc80211_minstrel_ht.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c index 8b168724c5e7..da18c6fb6c1d 100644 --- a/net/mac80211/rc80211_minstrel_ht.c +++ b/net/mac80211/rc80211_minstrel_ht.c @@ -1098,9 +1098,6 @@ minstrel_ht_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, struct minstrel_priv *mp = priv; int sample_idx; - if (rate_control_send_low(sta, priv_sta, txrc)) - return; - if (!msp->is_ht) return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc); |