]> git.baikalelectronics.ru Git - kernel.git/commit
[LIBERTAS]: fix interrupts in CF driver
authorRyan Mallon <ryan@bluewatersys.com>
Fri, 7 Sep 2007 01:32:42 +0000 (21:32 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:52:27 +0000 (16:52 -0700)
commit7472406fc884108b6455069a2d88163b1bd52697
treef1aaa2fa6af4c1d58bb3d17483e3684e0390b889
parent043452b3ca645ae4129192f54f314b14fd143c7b
[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 <ryan@bluewatersys.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/libertas/if_cs.c