ath9k: Keep track of stations for debugfs.
authorBen Greear <greearb@candelatech.com>
Mon, 10 Jan 2011 07:11:49 +0000 (23:11 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 Jan 2011 20:32:22 +0000 (15:32 -0500)
commit7f010c93d73847ffc6b74b572fef9a63e305d65e
tree9ed4a9cb46b55995b415f255fc83da7f4e4a95f8
parentbda8addaed08834956d5695212717893a2e0cb13
ath9k: Keep track of stations for debugfs.

The stations hold the ath_node, which holds the tid
and other xmit logic structures.  In order to debug
stuck xmit logic, we need a way to print out the tid
state for the stations.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/debug.c
drivers/net/wireless/ath/ath9k/init.c
drivers/net/wireless/ath/ath9k/main.c