diff options
Diffstat (limited to 'sys/dev/ic/ar9287reg.h')
-rw-r--r-- | sys/dev/ic/ar9287reg.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/ic/ar9287reg.h b/sys/dev/ic/ar9287reg.h index 19d1b8df617..6ff387e1cfb 100644 --- a/sys/dev/ic/ar9287reg.h +++ b/sys/dev/ic/ar9287reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9287reg.h,v 1.1 2009/11/14 16:55:11 damien Exp $ */ +/* $OpenBSD: ar9287reg.h,v 1.2 2010/05/10 17:44:21 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -30,18 +30,18 @@ #define AR9287_AN_TOP2 0x78b4 /* Bits for AR9287_AN_RF2G3_CH[01]. */ -#define AR9287_AN_RF2G3_DB1_M 0xe0000000 -#define AR9287_AN_RF2G3_DB1_S 29 -#define AR9287_AN_RF2G3_DB2_M 0x1c000000 -#define AR9287_AN_RF2G3_DB2_S 26 -#define AR9287_AN_RF2G3_OB_CCK_M 0x03800000 -#define AR9287_AN_RF2G3_OB_CCK_S 23 -#define AR9287_AN_RF2G3_OB_PSK_M 0x00700000 -#define AR9287_AN_RF2G3_OB_PSK_S 20 -#define AR9287_AN_RF2G3_OB_QAM_M 0x000e0000 -#define AR9287_AN_RF2G3_OB_QAM_S 17 #define AR9287_AN_RF2G3_OB_PAL_OFF_M 0x0001c000 #define AR9287_AN_RF2G3_OB_PAL_OFF_S 14 +#define AR9287_AN_RF2G3_OB_QAM_M 0x000e0000 +#define AR9287_AN_RF2G3_OB_QAM_S 17 +#define AR9287_AN_RF2G3_OB_PSK_M 0x00700000 +#define AR9287_AN_RF2G3_OB_PSK_S 20 +#define AR9287_AN_RF2G3_OB_CCK_M 0x03800000 +#define AR9287_AN_RF2G3_OB_CCK_S 23 +#define AR9287_AN_RF2G3_DB2_M 0x1c000000 +#define AR9287_AN_RF2G3_DB2_S 26 +#define AR9287_AN_RF2G3_DB1_M 0xe0000000 +#define AR9287_AN_RF2G3_DB1_S 29 /* Bits for AR9287_AN_TXPC0. */ #define AR9287_AN_TXPC0_TXPCMODE_M 0x0000c000 |