diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2005-06-02 03:18:55 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2005-06-02 03:18:55 +0000 |
| commit | b50c8bde9980e3186301e2fc5f376fcd2eabca24 (patch) | |
| tree | 189005d44a3a2e7963b955f5f2f280fde8f45bc5 /sys/dev/ath | |
| parent | 566c1555c6ca3ae54a6a681a88b73893f2a9db56 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index f6553006492c0..90fd55e3785c7 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -649,6 +649,10 @@ ath_resume(struct ath_softc *sc) if (ifp->if_flags & IFF_RUNNING) ath_start(ifp); } + if (sc->sc_softled) { + ath_hal_gpioCfgOutput(sc->sc_ah, sc->sc_ledpin); + ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, !sc->sc_ledon); + } } void |
