ath9k: Fix compilation warning.
authorVivek Natarajan <vnatarajan@atheros.com>
Fri, 25 Feb 2011 12:01:03 +0000 (17:31 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 25 Feb 2011 20:33:40 +0000 (15:33 -0500)
commit08f6c85223b71ba7bf2a5ebbdf735881475a8e3c
tree2bc99e75ce2ac66a5feb3f8b381608ee12c90b8a
parent7e3514fdc0f2c1c007f46f0ca584808edbfaee8f
ath9k: Fix compilation warning.

Initialize txq to avoid this warning:

drivers/net/wireless/ath/ath9k/main.c: In function ‘ath9k_flush’:
drivers/net/wireless/ath/ath9k/main.c:2138: warning: ‘txq’ may be used uninitialized in this function

Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c