svn commit: r301305 - head/sys/contrib/dev/ath/ath_hal/ar9300

Adrian Chadd adrian at FreeBSD.org
Sat Jun 4 07:29:11 UTC 2016


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;


More information about the svn-src-all mailing list