Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2026 19:41:24 +0000
From:      Bjoern A. Zeeb <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: bd339e8341ba - stable/14 - LinuxKPI: 802.11: make airtime fairness an IMPROVE
Message-ID:  <696a9464.bb74.283fa825@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=bd339e8341bac1a20716c662b6d024161ec4f8c6

commit bd339e8341bac1a20716c662b6d024161ec4f8c6
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-12-03 00:55:36 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-01-16 19:37:54 +0000

    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 86bfe5b4d5a7b90d3746059dd1f87cdd5a0bf90c)
    (cherry picked from commit c55874da4cf57800fc8a665ee221e4c2e1ac6601)
---
 sys/compat/linuxkpi/common/include/net/mac80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/compat/linuxkpi/common/include/net/mac80211.h b/sys/compat/linuxkpi/common/include/net/mac80211.h
index 7977fb091f0c..b276bfcc18fc 100644
--- a/sys/compat/linuxkpi/common/include/net/mac80211.h
+++ b/sys/compat/linuxkpi/common/include/net/mac80211.h
@@ -2288,7 +2288,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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696a9464.bb74.283fa825>