diff options
author | 2014-11-10 16:01:18 +0000 | |
---|---|---|
committer | 2014-11-10 16:01:18 +0000 | |
commit | 902fe0061aee61ba009735e2325e7f5f065f9f14 (patch) | |
tree | 6c6704fe5b3fb40ffd218d0326b11ad883c40240 | |
parent | remove ixgbe_sfp_probe since it's not called anyways (diff) | |
download | wireguard-openbsd-902fe0061aee61ba009735e2325e7f5f065f9f14.tar.xz wireguard-openbsd-902fe0061aee61ba009735e2325e7f5f065f9f14.zip |
don't try to update the link status every second
-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 |