summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-06-04 07:28:36 +0000
committeradrian <adrian@FreeBSD.org>2016-06-04 07:28:36 +0000
commit483bb89caece970be4c9ff452905d5b147d9194d (patch)
treef633758146bf3c0e8ce7064f02c89bb1a72edbe3
parent1f3680be282f8fb7c0e8b526a6aa8a6bd821277c (diff)
downloadFreeBSD-src-483bb89caece970be4c9ff452905d5b147d9194d.zip
FreeBSD-src-483bb89caece970be4c9ff452905d5b147d9194d.tar.gz
[ath_hal] add placeholders for AUDIO stomp for Kite/Kiwi.
It just stomps all; which is enough for some testing.
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.c b/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.c
index f610575..69d605f 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.c
@@ -97,6 +97,8 @@ ar5416BTCoexSetWeights(struct ath_hal *ah, u_int32_t stompType)
if (AR_SREV_KIWI_10_OR_LATER(ah)) {
/* TODO: TX RX separate is not enabled. */
switch (stompType) {
+ case HAL_BT_COEX_STOMP_AUDIO:
+ /* XXX TODO */
case HAL_BT_COEX_STOMP_ALL:
ahp->ah_btCoexBTWeight = AR5416_BT_WGHT;
ahp->ah_btCoexWLANWeight = AR5416_STOMP_ALL_WLAN_WGHT;
@@ -128,6 +130,8 @@ ar5416BTCoexSetWeights(struct ath_hal *ah, u_int32_t stompType)
}
} else {
switch (stompType) {
+ case HAL_BT_COEX_STOMP_AUDIO:
+ /* XXX TODO */
case HAL_BT_COEX_STOMP_ALL:
ahp->ah_btCoexBTWeight = AR5416_BT_WGHT;
ahp->ah_btCoexWLANWeight = AR5416_STOMP_ALL_WLAN_WGHT;
OpenPOWER on IntegriCloud