Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
ath11k: update driver from upstreamThis is a set of updates of the ath11k driver based on wireless-testing(wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1),(wt-2023-06-09)
ath11k: update driver from upstreamThis is a set of updates of the ath11k driver based on wireless-testing(wt-2023-05-11) 711dca0ca3d77414f8f346e564e9c8640147f40d (after v6.4-rc1),(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).MFC after: 20 days
show more ...
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
ath11k: import ath11k driverImport BSD-3-Clause-Clear ath11k driver assumed to bebased on Linux kvalo/ath.git master at6bae9de622d3ef4805aba40e763eb4b0975c4f6d.Complement the driver to make com
ath11k: import ath11k driverImport BSD-3-Clause-Clear ath11k driver assumed to bebased on Linux kvalo/ath.git master at6bae9de622d3ef4805aba40e763eb4b0975c4f6d.Complement the driver to make compile on FreeBSDusing LinuxKPI with changes covered by #ifdef (__FreeBSD__).Further select updates were applied since the initial importin order to keep compiling along with other LinuxKPI baseddrivers.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.There was interest by various people to enhance support further.We initially only plan to support PCI parts but it would be greatto further enhance qcom SoC support to run on several (cheap) APs.The firmware is provided by port net/wifi-firmware-ath11k-kmod.Given the lack of full license texts on most 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: 2 months