diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2020-05-25 22:31:45 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2020-05-25 22:31:45 +0000 |
commit | 8c01c3dc46a4ce7c5e5a91e510f2b82dbda9445c (patch) | |
tree | 8464d3e72fdac1897f00a4b7c42ff95112fc63df /sys/dev/ath/ath_hal/ar9002/ar9280_attach.c | |
parent | a639f9379b90e2f0e7e96cd33b43ad1cd24d062d (diff) | |
download | src-test2-8c01c3dc46a4ce7c5e5a91e510f2b82dbda9445c.tar.gz src-test2-8c01c3dc46a4ce7c5e5a91e510f2b82dbda9445c.zip |
Notes
Diffstat (limited to 'sys/dev/ath/ath_hal/ar9002/ar9280_attach.c')
-rw-r--r-- | sys/dev/ath/ath_hal/ar9002/ar9280_attach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c b/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c index 92479214e5a5..d6336bef734c 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c @@ -259,7 +259,7 @@ ar9280Attach(uint16_t devid, HAL_SOFTC sc, if (ecode != HAL_OK) goto bad; - if (!ar5416ChipReset(ah, AH_NULL)) { /* reset chip */ + if (!ar5416ChipReset(ah, AH_NULL, HAL_RESET_NORMAL)) { /* reset chip */ HALDEBUG(ah, HAL_DEBUG_ANY, "%s: chip reset failed\n", __func__); ecode = HAL_EIO; goto bad; |