diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-26 18:46:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-26 18:46:53 +0000 |
commit | d5da0a6f1c99f328277b0277a762a8188e25b09e (patch) | |
tree | 3901f728cb521f0084dd9bf77caa05470b980387 /target/linux/ar7/patches-2.6.26/900-cpmac_multiqueue.patch | |
parent | 32e625fc9e355a3546829eed9b39d00cc9874b7d (diff) | |
download | upstream-d5da0a6f1c99f328277b0277a762a8188e25b09e.tar.gz upstream-d5da0a6f1c99f328277b0277a762a8188e25b09e.tar.bz2 upstream-d5da0a6f1c99f328277b0277a762a8188e25b09e.zip |
[kernel] update to 2.6.26.5 and 2.6.25.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/patches-2.6.26/900-cpmac_multiqueue.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.26/900-cpmac_multiqueue.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar7/patches-2.6.26/900-cpmac_multiqueue.patch b/target/linux/ar7/patches-2.6.26/900-cpmac_multiqueue.patch index 16e7320465..63ced873eb 100644 --- a/target/linux/ar7/patches-2.6.26/900-cpmac_multiqueue.patch +++ b/target/linux/ar7/patches-2.6.26/900-cpmac_multiqueue.patch @@ -17,8 +17,8 @@ because other drivers do it in the same way. Signed-off-by: Stefan Weil <weil@mail.berlios.de> ---- a/drivers/net/cpmac.c 2008-07-13 23:51:29.000000000 +0200 -+++ b/drivers/net/cpmac.c 2008-08-14 20:48:49.000000000 +0200 +--- a/drivers/net/cpmac.c ++++ b/drivers/net/cpmac.c @@ -627,7 +627,7 @@ dev_kfree_skb_irq(desc->skb); desc->skb = NULL; |