Add bluetooth setup method functions to the HAL.

This commit is contained in:
Adrian Chadd 2013-06-14 06:15:23 +00:00
parent 94d5d4ada1
commit b5ddd8005c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251736

View File

@ -237,6 +237,14 @@ ar9300_attach_freebsd_ops(struct ath_hal *ah)
/* ah_set11nRxClear */
/* bluetooth coexistence functions */
ah->ah_btCoexSetInfo = ar9300_set_bt_coex_info;
ah->ah_btCoexSetConfig = ar9300_bt_coex_config;
ah->ah_btCoexSetQcuThresh = ar9300_bt_coex_set_qcu_thresh;
ah->ah_btCoexSetWeights = ar9300_bt_coex_set_weights;
ah->ah_btCoexSetBmissThresh = ar9300_bt_coex_setup_bmiss_thresh;
ah->ah_btCoexSetParameter = ar9300_bt_coex_set_parameter;
ah->ah_btCoexDisable = ar9300_bt_coex_disable;
ah->ah_btCoexEnable = ar9300_bt_coex_enable;
/* LNA diversity functions */
ah->ah_divLnaConfGet = ar9300_ant_div_comb_get_config;