carl9170 firmware: remove static rx chainmask register update
authorChristian Lamparter <chunkeey@googlemail.com>
Tue, 21 Dec 2010 21:47:58 +0000 (22:47 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Tue, 21 Dec 2010 21:50:20 +0000 (22:50 +0100)
The driver takes care of both chainmasks values.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/src/rf.c

index 7bcff275fc22232029322b294273ee74781eab94..9bb8394dc1b246646065743bdbe1168d1aea98ce 100644 (file)
@@ -181,10 +181,6 @@ static uint32_t rf_init(const uint32_t delta_slope_coeff_exp,
                set(AR9170_PHY_REG_ANALOG_SWAP, AR9170_PHY_ANALOG_SWAP_AB |
                                                AR9170_PHY_ANALOG_SWAP_ALT_CHAIN);
 
-               /* configure mask */
-               set(AR9170_PHY_REG_RX_CHAINMASK, 0x5);  /* chain 0 + chain 2 */
-               set(AR9170_PHY_REG_CAL_CHAINMASK, 0x5); /* chain 0 + chain 2 */
-
                /* Activate BB */
                set(AR9170_PHY_REG_ACTIVE, AR9170_PHY_ACTIVE_EN);
                delay(10);