]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11: update compat code for updated drivers
authorBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 16 May 2023 22:07:53 +0000 (22:07 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 21 Aug 2023 00:39:57 +0000 (00:39 +0000)
commitadff403fe7a870c5b7a2d7e003d445c3b409bc0c
treef4b56eeddd8b46421f164e504addfa31f0745b8c
parent89e17c6ea03f27dfe4734b024d807d12840db226
LinuxKPI: 802.11: update compat code for updated drivers

Adjust and add structs, fields, functions to make more modern versions
of LinuxKPI based wireless drivers (based on wireless-testing (
wt-2023-06-09, wt-2023-07-24, and later)) compile.

Some of these changes can only be applied once all drivers get
updated to not break the old versions currently in the tree.
Mark those changes with __FOR_LATER_DRV_UPDATE for now and flip the
switch at a later point.

Sponsored by: The FreeBSD Foundation
MFC after: 20 days
sys/compat/linuxkpi/common/include/linux/ieee80211.h
sys/compat/linuxkpi/common/include/linux/nl80211.h
sys/compat/linuxkpi/common/include/net/cfg80211.h
sys/compat/linuxkpi/common/include/net/mac80211.h
sys/compat/linuxkpi/common/src/linux_80211.c
sys/compat/linuxkpi/dummy/include/net/gso.h [new file with mode: 0644]