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_wireg.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_wireg.h')
-rw-r--r-- | sys/dev/ic/if_wireg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/if_wireg.h b/sys/dev/ic/if_wireg.h index b9aee89668e..21301dd8a42 100644 --- a/sys/dev/ic/if_wireg.h +++ b/sys/dev/ic/if_wireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wireg.h,v 1.17 2002/04/06 20:31:56 millert Exp $ */ +/* $OpenBSD: if_wireg.h,v 1.18 2002/04/06 23:48:38 millert Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -76,6 +76,8 @@ #define WI_DEFAULT_AUTHTYPE 1 +#define WI_DEFAULT_DIVERSITY 0 + /* * register space access macros */ |