From f5887ee4e117dd2492b49349e935577004bd1a90 Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 4 Feb 2009 14:32:16 +0000 Subject: Prepare etrax for kernel update and update kernel configure for 2.6.25 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14406 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch (limited to 'target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch') diff --git a/target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch b/target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch new file mode 100644 index 0000000000..8ffe07377e --- /dev/null +++ b/target/linux/etrax/patches-2.6.25/101-cris-eth-driver.patch @@ -0,0 +1,11 @@ +--- a/drivers/net/cris/eth_v10.c ++++ b/drivers/net/cris/eth_v10.c +@@ -1707,7 +1707,7 @@ e100_set_network_leds(int active) + static void + e100_netpoll(struct net_device* netdev) + { +- e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL); ++ e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev); + } + #endif + -- cgit v1.2.3