LinuxKPI: 802.11: add compat.linuxkpi.80211.IF.dump_stas_queues

Extend the normal compat.linuxkpi.80211.IF.dump_stas sysctl by
queue information.  This was helpful for debugging various issues,
like selecting the outbound queue, stopping queues for BAR and helped
finding multiple bugs.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb
2025-12-28 17:03:41 +00:00
parent b6672803a1
commit 32ea820982
3 changed files with 85 additions and 6 deletions
+8 -1
View File
@@ -6,7 +6,7 @@
.\" This documentation was written by Bj\xc3\xb6rn Zeeb under sponsorship from
.\" the FreeBSD Foundation.
.\"
.Dd June 13, 2025
.Dd December 28, 2025
.Dt LINUXKPI_WLAN 4
.Os
.Sh NAME
@@ -112,6 +112,13 @@ Print statistics for a given, associated
.Xr wlan 4
interface; typically IF would be
.Em wlan0 .
.It Va compat.linuxkpi.80211.IF.dump_stas_queues
Like
.Va compat.linuxkpi.80211.IF.dump_stas
but also print queue statistics.
This sysctl is
.Sq hidden
and normally only needed for debugging purposes.
.El
.Sh SEE ALSO
.Xr iwlwifi 4 ,