LinuxKPI: 802.11: move ieee80211_{unregister,restart}_hw out of header
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 31 Dec 2022 02:24:23 +0000 (02:24 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 31 Dec 2022 02:24:23 +0000 (02:24 +0000)
commit4b0af114370a5cb876012c381d3156c8fbdf7f40
treead507c52db779514f9d48063a150e6e0469e7d91
parentc990500bf1028d55cdd370037c78ea808956e0fc
LinuxKPI: 802.11: move ieee80211_{unregister,restart}_hw out of header

Migrate the two functions from the header into the implementation file
in order to have access to more facilities and not to run into possible
allocation/locking/... problems in the future.

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