[ath_hal] add placeholders for AUDIO stomp for Kite/Kiwi.

It just stomps all; which is enough for some testing.
This commit is contained in:
Adrian Chadd 2016-06-04 07:28:36 +00:00
parent 624fbf7d59
commit 8132a45dae

View File

@ -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;