]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11: inialize tx queue params
authorBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 21 Sep 2023 12:36:38 +0000 (12:36 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 21 Sep 2023 17:08:55 +0000 (17:08 +0000)
commita6042e17c8999c4965bd4d762c4564b322f1ae7b
tree7fd8bb9964f7b61d0751f093b8e63c277708db91
parent8d58a0578635dc7dd1025ab08b0479f2b383e1a4
LinuxKPI: 802.11: inialize tx queue params

When adding a VAP (vif) initialize its tx queue parameters calling
mo_conf_tx().
I could not spot net80211 providing some of the values needed before
having a node so currrently we use hard-coded values with a comment
with a reference on how to properly calculate the values in the future
(e.g., in case of 11b or other cases).

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
sys/compat/linuxkpi/common/src/linux_80211.c