From: stsp Date: Mon, 14 Mar 2022 15:06:04 +0000 (+0000) Subject: sync ieee80211 channel flags over to radiotap X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3f2f3bd2644b86e356eab4c169c49e98d41c6f3f;p=openbsd sync ieee80211 channel flags over to radiotap --- diff --git a/sys/net80211/ieee80211_radiotap.h b/sys/net80211/ieee80211_radiotap.h index 5be62abf361..a6b90a0a6a0 100644 --- a/sys/net80211/ieee80211_radiotap.h +++ b/sys/net80211/ieee80211_radiotap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_radiotap.h,v 1.16 2020/10/09 08:53:16 mpi Exp $ */ +/* $OpenBSD: ieee80211_radiotap.h,v 1.17 2022/03/14 15:06:04 stsp Exp $ */ /* $FreeBSD: src/sys/net80211/ieee80211_radiotap.h,v 1.3 2004/04/05 22:13:21 sam Exp $ */ /* $NetBSD: ieee80211_radiotap.h,v 1.9 2004/06/06 04:13:28 dyoung Exp $ */ @@ -193,6 +193,7 @@ enum ieee80211_radiotap_type { #define IEEE80211_CHAN_XR 0x1000 /* Extended range OFDM channel */ #define IEEE80211_CHAN_HT 0x2000 /* 11n/HT channel */ #define IEEE80211_CHAN_VHT 0x4000 /* 11ac/VHT channel */ +#define IEEE80211_CHAN_40MHZ 0x8000 /* use of 40 MHz is allowed */ #endif /* !_KERNEL */ /* For IEEE80211_RADIOTAP_FLAGS */