aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTai-hwa Liang <avatar@FreeBSD.org>2007-11-27 08:29:24 +0000
committerTai-hwa Liang <avatar@FreeBSD.org>2007-11-27 08:29:24 +0000
commit8c81b154da8526a55aeee00a1a77e2ea51da9c93 (patch)
treed741a4cb3afd0eae1c7e4beb938d228cb2daf231 /sys
parentfe154e087f853fed878ab3cac3f49c1788929eda (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/an/if_an.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index cc1cdf377aa1..db88e0c9ed1d 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -1153,10 +1153,6 @@ an_stats_update(void *xsc)
struct ifnet *ifp;
sc = xsc;
- if (sc->an_gone) {
- return;
- }
-
AN_LOCK_ASSERT(sc);
ifp = sc->an_ifp;