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
show more ...
mt76: sort bus attachments in module Makefiles for pci and usbWith PCI enabled and USB still disabled add knobs to (i) enabledthem manually in the common Makefile.inc and (ii) add busattachment d
mt76: sort bus attachments in module Makefiles for pci and usbWith PCI enabled and USB still disabled add knobs to (i) enabledthem manually in the common Makefile.inc and (ii) add busattachment depend knobs where needed to enable them in individualdrivers. For now the focus is in 7921 and 7925.Sponsored by: The FreeBSD FoundationMFC atfer: 3 days
mt76: update Mediatek's mt76 driverThis version is based ongit.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7 ( tag: v6.19-rc6 ).Notable change:
mt76: update Mediatek's mt76 driverThis version is based ongit.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7 ( tag: v6.19-rc6 ).Notable change: license got switched from ISC to BSD-3-Clause-Clear.util.h is now imported from upstream given it is no longer GPL-only.See the upstream repository 909675fd4344f73aad5f75f123bd271ada2ab9fband a96fed2825d8dfb068bf640419c619b5f2df4218.For us the new version should also help with page pools and DMA32.Sponsored by: The FreeBSD Foundation
mt76: update Mediatek's mt76 driverThis version is based ongit.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).Sponsored by: The
mt76: update Mediatek's mt76 driverThis version is based ongit.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git38fec10eb60d687e30c8c6b5420d86e8149f7557 ( tag: v6.14 ).Sponsored by: The FreeBSD Foundation