DragonFly commits List (threaded) for 2006-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/netproto/802_11/wlan ieee80211_input.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]