]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
rt2x00: Add TX/RX frame dumping facility
authorIvo van Doorn <ivdoorn@gmail.com>
Tue, 27 Nov 2007 20:49:29 +0000 (21:49 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:05:08 +0000 (15:05 -0800)
commit4d8dd66c1659ba0d1b110ed0488f4f6ffbc90e71
tree03ae5e8fc993ec504f099ddb5d1f40f3a371289d
parent08992f7fb139c7dbaf593402312ee5a055352f05
rt2x00: Add TX/RX frame dumping facility

This adds TX/RX frame dumping capabilities through debugfs.
The intention is that with this approach debugging of rt2x00 is
simplified since _all_ frames going in and out of the device
are send to debugfs as well along with additional information
like the hardware descriptor.

Based on the patch by Mattias Nissler.
Mattias also has some tools that will make the dumped frames
available to wireshark: http://www-user.rhrk.uni-kl.de/~nissler/rt2x00/

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00.h
drivers/net/wireless/rt2x00/rt2x00debug.c
drivers/net/wireless/rt2x00/rt2x00dev.c
drivers/net/wireless/rt2x00/rt2x00dump.h [new file with mode: 0644]
drivers/net/wireless/rt2x00/rt2x00lib.h
drivers/net/wireless/rt2x00/rt2x00pci.c
drivers/net/wireless/rt2x00/rt2x00usb.c