summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2004-04-05 22:13:21 +0000
committersam <sam@FreeBSD.org>2004-04-05 22:13:21 +0000
commit534a1c6c2161c8ea62da22fe66329e739fbf59a1 (patch)
treed222fefea8d78c4e2f97e826f70ed12eb0ec04bf /sys/net80211
parent95fbaa6dadddda9a02cd2dc9ab2d91b38782e790 (diff)
downloadFreeBSD-src-534a1c6c2161c8ea62da22fe66329e739fbf59a1.zip
FreeBSD-src-534a1c6c2161c8ea62da22fe66329e739fbf59a1.tar.gz
Resolve the issue of whether frames have FCS or not. Frame data does not
include FCS; if you want to provide it you can put it in the header. Submitted by: David Young
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_radiotap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_radiotap.h b/sys/net80211/ieee80211_radiotap.h
index 22d1bfd..68e9367 100644
--- a/sys/net80211/ieee80211_radiotap.h
+++ b/sys/net80211/ieee80211_radiotap.h
@@ -153,6 +153,10 @@ struct ieee80211_radiotap_header {
*
* Unitless indication of the Rx/Tx antenna for this packet.
* The first antenna is antenna 0.
+ *
+ * IEEE80211_RADIOTAP_FCS u_int32_t data
+ *
+ * FCS from frame in network byte order.
*/
enum ieee80211_radiotap_type {
IEEE80211_RADIOTAP_TSFT = 0,
@@ -169,6 +173,7 @@ enum ieee80211_radiotap_type {
IEEE80211_RADIOTAP_ANTENNA = 11,
IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
+ IEEE80211_RADIOTAP_FCS = 14,
IEEE80211_RADIOTAP_EXT = 31,
};
OpenPOWER on IntegriCloud