diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-17 22:28:58 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-17 22:28:58 +0000 |
commit | 47411308694ea2ad590808f778b5736e4ebd58b1 (patch) | |
tree | e4118e054798c21d6df4e090e75ffda4f1ad241a /target/linux/mvebu/patches-3.8/004-net_mvneta_fix_driver_operations_smp.patch | |
parent | 1a05ac9e1cf6bdfb53b3866b71d4f6a54af1fee2 (diff) |
mvebu: refresh patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/patches-3.8/004-net_mvneta_fix_driver_operations_smp.patch')
-rw-r--r-- | target/linux/mvebu/patches-3.8/004-net_mvneta_fix_driver_operations_smp.patch | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/target/linux/mvebu/patches-3.8/004-net_mvneta_fix_driver_operations_smp.patch b/target/linux/mvebu/patches-3.8/004-net_mvneta_fix_driver_operations_smp.patch index c7e992fc4..d1a8e42b9 100644 --- a/target/linux/mvebu/patches-3.8/004-net_mvneta_fix_driver_operations_smp.patch +++ b/target/linux/mvebu/patches-3.8/004-net_mvneta_fix_driver_operations_smp.patch @@ -22,11 +22,9 @@ This is 3.8-rc material. drivers/net/ethernet/marvell/mvneta.c | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) -diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c -index b6025c3..af2c421 100644 --- a/drivers/net/ethernet/marvell/mvneta.c +++ b/drivers/net/ethernet/marvell/mvneta.c -@@ -1310,6 +1310,17 @@ static u32 mvneta_skb_tx_csum(struct mvneta_port *pp, struct sk_buff *skb) +@@ -1310,6 +1310,17 @@ static u32 mvneta_skb_tx_csum(struct mvn return MVNETA_TX_L4_CSUM_NOT; } @@ -54,7 +52,7 @@ index b6025c3..af2c421 100644 struct mvneta_tx_desc *tx_desc; struct netdev_queue *nq; int frags = 0; -@@ -1486,7 +1498,7 @@ static int mvneta_tx(struct sk_buff *skb, struct net_device *dev) +@@ -1486,7 +1498,7 @@ static int mvneta_tx(struct sk_buff *skb goto out; frags = skb_shinfo(skb)->nr_frags + 1; @@ -63,7 +61,7 @@ index b6025c3..af2c421 100644 /* Get a descriptor for the first part of the packet */ tx_desc = mvneta_txq_next_desc_get(txq); -@@ -2550,6 +2562,7 @@ static const struct net_device_ops mvneta_netdev_ops = { +@@ -2550,6 +2562,7 @@ static const struct net_device_ops mvnet .ndo_change_mtu = mvneta_change_mtu, .ndo_tx_timeout = mvneta_tx_timeout, .ndo_get_stats64 = mvneta_get_stats64, @@ -71,5 +69,3 @@ index b6025c3..af2c421 100644 }; const struct ethtool_ops mvneta_eth_tool_ops = { --- -1.7.9.5 |