diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-04-10 07:55:55 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-04-10 07:55:55 +0000 |
| commit | 81f290a510fda1df4359390049a935720430a774 (patch) | |
| tree | 0bb76a64f294e162a6b361b7d52c983de656a882 /sys/dev/wi | |
| parent | cb339c7cd9edd032bcb562eaa7e0aa319d378ea7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 9d96e0aff229..8fab29cf2881 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -563,8 +563,8 @@ wi_intr(void *arg) WI_LOCK(sc); if (sc->wi_gone || (ifp->if_flags & IFF_UP) == 0) { - CSR_WRITE_2(sc, WI_EVENT_ACK, ~0); CSR_WRITE_2(sc, WI_INT_EN, 0); + CSR_WRITE_2(sc, WI_EVENT_ACK, ~0); WI_UNLOCK(sc); return; } |
