diff options
Diffstat (limited to 'sys/net80211/ieee80211_radiotap.c')
-rw-r--r-- | sys/net80211/ieee80211_radiotap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_radiotap.c b/sys/net80211/ieee80211_radiotap.c index fc3dbdc..0ae6896 100644 --- a/sys/net80211/ieee80211_radiotap.c +++ b/sys/net80211/ieee80211_radiotap.c @@ -325,6 +325,10 @@ radiotap_offset(struct ieee80211_radiotap_header *rh, int item) .align = sizeof(uint32_t), .width = 2*sizeof(uint32_t), }, + [IEEE80211_RADIOTAP_MCS] = { + .align = sizeof(uint8_t), + .width = 3*sizeof(uint8_t), + }, }; uint32_t present = le32toh(rh->it_present); int off, i; |