mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix ini setup
Submitted by: Jiri Fojtasek <jiri.fojtasek@hlohovec.net>
This commit is contained in:
parent
ed5baf7d65
commit
0f1a6e3482
1 changed files with 1 additions and 1 deletions
|
|
@ -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__);
|
||||
|
|
|
|||
Loading…
Reference in a new issue