From bbb153176f4367e071d5bb044b61bbb522d4bf2a Mon Sep 17 00:00:00 2001 From: jogo Date: Mon, 9 Apr 2012 14:48:51 +0000 Subject: kernel: update linux 3.2 to 3.2.14 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31222 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-3.2/900-8139cp_napi_gro_flush.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 target/linux/x86/patches-3.2/900-8139cp_napi_gro_flush.patch (limited to 'target/linux/x86/patches-3.2') diff --git a/target/linux/x86/patches-3.2/900-8139cp_napi_gro_flush.patch b/target/linux/x86/patches-3.2/900-8139cp_napi_gro_flush.patch deleted file mode 100644 index 532cb2ca0..000000000 --- a/target/linux/x86/patches-3.2/900-8139cp_napi_gro_flush.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b189e810619a676e6b931a942a3e8387f3d39c21 Mon Sep 17 00:00:00 2001 -From: =?utf8?q?fran=C3=A7ois=20romieu?= -Date: Sun, 8 Jan 2012 13:41:33 +0000 -Subject: [PATCH] 8139cp: fix missing napi_gro_flush. - -The driver uses __napi_complete and napi_gro_receive. Without it, the -driver hits the BUG_ON(n->gro_list) assertion hard in __napi_complete. - -Signed-off-by: Francois Romieu -Tested-by: Marin Glibic -Signed-off-by: David S. Miller ---- - drivers/net/ethernet/realtek/8139cp.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - ---- a/drivers/net/ethernet/realtek/8139cp.c -+++ b/drivers/net/ethernet/realtek/8139cp.c -@@ -563,6 +563,7 @@ rx_next: - if (cpr16(IntrStatus) & cp_rx_intr_mask) - goto rx_status_loop; - -+ napi_gro_flush(napi); - spin_lock_irqsave(&cp->lock, flags); - __napi_complete(napi); - cpw16_f(IntrMask, cp_intr_mask); -- cgit v1.2.3