Date: Tue, 29 May 2007 01:55:28 GMT From: Andrew Thompson <thompsa@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 120532 for review Message-ID: <200705290155.l4T1tSi1025464@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120532 Change 120532 by thompsa@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)); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705290155.l4T1tSi1025464>