aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwi
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2017-07-06 17:03:22 +0000
committerIan Lepore <ian@FreeBSD.org>2017-07-06 17:03:22 +0000
commita14af83085b8485b9f769582487cb76ab369e6ba (patch)
treec0f81454ab8a7e758ca136297b18021efaf7a963 /sys/dev/bwi
parent15ae9efabe021d7aeba69244287a501be11357fb (diff)
Notes
Diffstat (limited to 'sys/dev/bwi')
-rw-r--r--sys/dev/bwi/if_bwi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/bwi/if_bwi.c b/sys/dev/bwi/if_bwi.c
index 5953f27fa800..f0aa3f2a5c01 100644
--- a/sys/dev/bwi/if_bwi.c
+++ b/sys/dev/bwi/if_bwi.c
@@ -381,6 +381,7 @@ bwi_attach(struct bwi_softc *sc)
*/
sc->sc_fw_version = BWI_FW_VERSION3;
sc->sc_led_idle = (2350 * hz) / 1000;
+ sc->sc_led_ticks = ticks - sc->sc_led_idle;
sc->sc_led_blink = 1;
sc->sc_txpwr_calib = 1;
#ifdef BWI_DEBUG