Skip to content
Commit 521c4d96 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 42555892
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment