1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00

[ath_hal] add extra debugging for MCI interrupts.

This commit is contained in:
Adrian Chadd 2016-06-01 03:17:36 +00:00
parent cc7f01a5da
commit ab3b48eaa2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301091

View File

@ -389,6 +389,8 @@ ar9300_get_pending_interrupts(
if (int_rx_msg & AR_MCI_INTERRUPT_RX_MSG_CONT_INFO) {
ahp->ah_mci_cont_status =
OS_REG_READ(ah, AR_MCI_CONT_STATUS);
HALDEBUG(ah, HAL_DEBUG_BT_COEX,
"(MCI) cont_status=0x%08x\n", ahp->ah_mci_cont_status);
}
OS_REG_WRITE(ah, AR_MCI_INTERRUPT_RX_MSG_RAW,
int_rx_msg);