]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ensure outbound data packets in hostap mode are delivered only to
authorSam Leffler <sam@FreeBSD.org>
Fri, 28 Apr 2006 19:06:15 +0000 (19:06 +0000)
committerSam Leffler <sam@FreeBSD.org>
Fri, 28 Apr 2006 19:06:15 +0000 (19:06 +0000)
commitee25b8df01cc52d1725c8fd350fffc2edc2b3f36
tree4d48996c7e645642bc5582e11cd9e6d3658477de
parent7eeda2279347b36be3d6b2ff0bbb40b550c0ef59
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
sys/net80211/ieee80211_node.c