Date: Thu, 30 Oct 2008 16:22:04 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath if_ath.c src/sys/net80211 ieee80211_adhoc.c ieee80211_hostap.c ieee80211_sta.c ieee80211_wds.c Message-ID: <200810301622.m9UGM9TW058083@repoman.freebsd.org>
index | next in thread | raw e-mail
sam 2008-10-30 16:22:04 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
sys/net80211 ieee80211_adhoc.c ieee80211_hostap.c
ieee80211_sta.c ieee80211_wds.c
Log:
SVN rev 184480 on 2008-10-30 16:22:04Z by sam
Fix checks for fast frames negotiation. ni_ath_flags holds the
capabilities reported by the ap. These need to be cross-checked
against the local configuration in the vap. Previously we were
only checking the ap capabilities which meant that if an ap reported
it was ff-capable but we were not setup to use them we'd try to do
ff aggregation and drop the frame.
There are a number of problems to be fixed here but applying this
fix immediately as the problem causes all traffic to stop (and has
not workaround).
Reported by: Ashish Shukla
Revision Changes Path
1.215 +1 -1 src/sys/dev/ath/if_ath.c
1.7 +1 -1 src/sys/net80211/ieee80211_adhoc.c
1.9 +1 -1 src/sys/net80211/ieee80211_hostap.c
1.11 +1 -1 src/sys/net80211/ieee80211_sta.c
1.4 +1 -1 src/sys/net80211/ieee80211_wds.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810301622.m9UGM9TW058083>
