Some older kernels are missing the declaration of struct inet6_dev in this file. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- .../collateral-evolutions/network/06-header-changes.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/patches/collateral-evolutions/network/06-header-changes.patch b/patches/collateral-evolutions/network/06-header-changes.patch index 5da05c0..a619fa7 100644 --- a/patches/collateral-evolutions/network/06-header-changes.patch +++ b/patches/collateral-evolutions/network/06-header-changes.patch @@ -135,3 +135,13 @@ cases. #include "core.h" #include "rdev-ops.h" +--- a/include/net/mac80211.h ++++ b/include/net/mac80211.h +@@ -20,6 +20,7 @@ + #include <linux/ieee80211.h> + #include <net/cfg80211.h> + #include <asm/unaligned.h> ++#include <net/if_inet6.h> + + /** + * DOC: Introduction -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html