summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc/if_snc_pccard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/snc/if_snc_pccard.c')
-rw-r--r--sys/dev/snc/if_snc_pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/snc/if_snc_pccard.c b/sys/dev/snc/if_snc_pccard.c
index a815080..64e2faf 100644
--- a/sys/dev/snc/if_snc_pccard.c
+++ b/sys/dev/snc/if_snc_pccard.c
@@ -95,7 +95,7 @@ snc_pccard_detach(device_t dev)
return (0);
}
sncshutdown(sc);
- ifp->if_flags &= ~IFF_RUNNING;
+ ifp->if_drv_flags &= ~IFF_DRV_RUNNING;
if_detach(ifp);
sc->gone = 1;
bus_teardown_intr(dev, sc->irq, sc->irq_handle);
OpenPOWER on IntegriCloud