From: Amitkumar Karwar Date: Tue, 23 Jul 2013 02:17:52 +0000 (-0700) Subject: mwifiex: reduce firmware poll retries X-Git-Tag: v3.12-rc1~132^2~297^2^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00062e318b1e4a4bec8a8e343efe8bc92d3b109;p=pandora-kernel.git mwifiex: reduce firmware poll retries After downloading the firmware, firmware status is checked by reading a register. Polling interval is 100 msecs. Therefore 100 retries means the status is checked for 10 secs which is more than sufficient for firmware to get ready. This patch removes 1000 retries macro usage, because 100secs time is not practical. Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed