PERFORCE change 87497 for review

Sam Leffler sam at FreeBSD.org
Wed Nov 30 04:02:49 GMT 2005


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

Change 87497 by sam at sam_ebb on 2005/11/30 04:02:14

	use new slottime setting, not old one when updating based
	on a rcvd beacon

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#68 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#68 (text+ko) ====

@@ -2126,7 +2126,7 @@
 				 */
 				ieee80211_set_shortslottime(ic,
 					IEEE80211_IS_CHAN_A(ic->ic_bsschan) ||
-					(ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME));
+					(scan.capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME));
 				ni->ni_capinfo = scan.capinfo;
 				/* XXX statistic */
 			}


More information about the p4-projects mailing list