Index: dev/ath/ath_hal/ar5416/ar5416_cal.c =================================================================== --- dev/ath/ath_hal/ar5416/ar5416_cal.c (revision 213377) +++ dev/ath/ath_hal/ar5416/ar5416_cal.c (working copy) @@ -227,7 +227,7 @@ * Try to make sure the above NF cal completes, just so * it doesn't clash with subsequent percals -adrian */ - if (! ar5212WaitNFCalComplete(ah, 10000)) { + if (! ar5212WaitNFCalComplete(ah, 100000)) { HALDEBUG(ah, HAL_DEBUG_ANY, "%s: initial NF calibration did " "not complete in time; noisy environment?\n", __func__); return AH_FALSE;