From: Robert P. J. Day Date: Sun, 26 Aug 2012 18:21:47 +0000 (-0400) Subject: cfg80211: add kerneldoc entry for "vht_cap" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c9a0a3025262c6395ac1464999cade56cddac3d6;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git cfg80211: add kerneldoc entry for "vht_cap" Signed-off-by: Robert P. J. Day Signed-off-by: Johannes Berg --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 4c518f1f1aca..60597cf7b83a 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -243,6 +243,7 @@ struct ieee80211_sta_vht_cap { * rates" IE, i.e. CCK rates first, then OFDM. * @n_bitrates: Number of bitrates in @bitrates * @ht_cap: HT capabilities in this band + * @vht_cap: VHT capabilities in this band */ struct ieee80211_supported_band { struct ieee80211_channel *channels;