1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00

Make a note to re-check whether that particular check is needed.

This commit is contained in:
Adrian Chadd 2011-01-27 07:33:17 +00:00
parent 64181ef324
commit 51fcc8350c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217923

View File

@ -888,6 +888,8 @@ ath_hal_ini_bank_write(struct ath_hal *ah, const HAL_INI_ARRAY *ia,
OS_REG_WRITE(ah, HAL_INI_VAL(ia, r, 0), data[r]);
/* Analog shift register delay seems needed for Merlin - PR kern/154220 */
/* XXX verify whether any analog radio bank writes will hit up this */
/* XXX since this is a merlin work-around; and merlin doesn't use radio banks */
if (HAL_INI_VAL(ia, r, 0) >= 0x7800 && HAL_INI_VAL(ia, r, 0) < 0x78a0)
OS_DELAY(100);
DMA_YIELD(regWr);