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:
a0a4619
)
[NET]: Do not check netif_running() and carrier state in ->poll()
author
David S. Miller
<davem@davemloft.net>
Tue, 8 Jan 2008 04:48:21 +0000
(20:48 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Jan 2008 07:30:09 +0000
(23:30 -0800)
Drivers do this to try to break out of the ->poll()'ing loop
when the device is being brought administratively down.
Now that we have a napi_disable() "pending" state we are going
to solve that problem generically.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found