diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c index 29b4c85ef97c..5972c5389a41 100644 --- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c +++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c @@ -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