diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-11-10 16:01:19 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-11-10 16:01:19 +0000 |
commit | b702d9a6e4732cb5e4cf1043cf65cbbe6fd430d8 (patch) | |
tree | 9c103a2dafbfd5a3b9832152e985d63bdcbde477 /sys/dev/pci/if_ix.c | |
parent | 6f0b55db47175676ef957f8d7b4206a0c8bf1a94 (diff) |
don't try to update the link status every second
Diffstat (limited to 'sys/dev/pci/if_ix.c')
-rw-r--r-- | sys/dev/pci/if_ix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ix.c b/sys/dev/pci/if_ix.c index c16c7f09394..3e92936aadd 100644 --- a/sys/dev/pci/if_ix.c +++ b/sys/dev/pci/if_ix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ix.c,v 1.101 2014/11/10 15:58:32 mikeb Exp $ */ +/* $OpenBSD: if_ix.c,v 1.102 2014/11/10 16:01:18 mikeb Exp $ */ /****************************************************************************** @@ -1237,7 +1237,6 @@ ixgbe_local_timer(void *arg) s = splnet(); - ixgbe_update_link_status(sc); ixgbe_update_stats_counters(sc); #ifdef IX_DEBUG |