It looks hard to backport IEEE802154 to older kernels, because it now uses the new member ieee802154_ptr in struct net_device. This code was added in upstream commit 98a18b6ffc7 "netdevice: add ieee802154_ptr to net_device" If someone knows how to backport this stuff please do so and revert this patch. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- dependencies | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dependencies b/dependencies index 3d02980..1ca9061 100644 --- a/dependencies +++ b/dependencies @@ -100,8 +100,10 @@ INTEL_IPS 3.2 NFC_MEI_PHY 3.10 +# can not backport ieee802154_ptr in struct net_device wich was added in +# 98a18b6ffc7 "netdevice: add ieee802154_ptr to net_device" +IEEE802154 3.19 IEEE802154_MRF24J40 3.5 -IEEE802154 3.1 IEEE802154_6LOWPAN 3.5 # needs devm_regmap_init_spi() IEEE802154_AT86RF230 3.4 -- 1.9.1 -- 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