Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

minstrel_ht: move minstrel_mcs_groups declaration to header file

parent 670b7f11
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
+0 −2
Original line number Diff line number Diff line
@@ -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)
{