PERFORCE change 87445 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 29 17:36:35 GMT 2005


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

Change 87445 by sam at 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;


More information about the p4-projects mailing list