cvs commit: src/sys/netproto/802_11/wlan ieee80211_input.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Oct 20 22:23:00 PDT 2006
sephe 2006/10/20 22:21:30 PDT
DragonFly src repository
Modified files:
sys/netproto/802_11/wlan ieee80211_input.c
Log:
Nuke M_HASFCS processing in ieee80211_input(), since
- It is easy for drivers to process trailing FCS after calling bpf_ptap().
- As mentioned by y0netan1@ in
http://leaf.dragonflybsd.org/mailarchive/bugs/2006-06/msg00034.html ,
leaving it there probably will bite us in the future.
Revision Changes Path
1.5 +0 -8 src/sys/netproto/802_11/wlan/ieee80211_input.c
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/802_11/wlan/ieee80211_input.c.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list