ipw2200: Call netif_*_queue() interfaces properly.
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Jul 2008 01:32:47 +0000 (18:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jul 2008 01:32:47 +0000 (18:32 -0700)
netif_carrier_{on,off}() handles starting and stopping packet
flow into the driver.  So there is no reason to invoke netif_stop_queue()
and netif_wake_queue() in response to link status events.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found