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:
9714284
)
sfc: Change state names to be clearer, and comment them
author
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 27 Jul 2012 18:31:16 +0000
(19:31 +0100)
committer
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 24 Aug 2012 19:10:18 +0000
(20:10 +0100)
STATE_INIT and STATE_FINI are equivalent and represent incompletely
initialised states; combine them as STATE_UNINIT.
Rename STATE_RUNNING to STATE_READY, to avoid confusion with
netif_running() and IFF_RUNNING.
The comments do not quite match current usage, but this will be
corrected in subsequent fixes.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
No differences found