artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c548cf0
)
a ; in a bad place; dragonfly; ok mglocker
author
deraadt
<deraadt@openbsd.org>
Fri, 22 Aug 2008 19:58:21 +0000
(19:58 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 22 Aug 2008 19:58:21 +0000
(19:58 +0000)
sys/dev/ic/bwi.c
patch
|
blob
|
history
diff --git
a/sys/dev/ic/bwi.c
b/sys/dev/ic/bwi.c
index
bae421f
..
0cf7022
100644
(file)
--- a/
sys/dev/ic/bwi.c
+++ b/
sys/dev/ic/bwi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bwi.c,v 1.7
7 2008/07/21 18:43:19 damien Exp $
*/
+/* $OpenBSD: bwi.c,v 1.7
8 2008/08/22 19:58:21 deraadt Exp $
*/
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
@@
-5633,7
+5633,7
@@
bwi_rf_init_hw_nrssi_table(struct bwi_mac *mac, uint16_t adjust)
val -= adjust;
if (val < -32)
val = -32;
- else if (val > 31)
;
+ else if (val > 31)
val = 31;
bwi_nrssi_write(mac, i, val);