Files
poky/meta/recipes-connectivity
Jon Mason d141a3f1ef wpa-supplicant: add patch to check for kernel header version when compiling macsec
When using Arm binary toolchain, version 2.11 of wpa-supplicant is
failing to compile with the following error:

| ../src/drivers/driver_macsec_linux.c:81:29: error: field ‘offload’ has incomplete type
|    81 |         enum macsec_offload offload;
|       |

Backport a recent patch that corrects the issue by adding a check for
the version of kernel headers being used in compilation and disabling
that enum if too old a version is being used (or is used by the
binary toolchain).

(From OE-Core rev: 373d8d4f5316416d70eb2c0733d9838e57419ac3)

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-09-17 12:16:01 +01:00
..
2024-09-04 12:38:44 +01:00
2024-09-01 12:32:37 +01:00
2024-09-03 10:21:38 +01:00
2024-02-19 11:34:33 +00:00
2024-09-04 12:38:44 +01:00
2024-05-28 09:38:23 +01:00
2023-12-08 16:58:33 +00:00