diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2020-05-18 05:47:54 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2020-05-18 05:47:54 +0000 |
| commit | f90311f89c192758a5e852d599e50fda768a75ff (patch) | |
| tree | 2f70b93ad7d58cb97b041be93df7d6d839aefed1 /sys/dev/ic | |
| parent | 7c90785607219cef11f3c71a2490631450c6b244 (diff) | |
Fix typo in comment.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/bwireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/bwireg.h b/sys/dev/ic/bwireg.h index e9e99799071..3e1e04d8f25 100644 --- a/sys/dev/ic/bwireg.h +++ b/sys/dev/ic/bwireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: bwireg.h,v 1.3 2009/01/28 14:49:10 sborrill Exp $ */ +/* $NetBSD: bwireg.h,v 1.4 2020/05/18 05:47:54 msaitoh Exp $ */ /* $OpenBSD: bwireg.h,v 1.7 2007/11/17 16:50:02 mglocker Exp $ */ /* @@ -583,7 +583,7 @@ 0x1a1d, 0x1719, 0x1616, 0x1414, 0x1414, 0x1400, 0x1414, 0x1614, \ 0x1716, 0x1a19, 0x1f1d, 0x2521, 0x2a27, 0x2f2a, 0x332d, 0x3b35, \ 0x5140, 0x6c62, 0x0077 -/* G PHY Revsion 7 */ +/* G PHY Revision 7 */ #define BWI_PHY_NOISE_SCALE_11G_REV7 \ 0xa4a4, 0xa4a4, 0xa4a4, 0xa4a4, 0xa4a4, 0xa4a4, 0xa4a4, 0xa4a4, \ 0xa4a4, 0xa4a4, 0xa4a4, 0xa4a4, 0xa4a4, 0xa400, 0xa4a4, 0xa4a4, \ |
