diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 09:49:53 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 09:49:53 +0000 |
commit | 83250fb7bc68627963600fe8089890e65062f79a (patch) | |
tree | d12dce2cdd5752777172fd55cf322362611892b1 /target/linux/generic/patches-2.6.36/402-ledtrig_netdev.patch | |
parent | 72f6e35d54c40e393d73ed5ff87bba77426a6d40 (diff) | |
download | upstream-83250fb7bc68627963600fe8089890e65062f79a.tar.gz upstream-83250fb7bc68627963600fe8089890e65062f79a.tar.bz2 upstream-83250fb7bc68627963600fe8089890e65062f79a.zip |
linux/generic: update kernel patch refreshing. Include two missed patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23240 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 7 |
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; |