Nuke M_HASFCS processing in ieee80211_input(), since
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 21 Oct 2006 05:21:30 +0000 (05:21 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 21 Oct 2006 05:21:30 +0000 (05:21 +0000)
commitbe738e0a5c5117de7590ad90858254c76e166559
treece5e9931c0ac214abf34f941b63bfd1ddc07a8a3
parent54a764e8b7d36a2a90c1d40337537c03dce39c1a
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.
sys/netproto/802_11/wlan/ieee80211_input.c