commit | 521c4d96e0840ecce25b956e00f416ed499ef2ba | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 22 18:32:47 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 22 18:32:47 2008 -0700 |
tree | eef5a83ca23b4e9a43d1c37a83830617313fe074 | |
parent | 4255589293b78c4dab324323e12857876b154863 [diff] |
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>