Trim various $FreeBSD$Approved by: markj (cddl/contrib changes)Reviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41961(cherry picked from commit f53355131f65d64e7643d7
Trim various $FreeBSD$Approved by: markj (cddl/contrib changes)Reviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41961(cherry picked from commit f53355131f65d64e7643d734dbcd4fb2a5de20ed)
show more ...
ath12k: import driver from upstreamImport BSD-3-Clause-Clear ath12k driver based on wireless-testing(wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1)with further updates b
ath12k: import driver from upstreamImport BSD-3-Clause-Clear ath12k driver based on wireless-testing(wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1)with further updates based on(wt-2023-06-09) 7bd20e011626ccc3ad53e57873452b1716fcfaaa (after v6.4-rc5),(wt-2023-07-24) 62e409149b62a285e89018e49b2e115757fb9022 (after v6.5-rc3),(wt-2023-08-06) 2a220a15be657a24868368892e3e2caba2115283 (after v6.5-rc4),(wt-2023-08-13) 81e147b1317ee7cde8b624ee8c0501b470d7e91c (after v6.5-rc5).Complement the driver to make compile on FreeBSDusing LinuxKPI with changes covered by #ifdef (__FreeBSD__).Add the module build framework but keep disconnected from thebuild for now.The current driver (or rather LinuxKPI) lacks support for some"qcom" bits needed in order to get things working (as does ath11k).There was interest by various people to enhance support furtherfor ath11k which will equally benefit ath12k.Given the lack of full license texts on the files this isimported under the draft policy for handling SPDX files (D29226)and with approval for BSD-3-Clause-Clear. [1]Approved by: core (jhb, 2023-05-11) [1]MFC after: 20 days