aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-06-24 13:03:14 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-06-24 15:42:18 -0400
commitde66bfd85c817146825eaafb39d5872463c09e8c (patch)
tree3b8847f4fcf2b3954c62f6bb5f4f732c3f6e4f66 /net/mac80211/rc80211_minstrel_ht.h
parent670b7f11ff1f8492f51716474cf582f55a2247ba (diff)
downloadkernel_samsung_smdk4412-de66bfd85c817146825eaafb39d5872463c09e8c.zip
kernel_samsung_smdk4412-de66bfd85c817146825eaafb39d5872463c09e8c.tar.gz
kernel_samsung_smdk4412-de66bfd85c817146825eaafb39d5872463c09e8c.tar.bz2
minstrel_ht: move minstrel_mcs_groups declaration to header file
Signed-off-by: John W. Linville <linville@tuxdriver.com> Acked-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.h')
-rw-r--r--net/mac80211/rc80211_minstrel_ht.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.h b/net/mac80211/rc80211_minstrel_ht.h
index 696c0fc..462d2b2 100644
--- a/net/mac80211/rc80211_minstrel_ht.h
+++ b/net/mac80211/rc80211_minstrel_ht.h
@@ -29,6 +29,8 @@ struct mcs_group {
unsigned int duration[MCS_GROUP_RATES];
};
+extern const struct mcs_group minstrel_mcs_groups[];
+
struct minstrel_rate_stats {
/* current / last sampling period attempts/success counters */
unsigned int attempts, last_attempts;