public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4 2.6.29] cxgb3 - set hard_xmit in the netdev_ops
@ 2008-11-26 20:38 Divy Le Ray
  2008-11-26 23:35 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Divy Le Ray @ 2008-11-26 20:38 UTC (permalink / raw)
  To: jeff; +Cc: davem, netdev, linux-kernel, swise

From: Divy Le Ray <divy@chelsio.com>

Fix t3_eth_xmit() missing into the netdev_ops structure.

Signed-off-by: Divy Le Ray <divy@chelsio.com>
---

 drivers/net/cxgb3/cxgb3_main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c
index cd9fcac..96c94a4 100644
--- a/drivers/net/cxgb3/cxgb3_main.c
+++ b/drivers/net/cxgb3/cxgb3_main.c
@@ -2831,6 +2831,7 @@ static void __devinit print_port_info(struct adapter *adap,
 static const struct net_device_ops cxgb_netdev_ops = {
 	.ndo_open		= cxgb_open,
 	.ndo_stop		= cxgb_close,
+	.ndo_start_xmit		= t3_eth_xmit,
 	.ndo_get_stats		= cxgb_get_stats,
 	.ndo_validate_addr	= eth_validate_addr,
 	.ndo_set_multicast_list	= cxgb_set_rxmode,


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

* Re: [PATCH 1/4 2.6.29] cxgb3 - set hard_xmit in the netdev_ops
  2008-11-26 20:38 [PATCH 1/4 2.6.29] cxgb3 - set hard_xmit in the netdev_ops Divy Le Ray
@ 2008-11-26 23:35 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-11-26 23:35 UTC (permalink / raw)
  To: divy; +Cc: jeff, netdev, linux-kernel, swise

From: Divy Le Ray <divy@chelsio.com>
Date: Wed, 26 Nov 2008 12:38:14 -0800

> From: Divy Le Ray <divy@chelsio.com>
> 
> Fix t3_eth_xmit() missing into the netdev_ops structure.
> 
> Signed-off-by: Divy Le Ray <divy@chelsio.com>

Applied.

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

end of thread, other threads:[~2008-11-26 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26 20:38 [PATCH 1/4 2.6.29] cxgb3 - set hard_xmit in the netdev_ops Divy Le Ray
2008-11-26 23:35 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox