mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Tie in the LNA diversity configuration functions into the HAL.
This commit is contained in:
parent
de98311f50
commit
a987ae075f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251657
@ -235,6 +235,12 @@ ar9300_attach_freebsd_ops(struct ath_hal *ah)
|
||||
ah->ah_setChainMasks = ar9300SetChainMasks;
|
||||
/* ah_get11nRxClear */
|
||||
/* ah_set11nRxClear */
|
||||
|
||||
/* bluetooth coexistence functions */
|
||||
|
||||
/* LNA diversity functions */
|
||||
ah->ah_divLnaConfGet = ar9300_ant_div_comb_get_config;
|
||||
ah->ah_divLnaConfSet = ar9300_ant_div_comb_set_config;
|
||||
}
|
||||
|
||||
HAL_BOOL
|
||||
|
Loading…
Reference in New Issue
Block a user