|
@@ -1196,6 +1196,8 @@ static void ar9003_hw_antdiv_comb_conf_get(struct ath_hw *ah,
|
|
|
AR_PHY_9485_ANT_DIV_ALT_LNACONF_S;
|
|
|
antconf->fast_div_bias = (regval & AR_PHY_9485_ANT_FAST_DIV_BIAS) >>
|
|
|
AR_PHY_9485_ANT_FAST_DIV_BIAS_S;
|
|
|
+ antconf->lna1_lna2_delta = -9;
|
|
|
+ antconf->div_group = 2;
|
|
|
}
|
|
|
|
|
|
static void ar9003_hw_antdiv_comb_conf_set(struct ath_hw *ah,
|