diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-10-19 10:55:57 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-10-19 10:55:57 +0000 |
commit | 8aff8e78d3d69b8cd3802bbb39e678ddbe0693ac (patch) | |
tree | 2594f2256966cdbd5b8013a78b199a5c4c5a6797 /sys/net80211/ieee80211_var.h | |
parent | d079ea7bd9c8c790e010d1123f8cb2567f8bd39a (diff) |
s/Mhz/MHz/ in comments and printf() strings
ok jsg@
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r-- | sys/net80211/ieee80211_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h index 45c49ebefa2..81c5d085982 100644 --- a/sys/net80211/ieee80211_var.h +++ b/sys/net80211/ieee80211_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_var.h,v 1.16 2006/06/27 20:55:51 reyk Exp $ */ +/* $OpenBSD: ieee80211_var.h,v 1.17 2006/10/19 10:55:56 tom Exp $ */ /* $NetBSD: ieee80211_var.h,v 1.7 2004/05/06 03:07:10 dyoung Exp $ */ /*- @@ -96,7 +96,7 @@ enum ieee80211_protmode { * Channels are specified by frequency and attributes. */ struct ieee80211_channel { - u_int16_t ic_freq; /* setting in Mhz */ + u_int16_t ic_freq; /* setting in MHz */ u_int16_t ic_flags; /* see below */ }; |