sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
ath10k: ath11k: add specific LinuxKPI supportAdd files needed by ath1?k drivers to linuxkpi/linuxkpi_wlan.This contain (skeleton) implementations of what is needed tocompile but specifically mhi/
ath10k: ath11k: add specific LinuxKPI supportAdd files needed by ath1?k drivers to linuxkpi/linuxkpi_wlan.This contain (skeleton) implementations of what is needed tocompile but specifically mhi/qmi/qrtr will need more work forath11k.MFC after: 2 months
show more ...
LinuxKPI: define LINUXKPI_INCLUDES for module builds as wellWhile for in-kernel we already have LINUXKPI_INCLUDES in kern.pre.mkfor kmod builds we've not had a common define to use leading to vari
LinuxKPI: define LINUXKPI_INCLUDES for module builds as wellWhile for in-kernel we already have LINUXKPI_INCLUDES in kern.pre.mkfor kmod builds we've not had a common define to use leading to variousspellings of include paths.In order for the include list to be expanded more easily in the future,e.g., adding the "dummy" includes (for all) and to harmonize code,duplicate LINUXKPI_INCLUDES to kmod.mk and use it for all module Makefiles.MFC after: 1 weekReviewed by: hselaskyDifferential Revision: https://reviews.freebsd.org/D36683
LinuxKPI: add 802.11 compat codeAdd 802.11 compat code for mac80211 and to a minimal degree cfg80211.This allows us to compile and use basic functionality of wirelessdrivers such as iwlwifi.Thi
LinuxKPI: add 802.11 compat codeAdd 802.11 compat code for mac80211 and to a minimal degree cfg80211.This allows us to compile and use basic functionality of wirelessdrivers such as iwlwifi.This is a constant work in progress but having it in the tree willallow others to test and more easy to track changes and avoid havingsnapshots no longer applying to branches.Sponsored by: The FreeBSD FoundationMFC after: 3 days