1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

Instead of returning an unknown mac/bb signature, just return 0.

This commit is contained in:
Adrian Chadd 2011-05-07 06:52:04 +00:00
parent b810285f24
commit 001ac28926
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221582

View File

@ -471,7 +471,7 @@ ar5416DetectMacHang(struct ath_hal *ah)
__func__, mac_dbg.dma_dbg_3, mac_dbg.dma_dbg_4, mac_dbg.dma_dbg_5,
mac_dbg.dma_dbg_6);
return HAL_MAC_HANG_UNKNOWN;
return 0;
}
/*
@ -524,7 +524,7 @@ ar5416DetectBBHang(struct ath_hal *ah)
HALDEBUG(ah, HAL_DEBUG_HANG, "%s Found an unknown BB hang signature! "
"<0x806c>=0x%x\n", __func__, hang_sig);
return HAL_BB_HANG_UNKNOWN;
return 0;
#undef N
}
#undef NUM_STATUS_READS