commit | 039a07215e0fca00c450f4bf1dc9b458bdfe8559 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | Tue Dec 28 14:28:37 2010 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 04 14:43:00 2011 -0500 |
tree | ac6942c132aed0367134e13b3c5e7d5e46d6fb34 | |
parent | 73908674c6957082e8ab57daed57d2bb97a1ebba [diff] |
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 <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>