CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/02/21 13:00:12
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
When bridging multicast frames in hostap mode, make a deep copy of the mbuf
instead of a shallow copy to avoid problems if the mbuf is modified later
(e.g. if the frame is encrypted).
>From FreeBSD.
http://marc.info/?l=freebsd-current&m=114168135819304&w=2
http://svn.freebsd.org/viewvc/base?view=revision&revision=156367
ok damien; committing with miod's permission (src is soft-locked)