]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11: basic implementation of *queue(s)/*txq*
authorBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 31 Jan 2023 16:17:14 +0000 (16:17 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 31 Jan 2023 16:17:14 +0000 (16:17 +0000)
commit5a9a0d7803382321b5f9fff1deae5fb08463cf1a
treea50797b5347ebea1d4795b5d166a2c892d5edce2
parenta839757109891573123d8777b539fafa2d2198bb
LinuxKPI: 802.11: basic implementation of *queue(s)/*txq*

Very basic implementations of ieee80211_{wake,stop}_queue[s],
as well as ieee80211_txq_schedule_start(), ieee80211_next_txq(),
and ieee80211_schedule_txq().
Various combinations of these are used by different wireless
drivers, incl. iwlwifi.

Sponsored by: The FreeBSD Foundation (parts of this work)
MFC after: 3 days
sys/compat/linuxkpi/common/include/net/mac80211.h
sys/compat/linuxkpi/common/src/linux_80211.c
sys/compat/linuxkpi/common/src/linux_80211.h