From: Stanislaw Gruszka Date: Tue, 26 Sep 2017 11:48:05 +0000 (+0200) Subject: mac80211: fix STA_SLOW_THRESHOLD htmldocs failure X-Git-Tag: v4.15-rc1~84^2~490^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f797c288e3a788e9578dd4db08b624a6d4b6a9b;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 3acbdfa9f649f..a35c964f6217a 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