mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add missing getCapability call for AR5416.
This commit is contained in:
parent
a5314ffdf0
commit
25580e3f63
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ ar5416InitState(struct ath_hal_5416 *ahp5416, uint16_t devid, HAL_SOFTC sc,
|
|||
ah->ah_procMibEvent = ar5416ProcessMibIntr,
|
||||
|
||||
/* Misc Functions */
|
||||
ah->ah_getCapability = ar5416GetCapability;
|
||||
ah->ah_getDiagState = ar5416GetDiagState;
|
||||
ah->ah_setLedState = ar5416SetLedState;
|
||||
ah->ah_gpioCfgOutput = ar5416GpioCfgOutput;
|
||||
|
|
|
|||
Loading…
Reference in a new issue