add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD.
authordamien <damien@openbsd.org>
Wed, 27 Aug 2008 10:01:18 +0000 (10:01 +0000)
committerdamien <damien@openbsd.org>
Wed, 27 Aug 2008 10:01:18 +0000 (10:01 +0000)
commit08f2df36168b6b687f116110b98bb9f233e6ab99
tree9f1d04ef9c45f0f05f54420ce8dc1d8e45f96f3a
parent86223d332eb9831e6eb73cf293e1b8b722a102ad
add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD.

use it in drivers that leave the 802.11 FCS in frames
passed to radiotap BPF.  otherwise, userland has no way
to know if FCS is included or not as it depends on drivers.
this is required by some ports (aircrack).

requested by dhill@
sys/dev/ic/ath.c
sys/net80211/ieee80211_radiotap.h