summaryrefslogtreecommitdiff
path: root/drivers/net/s2io.h
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2011-04-04 15:09:25 +0000
committerDavid S. Miller <davem@davemloft.net>2011-04-06 14:35:23 -0700
commit034e345081cfb442abeb0e00fa26edeedb5ba96a (patch)
tree7b1f3fdc59d3cf03c92d0c964dd8ca775870fce1 /drivers/net/s2io.h
parent7bc93714042418cbc4ca89c51d3ab448ea3ef2fe (diff)
s2io: convert to set_phys_id (v2)
Convert to new ethtool set physical id model. Remove no longer used timer, and fix docbook comment. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r--drivers/net/s2io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h
index 7d160306b651..6b5c0231225c 100644
--- a/drivers/net/s2io.h
+++ b/drivers/net/s2io.h
@@ -893,9 +893,6 @@ struct s2io_nic {
u16 all_multi_pos;
u16 promisc_flg;
- /* Id timer, used to blink NIC to physically identify NIC. */
- struct timer_list id_timer;
-
/* Restart timer, used to restart NIC if the device is stuck and
* a schedule task that will set the correct Link state once the
* NIC's PHY has stabilized after a state change.