Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/218e0dd28f55
branches:  trunk
changeset: 481163:218e0dd28f55
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jan 24 01:20:21 2000 +0000

description:
Fix a typo.

diffstat:

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

diffs (18 lines):

diff -r 791309f7ee1d -r 218e0dd28f55 sys/net/if_media.h
--- a/sys/net/if_media.h        Mon Jan 24 01:09:57 2000 +0000
+++ b/sys/net/if_media.h        Mon Jan 24 01:20:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_media.h,v 1.16 2000/01/23 23:49:48 chopps Exp $     */
+/*     $NetBSD: if_media.h,v 1.17 2000/01/24 01:20:21 augustss Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -197,7 +197,7 @@
  * IEEE 802.11 Wireless
  */
 #define        IFM_IEEE80211   0x00000080
-#define        IFM_IEEE80211_FH1       3       /* Frequency Hopping 2Mbps */
+#define        IFM_IEEE80211_FH1       3       /* Frequency Hopping 1Mbps */
 #define        IFM_IEEE80211_FH2       4       /* Frequency Hopping 2Mbps */
 #define        IFM_IEEE80211_DS2       5       /* Direct Sequence 2Mbps */
 #define        IFM_IEEE80211_DS5       6       /* Direct Sequence 5Mbps*/



Home | Main Index | Thread Index | Old Index