diff options
| author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2016-11-06 17:12:02 +0000 |
|---|---|---|
| committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2016-11-06 17:12:02 +0000 |
| commit | 1318032e9aec0360d2d2baa7c57c2304f4a8f6f2 (patch) | |
| tree | f6afc00ccc5017e972e67dcc2445da62607e3ac1 /sys | |
| parent | 10652ae062c0ae5463c905978c6603da2aba3245 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/rtwn/if_rtwn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/rtwn/if_rtwn.c b/sys/dev/rtwn/if_rtwn.c index 77cb7d9607c9..0c9e81f8cbd5 100644 --- a/sys/dev/rtwn/if_rtwn.c +++ b/sys/dev/rtwn/if_rtwn.c @@ -1966,6 +1966,7 @@ rtwn_stop(struct rtwn_softc *sc) #ifndef D4054 callout_stop(&sc->sc_watchdog_to); + sc->sc_tx_timer = 0; #endif sc->sc_flags &= ~(RTWN_STARTED | RTWN_RUNNING | RTWN_FW_LOADED); sc->sc_flags &= ~RTWN_TEMP_MEASURED; |
