b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] net: batman-adv: remove rx_csum ethtool_ops
@ 2011-04-19 10:43 Michał Mirosław
  2011-04-19 20:51 ` Sven Eckelmann
  2011-04-20  8:31 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Michał Mirosław @ 2011-04-19 10:43 UTC (permalink / raw)
  To: netdev; +Cc: b.a.t.m.a.n, Marek Lindner, Simon Wunderlich

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
---
 net/batman-adv/soft-interface.c |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
index 1f6f756..f4d80ad 100644
--- a/net/batman-adv/soft-interface.c
+++ b/net/batman-adv/soft-interface.c
@@ -43,8 +43,6 @@ static void bat_get_drvinfo(struct net_device *dev,
 static u32 bat_get_msglevel(struct net_device *dev);
 static void bat_set_msglevel(struct net_device *dev, u32 value);
 static u32 bat_get_link(struct net_device *dev);
-static u32 bat_get_rx_csum(struct net_device *dev);
-static int bat_set_rx_csum(struct net_device *dev, u32 data);
 
 static const struct ethtool_ops bat_ethtool_ops = {
 	.get_settings = bat_get_settings,
@@ -52,8 +50,6 @@ static const struct ethtool_ops bat_ethtool_ops = {
 	.get_msglevel = bat_get_msglevel,
 	.set_msglevel = bat_set_msglevel,
 	.get_link = bat_get_link,
-	.get_rx_csum = bat_get_rx_csum,
-	.set_rx_csum = bat_set_rx_csum
 };
 
 int my_skb_head_push(struct sk_buff *skb, unsigned int len)
@@ -736,12 +732,3 @@ static u32 bat_get_link(struct net_device *dev)
 	return 1;
 }
 
-static u32 bat_get_rx_csum(struct net_device *dev)
-{
-	return 0;
-}
-
-static int bat_set_rx_csum(struct net_device *dev, u32 data)
-{
-	return -EOPNOTSUPP;
-}
-- 
1.7.2.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] net: batman-adv: remove rx_csum ethtool_ops
  2011-04-19 10:43 [B.A.T.M.A.N.] [PATCH] net: batman-adv: remove rx_csum ethtool_ops Michał Mirosław
@ 2011-04-19 20:51 ` Sven Eckelmann
  2011-04-20  8:31 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Sven Eckelmann @ 2011-04-19 20:51 UTC (permalink / raw)
  To: Michał Mirosław, b.a.t.m.a.n; +Cc: netdev

[-- Attachment #1: Type: Text/Plain, Size: 117 bytes --]

Michał Mirosław wrote:
> Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>

Applied

thanks,
	Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] net: batman-adv: remove rx_csum ethtool_ops
  2011-04-19 10:43 [B.A.T.M.A.N.] [PATCH] net: batman-adv: remove rx_csum ethtool_ops Michał Mirosław
  2011-04-19 20:51 ` Sven Eckelmann
@ 2011-04-20  8:31 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2011-04-20  8:31 UTC (permalink / raw)
  To: mirq-linux; +Cc: netdev, b.a.t.m.a.n, lindner_marek, siwu

From: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Date: Tue, 19 Apr 2011 12:43:20 +0200 (CEST)

> Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-20  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-19 10:43 [B.A.T.M.A.N.] [PATCH] net: batman-adv: remove rx_csum ethtool_ops Michał Mirosław
2011-04-19 20:51 ` Sven Eckelmann
2011-04-20  8:31 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).