summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/an/if_an.c')
-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 cc1cdf3..db88e0c 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;
OpenPOWER on IntegriCloud