Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/90236ff9339e
branches:  trunk
changeset: 572463:90236ff9339e
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Jan 04 00:34:58 2005 +0000

description:
Fix a typo.

diffstat:

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

diffs (19 lines):

diff -r 41af90dff4a7 -r 90236ff9339e sys/net80211/ieee80211_radiotap.h
--- a/sys/net80211/ieee80211_radiotap.h Mon Jan 03 22:45:34 2005 +0000
+++ b/sys/net80211/ieee80211_radiotap.h Tue Jan 04 00:34:58 2005 +0000
@@ -1,5 +1,5 @@
 /* $FreeBSD: src/sys/net80211/ieee80211_radiotap.h,v 1.3 2004/04/05 22:13:21 sam Exp $ */
-/* $NetBSD: ieee80211_radiotap.h,v 1.9 2004/06/06 04:13:28 dyoung Exp $ */
+/* $NetBSD: ieee80211_radiotap.h,v 1.10 2005/01/04 00:34:58 dyoung Exp $ */
 
 /*-
  * Copyright (c) 2003, 2004 David Young.  All rights reserved.
@@ -123,7 +123,7 @@
  *      RF noise power at the antenna, decibel difference from an
  *      arbitrary, fixed reference point.
  *
- * IEEE80211_RADIOTAP_BARKER_CODE_LOCK  u_int16_t       unitless
+ * IEEE80211_RADIOTAP_LOCK_QUALITY      u_int16_t       unitless
  *
  *      Quality of Barker code lock. Unitless. Monotonically
  *      nondecreasing with "better" lock strength. Called "Signal



Home | Main Index | Thread Index | Old Index