Date: Mon, 15 Dec 2008 00:47:24 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_ddb.c ieee80211_hostap.c ieee80211_node.c ieee80211_node.h ieee80211_output.c Message-ID: <200812150047.mBF0lY1d056924@repoman.freebsd.org>
index | next in thread | raw e-mail
sam 2008-12-15 00:47:24 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_ddb.c ieee80211_hostap.c
ieee80211_node.c ieee80211_node.h
ieee80211_output.c
Log:
SVN rev 186099 on 2008-12-15 00:47:24Z by sam
Replace adhoc checks in ieee80211_start with a per-node flag that
indicates if an association id is required before outbound traffic
is permitted. This cleans up the previous change that broke mcast
traffic "to the stack" in ap mode as a side effect.
Reviewed by: sephe, thompsa, weongyo
Revision Changes Path
1.16 +2 -1 src/sys/net80211/ieee80211_ddb.c
1.11 +10 -0 src/sys/net80211/ieee80211_hostap.c
1.112 +5 -13 src/sys/net80211/ieee80211_node.c
1.42 +1 -0 src/sys/net80211/ieee80211_node.h
1.71 +1 -3 src/sys/net80211/ieee80211_output.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812150047.mBF0lY1d056924>
