Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2005 17:36:34 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87445 for review
Message-ID:  <200511291736.jATHaYiq017675@repoman.freebsd.org>

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

Change 87445 by sam@sam_ebb on 2005/11/29 17:35:42

	correct mcast buffering indication in dtim; from madwifi

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_output.c#59 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_output.c#59 (text+ko) ====

@@ -2029,7 +2029,7 @@
 		else
 			tie->tim_count--;
 		/* update state for buffered multicast frames on DTIM */
-		if (mcast && (tie->tim_count == 1 || tie->tim_period == 1))
+		if (mcast && tie->tim_count == 0)
 			tie->tim_bitctl |= 1;
 		else
 			tie->tim_bitctl &= ~1;



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