commit | 6ce34ec11c6297562e70e27c57a24cd27d4cd2b1 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Fri Apr 16 11:54:01 2010 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Apr 16 15:47:12 2010 -0400 |
tree | e2cc737d1c962cca801d61aa7a609df9dfc3bdef | |
parent | eac8e385e9446e591aacbc9ef2c2a3b0836dd2d4 [diff] |
ath9k_htc: Handle WMI timeouts properly If a WMI command has timed out for some reason, a late WMI response would end up updating the response region of a new WMI request that has been issued in the meantime. Fix this race condition by dropping a WMI response if a new WMI command has been issued. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>