Date: Wed, 30 Nov 2005 04:02:39 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 87497 for review Message-ID: <200511300402.jAU42dx2083661@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87497 Change 87497 by sam@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 */ }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511300402.jAU42dx2083661>