Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net More 802.11 subtypes: there's also 1MB/s DS



details:   https://anonhg.NetBSD.org/src/rev/270be5e07833
branches:  trunk
changeset: 482632:270be5e07833
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Thu Feb 17 21:53:16 2000 +0000

description:
More 802.11 subtypes: there's also 1MB/s DS
(the BayStack 660 firmware claims to support it).

diffstat:

 sys/net/if_media.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 0a0d63789069 -r 270be5e07833 sys/net/if_media.h
--- a/sys/net/if_media.h        Thu Feb 17 21:34:21 2000 +0000
+++ b/sys/net/if_media.h        Thu Feb 17 21:53:16 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_media.h,v 1.21 2000/02/16 18:03:14 thorpej Exp $    */
+/*     $NetBSD: if_media.h,v 1.22 2000/02/17 21:53:16 sommerfeld Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -208,6 +208,8 @@
 #define        IFM_IEEE80211_DS2       5       /* Direct Sequence 2Mbps */
 #define        IFM_IEEE80211_DS5       6       /* Direct Sequence 5Mbps*/
 #define        IFM_IEEE80211_DS11      7       /* Direct Sequence 11Mbps*/
+#define        IFM_IEEE80211_DS1       8       /* Direct Sequence 1Mbps */
+
 #define        IFM_IEEE80211_ADHOC     0x00000100      /* Operate in Adhoc mode */
 
 /*
@@ -376,6 +378,7 @@
         */                                                             \
        { IFM_IEEE80211|IFM_IEEE80211_FH1,      "FH1"   },              \
        { IFM_IEEE80211|IFM_IEEE80211_FH2,      "FH2"   },              \
+       { IFM_IEEE80211|IFM_IEEE80211_DS1,      "DS1"   },              \
        { IFM_IEEE80211|IFM_IEEE80211_DS2,      "DS2"   },              \
        { IFM_IEEE80211|IFM_IEEE80211_DS5,      "DS5"   },              \
        { IFM_IEEE80211|IFM_IEEE80211_DS11,     "DS11"  },              \



Home | Main Index | Thread Index | Old Index