From: Sujith Manoharan Date: Tue, 28 Dec 2010 08:58:37 +0000 (+0530) Subject: ath9k_htc: Fix fast channel change X-Git-Tag: v2.6.38-rc1~476^2~14^2~3^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039a07215e0fca00c450f4bf1dc9b458bdfe8559;p=pandora-kernel.git ath9k_htc: Fix fast channel change When returning to the operating channel, a full HW reset has to be done instead of a fast channel change. Since sw_scan_complete() is called after the config() call for the home channel, we end up doing a FCC. Fix this issue by checking the OFFCHANNEL flag to determine FCC. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed