[atheros] enable mtu & mac config options
authorAlexandros C. Couloumbis <alex@ozo.com>
Thu, 29 Jul 2010 17:16:44 +0000 (17:16 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Thu, 29 Jul 2010 17:16:44 +0000 (17:16 +0000)
SVN-Revision: 22412

target/linux/atheros/patches-2.6.32/110-ar2313_ethernet.patch
target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch
target/linux/atheros/patches-2.6.34/110-ar2313_ethernet.patch
target/linux/atheros/patches-2.6.35/110-ar2313_ethernet.patch
target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch [deleted file]

index 33e4ae332af195cd53cb99af334e6ce3f9f6003d..7e6bc91a24f7bb427cea5b245563e3145569bf09 100644 (file)
@@ -25,7 +25,7 @@
  obj-$(CONFIG_DECLANCE) += declance.o
 --- /dev/null
 +++ b/drivers/net/ar231x.c
-@@ -0,0 +1,1263 @@
+@@ -0,0 +1,1266 @@
 +/*
 + * ar231x.c: Linux driver for the Atheros AR231x Ethernet device.
 + *
 +#endif
 +
 +static const struct net_device_ops ar231x_ops = {
-+      .ndo_open = ar231x_open,
-+      .ndo_stop = ar231x_close,
-+      .ndo_start_xmit = ar231x_start_xmit,
++      .ndo_open               = ar231x_open,
++      .ndo_stop               = ar231x_close,
++      .ndo_start_xmit         = ar231x_start_xmit,
 +      .ndo_set_multicast_list = ar231x_multicast_list,
-+      .ndo_do_ioctl = ar231x_ioctl,
++      .ndo_do_ioctl           = ar231x_ioctl,
++      .ndo_change_mtu         = eth_change_mtu,
++      .ndo_validate_addr      = eth_validate_addr,
++      .ndo_set_mac_address    = eth_mac_addr,
 +};
 +
 +int __init ar231x_probe(struct platform_device *pdev)
index 6ce948efe61d9a7b8c02781dfc680d1bbbd162ea..0f1f2e35bb3ea564a0a37aae142883df15d41de3 100644 (file)
@@ -25,7 +25,7 @@
  obj-$(CONFIG_DECLANCE) += declance.o
 --- /dev/null
 +++ b/drivers/net/ar231x.c
-@@ -0,0 +1,1263 @@
+@@ -0,0 +1,1266 @@
 +/*
 + * ar231x.c: Linux driver for the Atheros AR231x Ethernet device.
 + *
 +#endif
 +
 +static const struct net_device_ops ar231x_ops = {
-+      .ndo_open = ar231x_open,
-+      .ndo_stop = ar231x_close,
-+      .ndo_start_xmit = ar231x_start_xmit,
++      .ndo_open               = ar231x_open,
++      .ndo_stop               = ar231x_close,
++      .ndo_start_xmit         = ar231x_start_xmit,
 +      .ndo_set_multicast_list = ar231x_multicast_list,
-+      .ndo_do_ioctl = ar231x_ioctl,
++      .ndo_do_ioctl           = ar231x_ioctl,
++      .ndo_change_mtu         = eth_change_mtu,
++      .ndo_validate_addr      = eth_validate_addr,
++      .ndo_set_mac_address    = eth_mac_addr,
 +};
 +
 +int __init ar231x_probe(struct platform_device *pdev)
index 5c6e5568ed60e6fd200f8ede479979b915057731..7db1d992b17bf7eb7e397c5b7675909adc04e5c1 100644 (file)
@@ -25,7 +25,7 @@
  obj-$(CONFIG_DECLANCE) += declance.o
 --- /dev/null
 +++ b/drivers/net/ar231x.c
-@@ -0,0 +1,1263 @@
+@@ -0,0 +1,1266 @@
 +/*
 + * ar231x.c: Linux driver for the Atheros AR231x Ethernet device.
 + *
 +#endif
 +
 +static const struct net_device_ops ar231x_ops = {
-+      .ndo_open = ar231x_open,
-+      .ndo_stop = ar231x_close,
-+      .ndo_start_xmit = ar231x_start_xmit,
++      .ndo_open               = ar231x_open,
++      .ndo_stop               = ar231x_close,
++      .ndo_start_xmit         = ar231x_start_xmit,
 +      .ndo_set_multicast_list = ar231x_multicast_list,
-+      .ndo_do_ioctl = ar231x_ioctl,
++      .ndo_do_ioctl           = ar231x_ioctl,
++      .ndo_change_mtu         = eth_change_mtu,
++      .ndo_validate_addr      = eth_validate_addr,
++      .ndo_set_mac_address    = eth_mac_addr,
 +};
 +
 +int __init ar231x_probe(struct platform_device *pdev)
index 5c6e5568ed60e6fd200f8ede479979b915057731..58bcdd36a4b723a55716bc57b9a5d295d06e7caf 100644 (file)
@@ -25,7 +25,7 @@
  obj-$(CONFIG_DECLANCE) += declance.o
 --- /dev/null
 +++ b/drivers/net/ar231x.c
-@@ -0,0 +1,1263 @@
+@@ -0,0 +1,1266 @@
 +/*
 + * ar231x.c: Linux driver for the Atheros AR231x Ethernet device.
 + *
 +#endif
 +
 +static const struct net_device_ops ar231x_ops = {
-+      .ndo_open = ar231x_open,
-+      .ndo_stop = ar231x_close,
-+      .ndo_start_xmit = ar231x_start_xmit,
++      .ndo_open               = ar231x_open,
++      .ndo_stop               = ar231x_close,
++      .ndo_start_xmit         = ar231x_start_xmit,
 +      .ndo_set_multicast_list = ar231x_multicast_list,
-+      .ndo_do_ioctl = ar231x_ioctl,
++      .ndo_do_ioctl           = ar231x_ioctl,
++      .ndo_change_mtu         = eth_change_mtu,
++      .ndo_validate_addr      = eth_validate_addr,
++      .ndo_set_mac_address    = eth_mac_addr,
 +};
 +
 +int __init ar231x_probe(struct platform_device *pdev)
 +              filter |= MAC_CONTROL_PR;
 +      else
 +              filter &= ~MAC_CONTROL_PR;
-+      if ((dev->flags & IFF_ALLMULTI) || (dev->mc_count > 0))
++      if ((dev->flags & IFF_ALLMULTI) || (netdev_mc_count(dev) > 0))
 +              filter |= MAC_CONTROL_PM;
 +      else
 +              filter &= ~MAC_CONTROL_PM;
diff --git a/target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch b/target/linux/atheros/patches-2.6.35/111-ar231x-mc_count.patch
deleted file mode 100644 (file)
index b9c3e07..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/ar231x.c
-+++ b/drivers/net/ar231x.c
-@@ -321,7 +321,7 @@ static void ar231x_multicast_list(struct
-               filter |= MAC_CONTROL_PR;
-       else
-               filter &= ~MAC_CONTROL_PR;
--      if ((dev->flags & IFF_ALLMULTI) || (dev->mc_count > 0))
-+      if ((dev->flags & IFF_ALLMULTI) || (netdev_mc_count(dev) > 0))
-               filter |= MAC_CONTROL_PM;
-       else
-               filter &= ~MAC_CONTROL_PM;