compat-wireless: fix typo in patches/40-netdev-hw-features.patch
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Wed, 14 Mar 2012 23:50:22 +0000 (16:50 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Wed, 14 Mar 2012 23:50:22 +0000 (16:50 -0700)
This fixes compilation for 2.6.35 for ath6kl.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/40-netdev-hw-features.patch

index dbd04ae2eb5f2440f27fcb8f9ed5b9c9ea6b8c28..017dae923037e05d150b264cddcc40a0c1ed64c2 100644 (file)
@@ -365,7 +365,7 @@ Date:   Thu Apr 7 07:32:18 2011 +0000
 +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39))
        dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_RXCSUM;
 +#else
-+      ndev->features |= NETIF_F_IP_CSUM;
++      dev->features |= NETIF_F_IP_CSUM;
 +#endif
  
        return;