commit | d9e2d185bf01e20339158f77c3fca00b02014912 | [log] [tgz] |
---|---|---|
author | Mark Lord <lkml@rtr.ca> | Wed Nov 30 22:30:23 2005 +0100 |
committer | Francois Romieu <romieu@electric-eye.fr.zoreil.com> | Wed Nov 30 22:30:23 2005 +0100 |
tree | 44cca817c379f9db5bfe457864b51297b5329314 | |
parent | 346f7dbb17cb7d84317b4410df2e8f7bf2e57f44 [diff] |
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>