Set the antenna "config group" field.

The reference HAL pushes a config group parameter to the driver layer
to inform it which particular chip behaviour to implement.

This particular value tags it as an AR9285.
This commit is contained in:
Adrian Chadd 2013-06-12 15:18:10 +00:00
parent 216ca2346f
commit de98311f50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251656

View file

@ -51,6 +51,7 @@ ar9285_antdiv_comb_conf_get(struct ath_hal *ah, HAL_ANT_COMB_CONFIG *antconf)
AR_PHY_9285_ANT_DIV_ALT_LNACONF_S;
antconf->fast_div_bias = (regval & AR_PHY_9285_FAST_DIV_BIAS) >>
AR_PHY_9285_FAST_DIV_BIAS_S;
antconf->antdiv_configgroup = DEFAULT_ANTDIV_CONFIG_GROUP;
}
void