PERFORCE change 120532 for review

Andrew Thompson thompsa at FreeBSD.org
Tue May 29 01:55:29 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=120532

Change 120532 by thompsa at thompsa_heff on 2007/05/29 01:54:56

	Set if_timer so that sc_scantimer is checked by iwi_watchdog (this
	should be on our own callout)

Affected files ...

.. //depot/projects/wifi/sys/dev/iwi/if_iwi.c#29 edit

Differences ...

==== //depot/projects/wifi/sys/dev/iwi/if_iwi.c#29 (text+ko) ====

@@ -2695,7 +2695,8 @@
 
 	DPRINTF(("Scanning on channel %u\n", ieee80211_chan2ieee(ic, chan)));
 	sc->flags |= IWI_FLAG_SCANNING;
-	sc->sc_scan_timer = 1;
+	sc->sc_scan_timer = 3;
+	sc->sc_ifp->if_timer = 1;
 
 	return (iwi_cmd(sc, IWI_CMD_SCAN_EXT, &scan, sizeof scan));
 }


More information about the p4-projects mailing list