From: Johannes Berg Date: Fri, 22 Apr 2011 17:15:23 +0000 (-0700) Subject: iwlagn: implement synchronous firmware load X-Git-Tag: v3.0-rc1~377^2~161^2^2~141^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca7966c88e44233fac113579071a6f55e00ef5ac;p=pandora-kernel.git iwlagn: implement synchronous firmware load The current firmware loading mechanism in iwlwifi is very hard to follow, and thus hard to maintain. To make it easier, make the firmware loading synchronous. For now, as a side effect, this removes a number of retry possibilities we had. It isn't typical for this to fail, but if it does happen we restart from scratch which this also makes easier to do should it be necessary. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed