On 2010-06-24 5:16 PM, John W. Linville wrote: > Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> > --- > net/mac80211/rc80211_minstrel_ht.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c > index 7a04951..a8f658c 100644 > --- a/net/mac80211/rc80211_minstrel_ht.c > +++ b/net/mac80211/rc80211_minstrel_ht.c > @@ -59,7 +59,7 @@ > * groups, based on the number of streams and flags (HT40, SGI) that they > * use. > */ > -const struct mcs_group minstrel_mcs_groups[] = { > +static const struct mcs_group minstrel_mcs_groups[] = { NACK. minstrel_ht debugfs needs this. The proper fix for the warning is to add this one to a header file instead. - Felix -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html