Author: adrian Date: Wed Jun 12 15:23:17 2013 New Revision: 251657 URL: http://svnweb.freebsd.org/changeset/base/251657
Log: Tie in the LNA diversity configuration functions into the HAL. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c ============================================================================== --- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Wed Jun 12 15:18:10 2013 (r251656) +++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Wed Jun 12 15:23:17 2013 (r251657) @@ -235,6 +235,12 @@ ar9300_attach_freebsd_ops(struct ath_hal 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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"