PERFORCE change 146384 for review

Sam Leffler sam at FreeBSD.org
Fri Aug 1 17:40:43 UTC 2008


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

Change 146384 by sam at sam_ebb on 2008/08/01 17:40:05

	schedule the correct timer when receiving a radar event during CAC

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_dfs.c#6 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_dfs.c#6 (text+ko) ====

@@ -302,7 +302,7 @@
 		announce_radar(ic->ic_ifp, chan, dfs->newchan);
 
 		if (callout_pending(&dfs->cac_timer))
-			callout_reset(&dfs->nol_timer, 0, dfs_timeout, ic);
+			callout_schedule(&dfs->cac_timer, 0);
 		else if (dfs->newchan != NULL) {
 			/* XXX mode 1, switch count 2 */
 			/* XXX calculate switch count based on max


More information about the p4-projects mailing list