From: Sarveshwar Bandi Date: Tue, 25 May 2010 23:16:32 +0000 (-0700) Subject: be2net: Bug fix to avoid disabling bottom half during firmware upgrade. X-Git-Tag: v2.6.35-rc1~260^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd131e76e562fa0c6f9dd53130e8d08d39a0b62c;p=pandora-kernel.git be2net: Bug fix to avoid disabling bottom half during firmware upgrade. Certain firmware commands/operations to upgrade firmware could take several seconds to complete. The code presently disables bottom half during these operations which could lead to unpredictable behaviour in certain cases. This patch now does all firmware upgrade operations asynchronously using a completion variable. Signed-off-by: Sarveshwar Bandi Signed-off-by: David S. Miller --- Reading git-diff-tree failed