From: Ryan Mallon Date: Fri, 7 Sep 2007 01:32:42 +0000 (-0400) Subject: [LIBERTAS]: fix interrupts in CF driver X-Git-Tag: v2.6.24-rc1~1454^2~379 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28de0b36be2a4e7fb0ba7c9a77d61aeb229b27c0;p=pandora-kernel.git [LIBERTAS]: fix interrupts in CF driver The following patch fixes the tx transmit timeout problem, which is caused by the interrupts being incorrectly check and masked. The patch moves the interrupt masking code so that interrupts are enabled only when the driver is registered and only disabled when the driver is unregistered. Signed-off-by: Ryan Mallon Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed