summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-06-25 02:03:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-06-25 02:03:03 +0000
commit8033e74330bf95f38420c70ca98a7f2c1089e55a (patch)
tree35f8d7ed9d7ec2bbdd8b324ba186d5cf073b9dfd /sys
parent9f1e651fc579e7520ee15313775004eb2545538a (diff)
Add RID to get the DBM adjustment factor; imp@freebsd.org
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/if_wi_ieee.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/if_wi_ieee.h b/sys/dev/ic/if_wi_ieee.h
index 047a153dbf4..a06f91453de 100644
--- a/sys/dev/ic/if_wi_ieee.h
+++ b/sys/dev/ic/if_wi_ieee.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_ieee.h,v 1.9 2002/06/14 21:34:59 todd Exp $ */
+/* $OpenBSD: if_wi_ieee.h,v 1.10 2002/06/25 02:03:02 millert Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -227,6 +227,7 @@ struct wi_counters {
#define WI_RID_CNFAUTHMODE 0xFC2A
#define WI_RID_SYMBOL_KEYLENGTH 0xFC2B
#define WI_RID_ROAMING_MODE 0xFC2D /* Roaming mode (1:firm,3:disable) */
+#define WI_RID_CNF_DBM_ADJUST 0xFC46 /* Get DBM adjustment factor */
#define WI_RID_SYMBOL_PREAMBLE 0xFC8C /* Enable/disable short preamble */
#define WI_RID_P2_SHORT_PREAMBLE 0xFCB0 /* Short preamble support */
#define WI_RID_P2_EXCLUDE_LONG_PREAMBLE 0xFCB1 /* Don't send long preamble */