]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11: fill regulatory_hint() with some life
authorBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 25 Sep 2023 17:54:20 +0000 (17:54 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 25 Sep 2023 17:57:40 +0000 (17:57 +0000)
commit673d62fc359b0cb7a70af42c36d2fa54fb29452a
treefa4658866f69defe32cc69f996923a9c2b1c0b37
parentc5e257985085bd987b1dddffd0455c2230df2d1d
LinuxKPI: 802.11: fill regulatory_hint() with some life

Start implementing regulatory_hint() using a .c file based allocation
helper function so we could change structures in the future with
better chances to keep compatibility.
This sets wiphy->regd needed by various LinuxKPI based WiFi drivers.

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