From: Amitkumar Karwar Date: Tue, 18 Feb 2014 23:41:56 +0000 (-0800) Subject: mwifiex: fix cmd and Tx data timeout issue for PCIe cards X-Git-Tag: v3.14-rc6~30^2~20^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c97560f6d751a620978504a4a888c631192b71a;p=pandora-kernel.git mwifiex: fix cmd and Tx data timeout issue for PCIe cards We are sending sleep confirm done interrupt in the middle of sleep handshake. There is a corner case when Tx done interrupt is received from firmware during sleep handshake due to which host and firmware power states go out of sync causing cmd and Tx data timeout problem. Hence sleep confirm done interrupt is sent at the end of sleep handshake to fix the problem. Cc: # 3.10+ Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed