Commit de66bfd8 authored by John W. Linville's avatar John W. Linville

minstrel_ht: move minstrel_mcs_groups declaration to header file

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Acked-by: default avatarFelix Fietkau <nbd@openwrt.org>
parent 670b7f11
...@@ -29,6 +29,8 @@ struct mcs_group { ...@@ -29,6 +29,8 @@ struct mcs_group {
unsigned int duration[MCS_GROUP_RATES]; unsigned int duration[MCS_GROUP_RATES];
}; };
extern const struct mcs_group minstrel_mcs_groups[];
struct minstrel_rate_stats { struct minstrel_rate_stats {
/* current / last sampling period attempts/success counters */ /* current / last sampling period attempts/success counters */
unsigned int attempts, last_attempts; unsigned int attempts, last_attempts;
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
#include "rc80211_minstrel.h" #include "rc80211_minstrel.h"
#include "rc80211_minstrel_ht.h" #include "rc80211_minstrel_ht.h"
extern const struct mcs_group minstrel_mcs_groups[];
static int static int
minstrel_ht_stats_open(struct inode *inode, struct file *file) minstrel_ht_stats_open(struct inode *inode, struct file *file)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment