athk_common / ath10k: update module Makefiles for v7.0 driver versionUpdate LINUXKPI_VERSION to reflect that the driver is based onLinux v7.0.Sponsored by: The FreeBSD FoundationMFC after: 3 da
athk_common / ath10k: update module Makefiles for v7.0 driver versionUpdate LINUXKPI_VERSION to reflect that the driver is based onLinux v7.0.Sponsored by: The FreeBSD FoundationMFC after: 3 days
show more ...
LinuxKPI wlan drivers: update makefiles to not use WITH_Up to now the LinuxKPI wlan drivers were using local variables startingwith a WITH_ prefix in their Makefiles.That is likely to collide wit
LinuxKPI wlan drivers: update makefiles to not use WITH_Up to now the LinuxKPI wlan drivers were using local variables startingwith a WITH_ prefix in their Makefiles.That is likely to collide with other mechanisms like WITH_ and WITHOUT_from src.conf.Adjust the local variables to use a driver name prefix for now to controlwhat is built and what is not.These variables are mainly for the time of development so we canturn off/on a feature or bus attachment while working on it. Otherwisethey are there for documentation purposes. The only reason one wouldchange them locally would be if someone was to build a very customimage and not want certain bits (e.g., USB support) being compiled intothe modules.While here, try to harmonize some parts of the Makefiles.Suggested by: impDiscussed with: impReviewed by: impSponsored by: The FreeBSD FoundationMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D55977
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/
athk: import common code for ath1?k driversImport common ISC-licensed athk parts assumed to bebased on Linux kvalo/ath.git master at6bae9de622d3ef4805aba40e763eb4b0975c4f6d.The only modificatio
athk: import common code for ath1?k driversImport common ISC-licensed athk parts assumed to bebased on Linux kvalo/ath.git master at6bae9de622d3ef4805aba40e763eb4b0975c4f6d.The only modification should be for FreeBSD modulehandling in main.c.Add the module build framework unconnected to thebuild for now.These files will be shared by ath1?k drivers.MFC after: 2 months