]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit53b0364884b2f3c4d1b55a480222727f40027c1e
tree9ed4a9cb46b55995b415f255fc83da7f4e4a95f8
parenteb01cab30cb0a61820b75a973046105a3e587e6f
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