diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-01 21:05:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-01 21:05:39 +0000 |
commit | 8295fbf547bc283d043e5afc94cfd912e13303de (patch) | |
tree | f39ad3198e11e431478921ee65752e203f13c30e /sys | |
parent | a5b4730be560e68269b1e1ab5d73c280d208d948 (diff) |
killed a char accidentally
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/if_wi_hostap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/if_wi_hostap.c b/sys/dev/ic/if_wi_hostap.c index 8dfc2079f39..ada24808759 100644 --- a/sys/dev/ic/if_wi_hostap.c +++ b/sys/dev/ic/if_wi_hostap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_hostap.c,v 1.6 2002/04/01 20:57:56 mickey Exp $ */ +/* $OpenBSD: if_wi_hostap.c,v 1.7 2002/04/01 21:05:38 mickey Exp $ */ /* * Copyright (c) 2002 @@ -946,7 +946,7 @@ wihap_check_tx(struct wihap_info *whi, u_int8_t addr[], u_int8_t *txrate) splx(s); return(1); } - spx(s); + splx(s); return(0); } |