MFC r348979: Stop using .OODATE for extracting firmware.
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Update the rt2860's firmware and add a Makefile for the module. Whilehere remove the ucode header file which was used to generate the fw filesbut by now is outdated.Reviewed by: rayObtained from
Update the rt2860's firmware and add a Makefile for the module. Whilehere remove the ucode header file which was used to generate the fw filesbut by now is outdated.Reviewed by: rayObtained from: OpenBSD
show more ...
Remove the non-existent rt2860 subdir. Note, the ralfw module is not used inthe build yet.PR: kern/125015Submitted by: Dan Cojocar
Multi-bss (aka vap) support for 802.11 devices.Note this includes changes to all drivers and moves some device firmwareloading to use firmware(9) and a separate module (e.g. ral). Also thereno l
Multi-bss (aka vap) support for 802.11 devices.Note this includes changes to all drivers and moves some device firmwareloading to use firmware(9) and a separate module (e.g. ral). Also thereno longer are separate wlan_scan* modules; this functionality is nowbundled into the wlan module.Supported by: Hobnob and MarvellReviewed by: manyObtained from: Atheros (some bits)