minstrel: simplify and fix debugfs code
authorFelix Fietkau <nbd@openwrt.org>
Mon, 1 Mar 2010 21:17:38 +0000 (22:17 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 10 Mar 2010 22:44:17 +0000 (17:44 -0500)
This patch cleans up the debugfs read function for the statistics by
using simple_read_from_buffer instead of its own semi-broken hack.
Also removes a useless member of the minstrel debugfs info struct.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found