Date: Fri, 28 Apr 2006 19:06:15 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_node.c Message-ID: <200604281906.k3SJ6FW8009721@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2006-04-28 19:06:15 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Ensure outbound data packets in hostap mode are delivered only to stations that are associated by making ieee80211_find_txnode return NULL when a unicast frame is to be delivered to an unassociated station. This will be handled differently in the future but for now putting the check here allows all drivers to immediately do the right thing. Reviewed by: avatar MFC after: 1 week Revision Changes Path 1.74 +12 -1 src/sys/net80211/ieee80211_node.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604281906.k3SJ6FW8009721>