aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht_debugfs.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-09-16mac80211: disallow seeks in minstrel debug codeArnd Bergmann1-1/+2
No need for seek here, so let's just use nonseekable_open. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2010-06-24minstrel_ht: move minstrel_mcs_groups declaration to header fileJohn W. Linville1-2/+0
Signed-off-by: John W. Linville <linville@tuxdriver.com> Acked-by: Felix Fietkau <nbd@openwrt.org>
2010-06-02mac80211: add the minstrel_ht rate control algorithmFelix Fietkau1-0/+120
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>