fix ini setup

Submitted by:	Jiri Fojtasek <jiri.fojtasek@hlohovec.net>
This commit is contained in:
Sam Leffler 2008-12-15 00:29:26 +00:00
parent ed5baf7d65
commit 0f1a6e3482
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186098

View File

@ -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__);