From: Tomas Winkler Date: Fri, 28 Mar 2008 23:21:12 +0000 (-0700) Subject: iwlwifi: Fix synchronous host command X-Git-Tag: v2.6.26-rc1~1138^2~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5472978ef16051337913f57b2f22982f3e9e4c2;p=pandora-kernel.git iwlwifi: Fix synchronous host command This patch replaces static variable from send_cmd_sync with flag in priv->status. It was used for reentrance protection but clearly made it impossible to stuck more cards into the same machine In addition it force check of return values of synchronous commands commands that doesn't requires return value async commands have to be used Signed-off-by: Tomas Winkler Signed-off-by: Yi Zhu Signed-off-by: John W. Linville --- Reading git-diff-tree failed