summaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2017-09-26 13:48:05 +0200
committerJohannes Berg <johannes.berg@intel.com>2017-10-02 14:07:43 +0200
commit8f797c288e3a788e9578dd4db08b624a6d4b6a9b (patch)
tree1f07890c8c89708e0b4b6a73c52cb007a018f2d7 /net/mac80211
parent504871e602d9a9ea2321d47ca506887417f54e75 (diff)
downloadop-kernel-dev-8f797c288e3a788e9578dd4db08b624a6d4b6a9b.zip
op-kernel-dev-8f797c288e3a788e9578dd4db08b624a6d4b6a9b.tar.gz
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')
-rw-r--r--net/mac80211/sta_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 3acbdfa..a35c964 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
OpenPOWER on IntegriCloud