]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath9k: Fix bug in scan termination
authorSujith <Sujith.Manoharan@atheros.com>
Mon, 13 Apr 2009 16:26:36 +0000 (21:56 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jul 2009 23:50:12 +0000 (16:50 -0700)
commit6dd473f8f9d29686f593b1a2151da74138488ae8
tree998a9a130541752a24522fcdc3148a08763cb60b
parent5a98e45dcc9223867d0ae74b6fca3506c3ca3afb
ath9k: Fix bug in scan termination

commit 9c07a7777f44c7e39accec5ad8c4293d6a9b2a47 upstream.

A full HW reset needs to be done on termination of a scan run.
Not setting SC_OP_FULL_RESET resulted in doing a
fast channel change.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath9k/main.c