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)
commit521c4d96e0840ecce25b956e00f416ed499ef2ba
treeeef5a83ca23b4e9a43d1c37a83830617313fe074
parent4255589293b78c4dab324323e12857876b154863
ipw2200: Call netif_*_queue() interfaces properly.

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>
drivers/net/wireless/ipw2200.c