git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4255589
)
ipw2200: Call netif_*_queue() interfaces properly.
author
David S. Miller
<davem@davemloft.net>
Wed, 23 Jul 2008 01:32:47 +0000
(18:32 -0700)
committer
David 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