diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-10-24 02:41:59 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-10-24 02:41:59 +0000 |
commit | eb2a8a84549c359efcd7ece9e0808f547d2173c9 (patch) | |
tree | fcc54d338edf300b9858af697d4ba2f79e2b29ca /sys/dev/ic/rtwreg.h | |
parent | 379b8d15fd859ac6ce04c3586adb42c56000bfde (diff) |
change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code.
ok jsg@
Diffstat (limited to 'sys/dev/ic/rtwreg.h')
-rw-r--r-- | sys/dev/ic/rtwreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/rtwreg.h b/sys/dev/ic/rtwreg.h index 65ad2ba47ba..67b61754bb6 100644 --- a/sys/dev/ic/rtwreg.h +++ b/sys/dev/ic/rtwreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtwreg.h,v 1.9 2005/10/23 08:47:14 reyk Exp $ */ +/* $OpenBSD: rtwreg.h,v 1.10 2005/10/24 02:41:58 reyk Exp $ */ /* $NetBSD: rtwreg.h,v 1.12 2005/01/16 11:50:43 dyoung Exp $ */ /*- * Copyright (c) 2004, 2005 David Young. All rights reserved. @@ -471,8 +471,8 @@ #define RTW_CONFIG2_PAPESIGN BIT(2) /* TBD, from EEPROM */ #define RTW_CONFIG2_PAPETIME_MASK BITS(1,0) /* TBD, from EEPROM */ -#define RTW_ANAPARM 0x54 /* Analog parameter, 32b */ -#define RTW8185_ANAPARM2 0x60 +#define RTW_ANAPARM_0 0x54 /* Analog parameter, 32b */ +#define RTW8185_ANAPARM_1 0x60 #define RTW_ANAPARM_RFPOW0_MASK BITS(30,28) /* undocumented bits * which appear to |