sfc: Use a single blink implementation
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 23 Nov 2009 16:03:45 +0000 (16:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 18:58:39 +0000 (10:58 -0800)
commit398468ed1b5c61fe8bcbc8cc1ed323e3c23b58ef
tree2c9f8932143b91d8affe388bd21d98beab7c7488
parentdcf477b2d205abb8ccdb3b1cb668a0db2de202c0
sfc: Use a single blink implementation

Only some PHYs have firmware support for a LED blink mode, so we
currently blink the others in a timer function.  Since all PHYs have
simple on and off modes, we don't gain anything by using multiple
blink implementations.  Also, since we have a process context there
is no need to use a timer.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/efx.c
drivers/net/sfc/efx.h
drivers/net/sfc/ethtool.c
drivers/net/sfc/falcon_boards.c
drivers/net/sfc/net_driver.h
drivers/net/sfc/phy.h
drivers/net/sfc/qt202x_phy.c
drivers/net/sfc/tenxpress.c