Date: Sat, 4 Jun 2016 07:29:10 +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: r301305 - head/sys/contrib/dev/ath/ath_hal/ar9300 Message-ID: <201606040729.u547TAZD031335@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sat Jun 4 07:29:10 2016 New Revision: 301305 URL: https://svnweb.freebsd.org/changeset/base/301305 Log: [ath_hal] add STOMP_AUDIO for AR9462/QCA9565. Obtained from: Linux ath9k Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_mci.c Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_mci.c ============================================================================== --- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_mci.c Sat Jun 4 07:28:36 2016 (r301304) +++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_mci.c Sat Jun 4 07:29:10 2016 (r301305) @@ -1890,6 +1890,12 @@ void ar9300_mci_bt_coex_set_weights(stru ar9300_gpio_set(ah, 5, 0); } break; + case HAL_BT_COEX_STOMP_AUDIO: + ahp->ah_bt_coex_wlan_weight[0] = 0xffffff01; + ahp->ah_bt_coex_wlan_weight[1] = 0xffffffff; + ahp->ah_bt_coex_wlan_weight[2] = 0xffffff01; + ahp->ah_bt_coex_wlan_weight[3] = 0xffffffff; + break; default: /* There is a forceWeight from registry */ ahp->ah_bt_coex_wlan_weight[0] = stomp_type;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606040729.u547TAZD031335>