summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-11-06 05:45:12 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-11-06 05:45:12 +0000
commite141cbb0f948d395e6ec30be1fe782de94e12362 (patch)
treea73ad3ad8ea967f84b3cbab4da032596bdc357a3 /target/linux
parent1a9dfd566e851a998b2fd445e1c2807bf0568efb (diff)
downloadmaster-31e0f0ae-e141cbb0f948d395e6ec30be1fe782de94e12362.tar.gz
master-31e0f0ae-e141cbb0f948d395e6ec30be1fe782de94e12362.tar.bz2
master-31e0f0ae-e141cbb0f948d395e6ec30be1fe782de94e12362.zip
refresh patches
SVN-Revision: 34095
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/cns3xxx/patches-3.3/102-cns3xxx_timers.patch2
-rw-r--r--target/linux/cns3xxx/patches-3.3/410-ethernet_fix_jumbo_frame.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/102-cns3xxx_timers.patch b/target/linux/cns3xxx/patches-3.3/102-cns3xxx_timers.patch
index f10d5ece6d..c8e9be3e4b 100644
--- a/target/linux/cns3xxx/patches-3.3/102-cns3xxx_timers.patch
+++ b/target/linux/cns3xxx/patches-3.3/102-cns3xxx_timers.patch
@@ -1,6 +1,6 @@
--- a/arch/arm/mach-cns3xxx/core.c
+++ b/arch/arm/mach-cns3xxx/core.c
-@@ -115,12 +115,13 @@ static void cns3xxx_timer_set_mode(enum
+@@ -115,12 +115,13 @@ static void cns3xxx_timer_set_mode(enum
switch (mode) {
case CLOCK_EVT_MODE_PERIODIC:
diff --git a/target/linux/cns3xxx/patches-3.3/410-ethernet_fix_jumbo_frame.patch b/target/linux/cns3xxx/patches-3.3/410-ethernet_fix_jumbo_frame.patch
index 0500fce8fa..3365523c7c 100644
--- a/target/linux/cns3xxx/patches-3.3/410-ethernet_fix_jumbo_frame.patch
+++ b/target/linux/cns3xxx/patches-3.3/410-ethernet_fix_jumbo_frame.patch
@@ -45,7 +45,7 @@
};
struct port {
-@@ -500,37 +508,35 @@ static void cns3xxx_alloc_rx_buf(struct
+@@ -500,37 +508,35 @@ static void cns3xxx_alloc_rx_buf(struct
struct _rx_ring *rx_ring = sw->rx_ring;
unsigned int i = rx_ring->alloc_index;
struct rx_desc *desc = &(rx_ring)->desc[i];