summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorDale Farnsworth <dale@farnsworth.org>2005-02-22 02:44:56 -0700
committerDale Farnsworth <dale@farnsworth.org>2005-02-22 02:44:56 -0700
commit5c7c074478b98d6edbbbf2d30f9a0fa0c80e366a (patch)
tree7578c0e818f043fa91fe08501365dd54446feb90 /net/unix/af_unix.c
parentf4ca530bbd36afce74f428b1c3307af0c11845d0 (diff)
[netdrvr mv643xx] Remove call to msleep() while locks are held. We don't really need to
wait for the link to come up. It was a workaround to avoid a transient error message, "Virtual device %s asks to queue packet!\n", in dev_queue_xmit() when called by ic_bootp_send_if(). This happens because right after opening the network device, there is a pending PHY status change interrupt causing the driver to call netif_stop_queue(). A half second later, the link comes up and all is well. We could have moved the call to msleep() to mv643xx_eth_open() to perpetuate the workaround, but I think it's best to remove it entirely. Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions