Skip to content

Commit 7837a77

Browse files
LorenzoBianconijmberg-intel
authored andcommitted
cfg80211: add radiotap VHT info to rtap_namespace_sizes
Add IEEE80211_RADIOTAP_VHT entry to rtap_namespace_sizes array in order to define alignment and size of VHT info in tx radiotap Signed-off-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent 0c9ca11 commit 7837a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/wireless/radiotap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
4343
[IEEE80211_RADIOTAP_DATA_RETRIES] = { .align = 1, .size = 1, },
4444
[IEEE80211_RADIOTAP_MCS] = { .align = 1, .size = 3, },
4545
[IEEE80211_RADIOTAP_AMPDU_STATUS] = { .align = 4, .size = 8, },
46+
[IEEE80211_RADIOTAP_VHT] = { .align = 2, .size = 12, },
4647
/*
4748
* add more here as they are defined in radiotap.h
4849
*/

0 commit comments

Comments
 (0)