diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-08-26 18:21:47 (GMT) |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-09-05 13:54:07 (GMT) |
commit | c9a0a3025262c6395ac1464999cade56cddac3d6 (patch) | |
tree | 95353c4687ca2629960a1aa8d76c4decac5ba4fe /include | |
parent | 00a9ac4c014e19fb9ceb70a28406fd962df5b8a7 (diff) | |
download | linux-c9a0a3025262c6395ac1464999cade56cddac3d6.tar.xz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 4c518f1..60597cf 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; |