]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/up
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 28 Aug 2008 03:39:13 +0000 (05:39 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Fri, 5 Sep 2008 04:33:59 +0000 (06:33 +0200)
commit4fdeca3f4e7e35f6c19e87617c23fbb59dfb1a63
tree6c02b3edeadf5f9ed842102604e692b2e7d5abd3
parentac840605f3b1d9b99e1e6629a54994f8e003ff91
mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/up

There is no need to call netif_{stop,wake}_queue() when the link goes
down/up, as the networking already takes care of this internally.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
drivers/net/mv643xx_eth.c