diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-06 23:48:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-06 23:48:39 +0000 |
commit | e6c640754dcadaf3216f9bc864026ef93311152a (patch) | |
tree | 5a013fcf3b41061b72f000053fcf6d3411eea0d9 /sys/dev/ic/if_wi_ieee.h | |
parent | f3b4f74459e7cca45dfa34a88554fec8f0eb24e4 (diff) |
Add support for setting antenna diversity on Symbol cards.
Also add some more Symbol-specific RID values I noticed in the
Linux orinoco driver.
Diffstat (limited to 'sys/dev/ic/if_wi_ieee.h')
-rw-r--r-- | sys/dev/ic/if_wi_ieee.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/ic/if_wi_ieee.h b/sys/dev/ic/if_wi_ieee.h index ac4531e3acd..4c8ba575b8d 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.5 2002/04/06 20:31:56 millert Exp $ */ +/* $OpenBSD: if_wi_ieee.h,v 1.6 2002/04/06 23:48:38 millert Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -207,6 +207,7 @@ struct wi_counters { #define WI_RID_MCAST_PM_BUF 0xFC17 /* PM buffering of mcast */ #define WI_RID_ENCRYPTION 0xFC20 /* enable/disable WEP */ #define WI_RID_AUTHTYPE 0xFC21 /* specify authentication type */ +#define WI_RID_SYMBOL_MANDATORYBSSID 0xFC21 #define WI_RID_P2_TX_CRYPT_KEY 0xFC23 #define WI_RID_P2_CRYPT_KEY0 0xFC24 #define WI_RID_P2_CRYPT_KEY1 0xFC25 @@ -224,9 +225,13 @@ struct wi_counters { #define HOST_DECRYPT 0x80 #define WI_RID_WEP_MAPTABLE 0xFC29 #define WI_RID_CNFAUTHMODE 0xFC2A +#define WI_RID_SYMBOL_KEYLENGTH 0xFC2B +#define WI_RID_SYMBOL_PREAMBLE 0xFC2C /* Enable/disable short preamble */ #define WI_RID_ROAMING_MODE 0xFC2D /* Roaming mode (1:firm,3:disable) */ #define WI_RID_BASIC_RATE 0xFCB3 #define WI_RID_SUPPORT_RATE 0xFCB4 +#define WI_RID_SYMBOL_DIVERSITY 0xFC87 /* Symbol antenna diversity */ +#define WI_RID_SYMBOL_BASIC_RATE 0xFC90 /* * Network parameters, dynamic configuration entities |