mac80211: update brcmfmac including missing boardrev workaround
[openwrt.git] / package / kernel / mac80211 / patches / 339-cfg80211-add-radiotap-VHT-info-to-rtap_namespace_siz.patch
1 From: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
2 Date: Fri, 19 Feb 2016 11:43:04 +0100
3 Subject: [PATCH] cfg80211: add radiotap VHT info to rtap_namespace_sizes
4
5 Add IEEE80211_RADIOTAP_VHT entry to rtap_namespace_sizes array in order to
6 define alignment and size of VHT info in tx radiotap
7
8 Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
9 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
10 ---
11
12 --- a/net/wireless/radiotap.c
13 +++ b/net/wireless/radiotap.c
14 @@ -43,6 +43,7 @@ static const struct radiotap_align_size
15         [IEEE80211_RADIOTAP_DATA_RETRIES] = { .align = 1, .size = 1, },
16         [IEEE80211_RADIOTAP_MCS] = { .align = 1, .size = 3, },
17         [IEEE80211_RADIOTAP_AMPDU_STATUS] = { .align = 4, .size = 8, },
18 +       [IEEE80211_RADIOTAP_VHT] = { .align = 2, .size = 12, },
19         /*
20          * add more here as they are defined in radiotap.h
21          */