ath6kl: fix testmode when fw-2.bin or fw-3.bin is used
authorKalle Valo <kvalo@qca.qualcomm.com>
Tue, 24 Jan 2012 11:50:16 +0000 (13:50 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 30 Jan 2012 19:08:45 +0000 (21:08 +0200)
commit5f1127ffbae3029fde5dc1464ec3c26cdf34cb80
tree9509a7ecde4beae63629036a94e4a2eb2de768da
parent1d2a4456de20db73362c86c88fe9c02169f29d0a
ath6kl: fix testmode when fw-2.bin or fw-3.bin is used

Testmode (TCMD and ART) was not enabled when fw-2.bin or fw-3.bin files
were available, fix that by fetching testmode file just after the
board file but before rest of the firmware files are fetched.

I also added testmode field to struct ath6kl and moved the module parameter
to core.c. Now all module parameters are grouped in one place.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/core.c
drivers/net/wireless/ath/ath6kl/core.h
drivers/net/wireless/ath/ath6kl/init.c