mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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:
parent
216ca2346f
commit
de98311f50
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue