]> git.baikalelectronics.ru Git - kernel.git/commit
b44: missing netif_wake_queue() in b44_open()
authorMark Lord <lkml@rtr.ca>
Wed, 30 Nov 2005 21:30:23 +0000 (22:30 +0100)
committerFrancois Romieu <romieu@electric-eye.fr.zoreil.com>
Wed, 30 Nov 2005 21:30:23 +0000 (22:30 +0100)
commit36f856d382d57dfcf4068f6df137936d00d01c3a
tree44cca817c379f9db5bfe457864b51297b5329314
parentbd3fe3441c8f822885036e21d16bd93d2e18780c
b44: missing netif_wake_queue() in b44_open()

This patch fixes a problem plaguing Dell notebooks with built-in b44
ethernet: The driver refuses to transmit packets of any kind until after
the first 5-second tx_timeout occurs. This bug causes DHCP negotiation to
fail (timeout) during installation of Ubuntu Linux.

Signed-off-by: Mark Lord <lkml@rtr.ca>
Signed-off-by: Andrew Morton <akpm@osdl.org>
drivers/net/b44.c