Source-Changes-HG archive

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

[src/trunk]: src/sys/net Change ifmb_baudrate for IFM_IEEE80211_DS5: 5Mbps ->...



details:   https://anonhg.NetBSD.org/src/rev/6437c2aaa9a3
branches:  trunk
changeset: 537124:6437c2aaa9a3
user:      onoe <onoe%NetBSD.org@localhost>
date:      Fri Sep 27 05:27:20 2002 +0000

description:
Change ifmb_baudrate for IFM_IEEE80211_DS5: 5Mbps -> 5.5Mbps

diffstat:

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

diffs (18 lines):

diff -r 5b2474c62fc2 -r 6437c2aaa9a3 sys/net/if_media.h
--- a/sys/net/if_media.h        Fri Sep 27 05:07:09 2002 +0000
+++ b/sys/net/if_media.h        Fri Sep 27 05:27:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_media.h,v 1.28 2002/08/21 03:22:04 onoe Exp $       */
+/*     $NetBSD: if_media.h,v 1.29 2002/09/27 05:27:20 onoe Exp $       */
 
 /*-
  * Copyright (c) 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -459,7 +459,7 @@
        { IFM_IEEE80211|IFM_IEEE80211_FH1, IF_Mbps(1) },                \
        { IFM_IEEE80211|IFM_IEEE80211_FH2, IF_Mbps(2) },                \
        { IFM_IEEE80211|IFM_IEEE80211_DS2, IF_Mbps(2) },                \
-       { IFM_IEEE80211|IFM_IEEE80211_DS5, IF_Mbps(5) },                \
+       { IFM_IEEE80211|IFM_IEEE80211_DS5, IF_Kbps(5500) },             \
        { IFM_IEEE80211|IFM_IEEE80211_DS11, IF_Mbps(11) },              \
        { IFM_IEEE80211|IFM_IEEE80211_DS1, IF_Mbps(1) },                \
                                                                        \



Home | Main Index | Thread Index | Old Index