NetworkManager/src/linux-headers
Emmanuel Grumbach 3476135911 platform: remove CSME related code
Remove all the code that was added for the CSME coexistence.
The Intel WiFi team can't commit on when, if at all, this feature will
be completely integrated and tested in the NetworkManager.
The preferred solution for now is the solution that involves the kernel
only.
Remove the code that was merged so far.
2023-09-25 11:46:24 +00:00
..
ethtool.h linux-headers: add ethtool.h kernel header 2021-09-06 10:00:36 +02:00
mptcp.h linux-headers: include "mptcp.h" kernel header 2022-07-20 10:23:04 +02:00
nl802154.h linux-headers: update nl802154.h kernel header 2021-09-06 10:00:36 +02:00
README.md all: add src/nm-compat-headers for patching included system headers 2022-09-23 11:43:33 +02:00

linux-headers

Contains a copy of Linux UAPI kernel headers. When we build against an older kernel, we may still want to unconditionally build against a certain version of kernel API.

These headers should be taken without modification from Linux.

Don't include any of these these headers directly, instead include "libnm-std-aux/nm-linux-compat.h" which drags these headers in. This ensures that we include at all places our own patched variant, instead of the system headers.