From: Sujith.Manoharan@atheros.com Date: Tue, 11 May 2010 10:54:43 +0000 (+0530) Subject: ath9k_htc: Fix target ready race condition X-Git-Tag: v2.6.35-rc1~473^2~42^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c49ffb2e2a47b23fec7f469435e7b112e2e569;p=pandora-kernel.git ath9k_htc: Fix target ready race condition The ready message from the target could be processed before the host HW init has completed. In this case, htc_process_target_rdy() would assume the target has timed out, when it hasn't. Fix this by checking if the target has sent the ready message properly. Signed-off-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed