aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-10-05 09:49:53 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-10-05 09:49:53 +0000
commit975bf6a4fa198617bd2cb7fdce47a5d60d25bedc (patch)
tree795d9e9a9008509fb23ec264491629f5a7f6164f /target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch
parentde644deef572da18b764ba19e03430c0a35a1fd4 (diff)
downloadupstream-975bf6a4fa198617bd2cb7fdce47a5d60d25bedc.tar.gz
upstream-975bf6a4fa198617bd2cb7fdce47a5d60d25bedc.tar.bz2
upstream-975bf6a4fa198617bd2cb7fdce47a5d60d25bedc.zip
linux/generic: update kernel patch refreshing. Include two missed patches.
SVN-Revision: 23240
Diffstat (limited to 'target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch')
-rw-r--r--target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch b/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch
index 9679ce14aa..068d126e73 100644
--- a/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch
+++ b/target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch
@@ -21,9 +21,12 @@
+obj-$(CONFIG_LEDS_TRIGGER_NETDEV) += ledtrig-netdev.o
--- a/drivers/leds/ledtrig-netdev.c
+++ b/drivers/leds/ledtrig-netdev.c
-@@ -309,6 +309,7 @@ static void netdev_trig_timer(unsigned l
+@@ -307,8 +307,9 @@ done:
+ static void netdev_trig_timer(unsigned long arg)
+ {
struct led_netdev_data *trigger_data = (struct led_netdev_data *)arg;
- const struct net_device_stats *dev_stats;
+- const struct net_device_stats *dev_stats;
++ struct rtnl_link_stats64 *dev_stats;
unsigned new_activity;
+ struct rtnl_link_stats64 temp;