* [PATCH] stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.c
@ 2010-10-14 5:54 Giuseppe CAVALLARO
2010-10-17 20:44 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Giuseppe CAVALLARO @ 2010-10-14 5:54 UTC (permalink / raw)
To: netdev; +Cc: Giuseppe Cavallaro
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Reported-by: Armando Visconti <armando.visconti@st.com>
---
drivers/net/stmmac/stmmac_ethtool.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/stmmac/stmmac_ethtool.c b/drivers/net/stmmac/stmmac_ethtool.c
index f080509..9262f4a 100644
--- a/drivers/net/stmmac/stmmac_ethtool.c
+++ b/drivers/net/stmmac/stmmac_ethtool.c
@@ -377,10 +377,8 @@ static struct ethtool_ops stmmac_ethtool_ops = {
.get_wol = stmmac_get_wol,
.set_wol = stmmac_set_wol,
.get_sset_count = stmmac_get_sset_count,
-#ifdef NETIF_F_TSO
.get_tso = ethtool_op_get_tso,
.set_tso = ethtool_op_set_tso,
-#endif
};
void stmmac_set_ethtool_ops(struct net_device *netdev)
--
1.5.5.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.c
2010-10-14 5:54 [PATCH] stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.c Giuseppe CAVALLARO
@ 2010-10-17 20:44 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-10-17 20:44 UTC (permalink / raw)
To: peppe.cavallaro; +Cc: netdev
From: Giuseppe CAVALLARO <peppe.cavallaro@st.com>
Date: Thu, 14 Oct 2010 07:54:19 +0200
> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
> Reported-by: Armando Visconti <armando.visconti@st.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-17 20:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 5:54 [PATCH] stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.c Giuseppe CAVALLARO
2010-10-17 20:44 ` 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).