Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[deliverable/linux.git] / net / wireless / radiotap.c
index 722da616438cd1e933fb4d5e60a2c4846f44d186..6582d155e2fce5417bc498a438ae9a19a3eca35f 100644 (file)
@@ -43,6 +43,7 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
        [IEEE80211_RADIOTAP_DATA_RETRIES] = { .align = 1, .size = 1, },
        [IEEE80211_RADIOTAP_MCS] = { .align = 1, .size = 3, },
        [IEEE80211_RADIOTAP_AMPDU_STATUS] = { .align = 4, .size = 8, },
+       [IEEE80211_RADIOTAP_VHT] = { .align = 2, .size = 12, },
        /*
         * add more here as they are defined in radiotap.h
         */
This page took 0.03727 seconds and 5 git commands to generate.