From 819cfeddfd7ca190b737ef52616ea886bc3a3084 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 15 Dec 2008 00:29:26 +0000 Subject: fix ini setup Submitted by: Jiri Fojtasek --- sys/dev/ath/ath_hal/ar5312/ar5312_attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c index 5485294..e38c50c 100644 --- a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c +++ b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c @@ -122,7 +122,7 @@ ar5312Attach(uint16_t devid, HAL_SOFTC sc, /* setup common ini data; rf backends handle remainder */ HAL_INI_INIT(&ahp->ah_ini_modes, ar5212Modes, 6); - HAL_INI_INIT(&ahp->ah_ini_common, ar5212Common, 6); + HAL_INI_INIT(&ahp->ah_ini_common, ar5212Common, 2); if (!ar5312ChipReset(ah, AH_NULL)) { /* reset chip */ HALDEBUG(ah, HAL_DEBUG_ANY, "%s: chip reset failed\n", __func__); -- cgit v1.1