mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
LinuxKPI: 802.11: make airtime fairness an IMPROVE
We are ways away from implementing "airtime fairness" in LinuxKPI
(or rather net80211). For now make it an 'improve' rather than a
'todo' to get the logging away. Everything will work without it.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 86bfe5b4d5)
This commit is contained in:
parent
8dd5b13df6
commit
c55874da4c
1 changed files with 1 additions and 1 deletions
|
|
@ -2291,7 +2291,7 @@ static __inline void
|
|||
ieee80211_sta_register_airtime(struct ieee80211_sta *sta,
|
||||
uint8_t tid, uint32_t duration, int x)
|
||||
{
|
||||
TODO();
|
||||
IMPROVE("NL80211_EXT_FEATURE_AIRTIME_FAIRNESS and TX queus");
|
||||
}
|
||||
|
||||
static __inline void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue