mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
net80211: radiotap add another define
Add a define needed by latest iwlwifi-next. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
63f4413281
commit
f7c526ab3f
1 changed files with 1 additions and 0 deletions
|
|
@ -433,6 +433,7 @@ struct ieee80211_radiotap_he {
|
|||
#define IEEE80211_RADIOTAP_HE_DATA4_TB_SPTL_REUSE4 0xF000
|
||||
|
||||
#define IEEE80211_RADIOTAP_HE_DATA5_LTF_SIZE 0x00C0
|
||||
#define IEEE80211_RADIOTAP_HE_DATA5_LTF_SIZE_UNKNOWN 0x0
|
||||
#define IEEE80211_RADIOTAP_HE_DATA5_LTF_SIZE_1X 0x1
|
||||
#define IEEE80211_RADIOTAP_HE_DATA5_LTF_SIZE_2X 0x2
|
||||
#define IEEE80211_RADIOTAP_HE_DATA5_LTF_SIZE_4X 0x3
|
||||
|
|
|
|||
Loading…
Reference in a new issue