diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-04-14 04:40:11 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-04-14 04:40:11 +0000 |
| commit | 27ce86b8b6261fa388a66ca271f02b21dea41a39 (patch) | |
| tree | 5dcb5802ef16a4ad9ca8f7461af56e73dd1b41e8 /sys | |
| parent | 34f4e555b5f3fdd3de8af2ae31a14f75229fd2ba (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416_power.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_power.c b/sys/dev/ath/ath_hal/ar5416/ar5416_power.c index 2d8c7f97277f..43a9241fc69b 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_power.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_power.c @@ -50,6 +50,7 @@ ar5416SetPowerModeAwake(struct ath_hal *ah, int setChip) & AR_RTC_PM_STATUS_M) == AR_RTC_STATUS_SHUTDOWN) { if (!ar5416SetResetReg(ah, HAL_RESET_POWER_ON)) goto bad; + AH5416(ah)->ah_initPLL(ah, AH_NULL); } if (AR_SREV_HOWL(ah)) |
