]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11: pass non-0/NULL arguments to MO functions
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 16 Sep 2023 13:10:57 +0000 (13:10 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 21 Sep 2023 17:08:16 +0000 (17:08 +0000)
commit6854154638a2c04ab59da43aedbe2c0ee8ef71a5
treead3c0f6b44f810015fa9e7501b013a9be08694ee
parent027768a21217499dd85aba8608715a5bf66a7857
LinuxKPI: 802.11: pass non-0/NULL arguments to MO functions

In [1] we updated the KPI for various mac80211 ops functions to deal
with MLD code.  Newer iwlwifi driver and firmware supports these
functions so we need to pass non-dummy (0, NULL) arguments to them.
Start extending the internel MO functions by these arguments and
pass down values from LinuxKPI 802.11 code.
It is assumed that further work will be needed to have all the
right fields available to at least work in the lgeacy way of a
single link.

Sponsored by: The FreeBSD Foundation
Improves: 549198b1ab95 (update mac80211 KPI) [1]
MFC after: 3 days
sys/compat/linuxkpi/common/src/linux_80211.c
sys/compat/linuxkpi/common/src/linux_80211.h
sys/compat/linuxkpi/common/src/linux_80211_macops.c