diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2013-01-14 09:50:32 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2013-01-14 09:50:32 +0000 |
commit | ed0949ddfb82beef23f3af12f8a0d7f69c6eff8e (patch) | |
tree | ff98318d9a4891452b0a204b2849cd9b9ee0a158 /sys/dev/usb | |
parent | c190a0d4676fb854fefa57a94800ec184ba9b032 (diff) |
Fix the sotfware.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_athn_usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_athn_usb.c b/sys/dev/usb/if_athn_usb.c index a30c7966e4f..26c5ec54c4d 100644 --- a/sys/dev/usb/if_athn_usb.c +++ b/sys/dev/usb/if_athn_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_usb.c,v 1.11 2013/01/14 09:48:24 jsing Exp $ */ +/* $OpenBSD: if_athn_usb.c,v 1.12 2013/01/14 09:50:31 jsing Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> @@ -1052,7 +1052,7 @@ athn_usb_newstate_cb(struct athn_usb_softc *usc, void *arg) #ifndef IEEE80211_STA_ONLY if (ic->ic_opmode == IEEE80211_M_HOSTAP) { athn_set_hostap_timers(sc); - /* Enable sotfware beacon alert interrupts. */ + /* Enable software beacon alert interrupts. */ imask = htobe32(AR_IMR_SWBA); } else #endif |