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
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
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
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)
show more ...
Add support for Marvell Libertas 88W8335 based PCI network adapters.Reviewed by: sam, many wireless peopleApproved by: thompsa (mentor)