diff options
author | Johannes Berg <johannes.berg@intel.com> | 2018-05-22 11:31:59 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-05-22 11:32:43 +0200 |
commit | f3a7ca64587f58686d4e2e894e9abbfbc9dffb25 (patch) | |
tree | 876ba8d9c0a9c309acb8e1e4f3d37202b7aeb3a9 /include/net/cfg80211.h | |
parent | ba8f566a5be07dae46c2e562f4243c687ba6dac9 (diff) | |
download | linux-f3a7ca64587f58686d4e2e894e9abbfbc9dffb25.tar.gz linux-f3a7ca64587f58686d4e2e894e9abbfbc9dffb25.tar.bz2 linux-f3a7ca64587f58686d4e2e894e9abbfbc9dffb25.zip |
cfg80211: add missing kernel-doc
Add the kernel-doc missed earlier.
Fixes: 52539ca89f36 ("cfg80211: Expose TXQ stats and parameters to userspace")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 11a218445448..df33c2766d22 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -3856,6 +3856,10 @@ struct wiphy_iftype_ext_capab { * bitmap of &enum nl80211_band values. For instance, for * NL80211_BAND_2GHZ, bit 0 would be set * (i.e. BIT(NL80211_BAND_2GHZ)). + * + * @txq_limit: configuration of internal TX queue frame limit + * @txq_memory_limit: configuration internal TX queue memory limit + * @txq_quantum: configuration of internal TX queue scheduler quantum */ struct wiphy { /* assign these fields before you register the wiphy */ |