]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Change state names to be clearer, and comment them
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 27 Jul 2012 18:31:16 +0000 (19:31 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Fri, 24 Aug 2012 19:10:18 +0000 (20:10 +0100)
commitb839b5d71e3d853fc55641bdbe29825d09dfe0f3
treea22f669f90d69705f56718130744d196876b95c7
parent01a81884686edd76305bc48d40af3c93cf0a6174
sfc: Change state names to be clearer, and comment them

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>
drivers/net/ethernet/sfc/efx.c
drivers/net/ethernet/sfc/ethtool.c
drivers/net/ethernet/sfc/falcon_boards.c
drivers/net/ethernet/sfc/net_driver.h