From: Reinette Chatre Date: Fri, 19 Feb 2010 06:03:04 +0000 (-0800) Subject: iwlwifi: enable serialization of synchronous commands X-Git-Tag: v2.6.34-rc1~233^2~88^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2dfe6df755abb365aa3e2e67d88bda3cce5fd12;p=pandora-kernel.git iwlwifi: enable serialization of synchronous commands Until now it was only possible to have one synchronous command running at any time. If a synchronous command is in progress when a second request arrives then the second command will fail. Create a new mutex specific for this purpose to only allow one synchronous command at a time, but enable other commands to wait instead of fail if a synchronous command is in progress. Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed