Date: Wed, 12 Jun 2013 15:23:18 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251657 - head/sys/contrib/dev/ath/ath_hal/ar9300 Message-ID: <201306121523.r5CFNI8w042791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306121523.r5CFNI8w042791>