cfg80211: add kerneldoc entry for "vht_cap"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Robert P. J. Day 2012-08-26 14:21:47 -04:00 committed by Johannes Berg
parent 00a9ac4c01
commit c9a0a30252

View file

@ -243,6 +243,7 @@ struct ieee80211_sta_vht_cap {
* rates" IE, i.e. CCK rates first, then OFDM. * rates" IE, i.e. CCK rates first, then OFDM.
* @n_bitrates: Number of bitrates in @bitrates * @n_bitrates: Number of bitrates in @bitrates
* @ht_cap: HT capabilities in this band * @ht_cap: HT capabilities in this band
* @vht_cap: VHT capabilities in this band
*/ */
struct ieee80211_supported_band { struct ieee80211_supported_band {
struct ieee80211_channel *channels; struct ieee80211_channel *channels;