From: Rick Farrington Date: Tue, 18 Mar 2008 21:57:49 +0000 (-0700) Subject: iwlwifi: mac start synchronization issue X-Git-Tag: v2.6.25-rc8~77^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f46786ec5bb291c9b5e6cc6f83ebbd3fceea51;p=pandora-kernel.git iwlwifi: mac start synchronization issue This patch fixes a synchronization problem on the 4965 and 3945 with the mac start callback routine. The problem is that this function exits BEFORE the 'xxx_alive_start' has completed. This can lead to a problem if a subsequent MAC callback attempts to issue a firmware command. Signed-off-by: Rick Farrington Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed