Skip to content

Commit

Permalink
minstrel_ht: move minstrel_mcs_groups declaration to header file
Browse files Browse the repository at this point in the history
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Acked-by: Felix Fietkau <nbd@openwrt.org>
  • Loading branch information
John W. Linville committed Jun 24, 2010
1 parent 670b7f1 commit de66bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions net/mac80211/rc80211_minstrel_ht.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions net/mac80211/rc80211_minstrel_ht_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include "rc80211_minstrel.h"
#include "rc80211_minstrel_ht.h"

extern const struct mcs_group minstrel_mcs_groups[];

static int
minstrel_ht_stats_open(struct inode *inode, struct file *file)
{
Expand Down

0 comments on commit de66bfd

Please sign in to comment.