mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add flag to tag frames w/ a known bad FCS
Obtained from: netbsd MFC after: 1 week
This commit is contained in:
parent
3e742c7741
commit
2204bcfd7c
1 changed files with 1 additions and 0 deletions
|
|
@ -212,5 +212,6 @@ enum ieee80211_radiotap_type {
|
|||
* 802.11 header and payload
|
||||
* (to 32-bit boundary)
|
||||
*/
|
||||
#define IEEE80211_RADIOTAP_F_BADFCS 0x40 /* does not pass FCS check */
|
||||
|
||||
#endif /* _NET_IF_IEEE80211RADIOTAP_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue