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_wivar.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_wivar.h')
-rw-r--r-- | sys/dev/ic/if_wivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/if_wivar.h b/sys/dev/ic/if_wivar.h index 73a54871165..3cfd244dd30 100644 --- a/sys/dev/ic/if_wivar.h +++ b/sys/dev/ic/if_wivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wivar.h,v 1.7 2002/04/06 20:31:56 millert Exp $ */ +/* $OpenBSD: if_wivar.h,v 1.8 2002/04/06 23:48:38 millert Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -65,6 +65,7 @@ struct wi_softc { u_int16_t wi_authtype; u_int16_t wi_roaming; u_int16_t wi_supprates; + u_int16_t wi_diversity; struct ieee80211_nwid wi_node_name; struct ieee80211_nwid wi_net_name; |