Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2008 17:40:39 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 146384 for review
Message-ID:  <200808011740.m71HedW2035056@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=146384

Change 146384 by sam@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808011740.m71HedW2035056>