atheros: clean up the patches some more
authorFelix Fietkau <nbd@openwrt.org>
Sun, 6 May 2012 17:15:00 +0000 (17:15 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 6 May 2012 17:15:00 +0000 (17:15 +0000)
SVN-Revision: 31626

target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch
target/linux/atheros/patches-3.3/130-watchdog.patch
target/linux/atheros/patches-3.3/201-multicast_list.patch [deleted file]
target/linux/atheros/patches-3.3/209_watchdog_fix.patch [deleted file]

index 725d579a3d167180d552c7c94d946a529752d829..d3060da4477bd410319510426e6fe1cc44ab6520 100644 (file)
 +      .ndo_open               = ar231x_open,
 +      .ndo_stop               = ar231x_close,
 +      .ndo_start_xmit         = ar231x_start_xmit,
-+      .ndo_set_multicast_list = ar231x_multicast_list,
++      .ndo_set_rx_mode         = ar231x_multicast_list,
 +      .ndo_do_ioctl           = ar231x_ioctl,
 +      .ndo_change_mtu         = eth_change_mtu,
 +      .ndo_validate_addr      = eth_validate_addr,
index ba33fc59f70a58d96571f8f190564f10179df254..206d2747588dcbe0671253b939777e199b9dc904 100644 (file)
 +      .owner          = THIS_MODULE,
 +      .llseek         = no_llseek,
 +      .write          = ar2315_wdt_write,
-+      .ioctl          = ar2315_wdt_ioctl,
++      .unlocked_ioctl = ar2315_wdt_ioctl,
 +      .open           = ar2315_wdt_open,
 +      .release        = ar2315_wdt_release,
 +};
diff --git a/target/linux/atheros/patches-3.3/201-multicast_list.patch b/target/linux/atheros/patches-3.3/201-multicast_list.patch
deleted file mode 100644 (file)
index 15dcfe9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/ethernet/ar231x/ar231x.c
-+++ b/drivers/net/ethernet/ar231x/ar231x.c
-@@ -172,7 +172,7 @@ static const struct net_device_ops ar231
-       .ndo_open               = ar231x_open,
-       .ndo_stop               = ar231x_close,
-       .ndo_start_xmit         = ar231x_start_xmit,
--      .ndo_set_multicast_list = ar231x_multicast_list,
-+      .ndo_set_rx_mode         = ar231x_multicast_list,
-       .ndo_do_ioctl           = ar231x_ioctl,
-       .ndo_change_mtu         = eth_change_mtu,
-       .ndo_validate_addr      = eth_validate_addr,
diff --git a/target/linux/atheros/patches-3.3/209_watchdog_fix.patch b/target/linux/atheros/patches-3.3/209_watchdog_fix.patch
deleted file mode 100644 (file)
index bad20e3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/watchdog/ar2315-wtd.c
-+++ b/drivers/watchdog/ar2315-wtd.c
-@@ -132,7 +132,7 @@ static struct file_operations ar2315_wdt
-       .owner          = THIS_MODULE,
-       .llseek         = no_llseek,
-       .write          = ar2315_wdt_write,
--      .ioctl          = ar2315_wdt_ioctl,
-+      .unlocked_ioctl = ar2315_wdt_ioctl,
-       .open           = ar2315_wdt_open,
-       .release        = ar2315_wdt_release,
- };