remove debug left-overs

This commit is contained in:
Bernhard Schmidt 2011-04-15 20:19:18 +00:00
parent af2e228dc4
commit 518e267e38

View File

@ -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;