rt2x00: Export all register stats through debugfs
authorIvo van Doorn <ivdoorn@gmail.com>
Tue, 3 Mar 2009 17:14:18 +0000 (18:14 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 Mar 2009 19:39:44 +0000 (14:39 -0500)
commit860559fe686b44a533c83c79fe5d1ad41bf9e090
treea3704272ed5522518cd7b89218289483e1249599
parentd216aaa674feb14a4aeb56bc3708f69d81c39d45
rt2x00: Export all register stats through debugfs

By exporting the register base, and word size to userspace
through debugfs it will be easier to create scripts which
parse the register information. This makes debugging and
register dumps information easier.

This will break my previous scripts which dumped and parsed
all information, but since this is only for debugging purposes
this change should not be a problem.

Dumpfiles created with the old version can be easily manually
edited to make them compatible with this new approach, which
means there will be no problems comparing dumps from the
different versions either.

Also be more consistent with using tabs to seperate different
fields.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00debug.c