mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
remove debug left-overs
This commit is contained in:
parent
af2e228dc4
commit
518e267e38
1 changed files with 2 additions and 2 deletions
|
|
@ -3366,8 +3366,8 @@ iwn_watchdog(void *arg)
|
|||
|
||||
KASSERT(ifp->if_drv_flags & IFF_DRV_RUNNING, ("not running"));
|
||||
|
||||
if (sc->sc_tx_timer > 0 || counter == 50) {
|
||||
if (--sc->sc_tx_timer == 0 || counter == 50) {
|
||||
if (sc->sc_tx_timer > 0) {
|
||||
if (--sc->sc_tx_timer == 0) {
|
||||
if_printf(ifp, "device timeout\n");
|
||||
ieee80211_runtask(ic, &sc->sc_reinit_task);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue