summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authordyoung <dyoung@NetBSD.org>2004-03-03 00:05:16 +0000
committerdyoung <dyoung@NetBSD.org>2004-03-03 00:05:16 +0000
commit65e1a3b11271a2d8bdfd3b6969afb554dfe660d8 (patch)
treec86d55b5dfcc3d2c25f7e914c3f8bd3b6183253a /sys
parent6cf1c6e69f81eefa2de80feaae57491cd4beead5 (diff)
Oops, ath(4) tells dBm signal, not dB signal.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/athioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/athioctl.h b/sys/dev/ic/athioctl.h
index a03d3edfa5b..d63c884a414 100644
--- a/sys/dev/ic/athioctl.h
+++ b/sys/dev/ic/athioctl.h
@@ -1,4 +1,4 @@
-/* $NetBSD: athioctl.h,v 1.3 2003/12/16 06:48:09 dyoung Exp $ */
+/* $NetBSD: athioctl.h,v 1.4 2004/03/03 00:05:16 dyoung Exp $ */
/*-
* Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting
@@ -109,7 +109,7 @@ struct ath_diag {
(1 << IEEE80211_RADIOTAP_FLAGS) | \
(1 << IEEE80211_RADIOTAP_RATE) | \
(1 << IEEE80211_RADIOTAP_CHANNEL) | \
- (1 << IEEE80211_RADIOTAP_DB_ANTSIGNAL) | \
+ (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) | \
(1 << IEEE80211_RADIOTAP_ANTENNA) | \
0)