summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/regs.h
diff options
context:
space:
mode:
authorschodet2008-08-13 12:00:13 +0000
committerschodet2008-08-13 12:00:13 +0000
commit579a2cdb816121f7cc95333f8440d0238d311a4b (patch)
tree53ebd73cdab279da422bcc2f528a59d528d67560 /cesar/hal/phy/inc/regs.h
parentf9133d230f75716103b02b511f8dd1e068956425 (diff)
* hal/phy:
- amplitude map addresses are carriers pairs. - fixed use amplitude map bit. - amplitude map semantic is reverted. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2724 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/inc/regs.h')
-rw-r--r--cesar/hal/phy/inc/regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/hal/phy/inc/regs.h b/cesar/hal/phy/inc/regs.h
index e39140b075..9c1d4c7fda 100644
--- a/cesar/hal/phy/inc/regs.h
+++ b/cesar/hal/phy/inc/regs.h
@@ -107,6 +107,7 @@ typedef u32 uint32_t;
#define PHY_DSPSS_TX_PARAM__MAMA_DEBUG_ENABLE 31, 31
# define PHY_DSPSS_TX_PARAM__DEFAULT \
(BF_MASK (PHY_DSPSS_TX_PARAM__USE_SCRAMBLER) \
+ | BF_MASK (PHY_DSPSS_TX_PARAM__USE_AMPLITUDE_MAP) \
| BF_MASK (PHY_DSPSS_TX_PARAM__USE_SHAKER) \
)