diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-22 16:14:42 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-04-22 16:16:41 +0200 |
commit | a85666627b7f10c4229716b6ffaffcf196a128ca (patch) | |
tree | cc5b776384049e4b9eec911e53e1a2083d31a0c5 /net/mac80211/rc80211_minstrel_ht.h | |
parent | 0d528d85c519b755b6f4e1bafa3a39984370e1c1 (diff) | |
download | blackbird-op-linux-a85666627b7f10c4229716b6ffaffcf196a128ca.tar.gz blackbird-op-linux-a85666627b7f10c4229716b6ffaffcf196a128ca.zip |
mac80211/minstrel_ht: use the new rate control API
Pass the rate selection table to mac80211 from minstrel_ht_update_stats.
Only rates for sample attempts are set in info->control.rates.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.h')
-rw-r--r-- | net/mac80211/rc80211_minstrel_ht.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.h b/net/mac80211/rc80211_minstrel_ht.h index 9b16e9de9923..d655586773ac 100644 --- a/net/mac80211/rc80211_minstrel_ht.h +++ b/net/mac80211/rc80211_minstrel_ht.h @@ -65,6 +65,8 @@ struct minstrel_mcs_group_data { }; struct minstrel_ht_sta { + struct ieee80211_sta *sta; + /* ampdu length (average, per sampling interval) */ unsigned int ampdu_len; unsigned int ampdu_packets; |