diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2004-08-08 17:10:54 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2004-08-08 17:10:54 +0000 |
| commit | e383b2404159028f9848ec405fa2d4ef380aea73 (patch) | |
| tree | 90579375f4bc2e590f5bfa97548650ade977d82f /sys/dev/ath | |
| parent | b78b739ec89965970677f265fb6e97a881aa0065 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 2c04c8ee53c9..dde23cde82d9 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -262,7 +262,7 @@ ath_attach(u_int16_t devid, struct ath_softc *sc) if_printf(ifp, "failed to allocate descriptors: %d\n", error); goto bad; } - callout_init(&sc->sc_scan_ch, CALLOUT_MPSAFE); + callout_init(&sc->sc_scan_ch, debug_mpsafenet ? CALLOUT_MPSAFE : 0); callout_init(&sc->sc_cal_ch, CALLOUT_MPSAFE); ATH_TXBUF_LOCK_INIT(sc); |
