diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2017-09-26 13:48:05 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-10-02 14:07:43 +0200 |
commit | 8f797c288e3a788e9578dd4db08b624a6d4b6a9b (patch) | |
tree | 1f07890c8c89708e0b4b6a73c52cb007a018f2d7 /net/mac80211/sta_info.h | |
parent | 504871e602d9a9ea2321d47ca506887417f54e75 (diff) | |
download | linux-8f797c288e3a788e9578dd4db08b624a6d4b6a9b.tar.bz2 |
mac80211: fix STA_SLOW_THRESHOLD htmldocs failure
Patch fixes htmldocs build problem:
Error(.//net/mac80211/sta_info.h:416): cannot understand prototype: 'STA_SLOW_THRESHOLD 6000 '
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 3acbdfa9f649..a35c964f6217 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -398,7 +398,7 @@ struct ieee80211_sta_rx_stats { u64 msdu[IEEE80211_NUM_TIDS + 1]; }; -/** +/* * The bandwidth threshold below which the per-station CoDel parameters will be * scaled to be more lenient (to prevent starvation of slow stations). This * value will be scaled by the number of active stations when it is being |