LinuxKPI: 802.11: avoid symbol clash on UP to AC mapping
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sun, 24 Sep 2023 11:55:11 +0000 (11:55 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 25 Sep 2023 17:41:30 +0000 (17:41 +0000)
commitfb3c249ed93c834d70f8361215bc40a9e9004d3b
treeccf0f753a2859fa966553ba32ab06cf7af905d15
parentc989957f28ef5b03f594265612e3437c1e826ed4
LinuxKPI: 802.11: avoid symbol clash on UP to AC mapping

tid_to_mac80211_ac is an exported symbol in and likely based on iwlwifi,
which leads to a symbol clash in NetBSD.  Rename our local LinuxKPI copy
to a better name and add a comment where to find a copy of the mapping
table.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reported by: Phil Nelson (phil netbsd org)
sys/compat/linuxkpi/common/src/linux_80211.c