wil6210 now uses netdev->hw_features which is not available in all kernel versions, do not set it then. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- .../drivers_net_wireless_ath_wil6210_netdev.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/collateral-evolutions/network/40-netdev-hw-features/drivers_net_wireless_ath_wil6210_netdev.patch diff --git a/patches/collateral-evolutions/network/40-netdev-hw-features/drivers_net_wireless_ath_wil6210_netdev.patch b/patches/collateral-evolutions/network/40-netdev-hw-features/drivers_net_wireless_ath_wil6210_netdev.patch new file mode 100644 index 0000000..5f3e636 --- /dev/null +++ b/patches/collateral-evolutions/network/40-netdev-hw-features/drivers_net_wireless_ath_wil6210_netdev.patch @@ -0,0 +1,12 @@ +--- a/drivers/net/wireless/ath/wil6210/netdev.c ++++ b/drivers/net/wireless/ath/wil6210/netdev.c +@@ -127,7 +127,9 @@ void *wil_if_alloc(struct device *dev, v + + netdev_attach_ops(ndev, &wil_netdev_ops); + ndev->ieee80211_ptr = wdev; ++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39)) + ndev->hw_features = NETIF_F_HW_CSUM | NETIF_F_RXCSUM; ++#endif + ndev->features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM; + SET_NETDEV_DEV(ndev, wiphy_dev(wdev->wiphy)); + wdev->netdev = ndev; -- 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