mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 01:58:56 +07:00
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>
This commit is contained in:
parent
504871e602
commit
8f797c288e
@ -398,7 +398,7 @@ struct ieee80211_sta_rx_stats {
|
|||||||
u64 msdu[IEEE80211_NUM_TIDS + 1];
|
u64 msdu[IEEE80211_NUM_TIDS + 1];
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The bandwidth threshold below which the per-station CoDel parameters will be
|
* The bandwidth threshold below which the per-station CoDel parameters will be
|
||||||
* scaled to be more lenient (to prevent starvation of slow stations). This
|
* 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
|
* value will be scaled by the number of active stations when it is being
|
||||||
|
Loading…
Reference in New Issue
Block a user