netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -net-next-2.6] ll_temac: Fix missing validate_addr hook
@ 2010-07-10 21:10 Denis Kirjanov
  2010-07-13  3:33 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Kirjanov @ 2010-07-10 21:10 UTC (permalink / raw)
  To: davem; +Cc: netdev

Fix missing validate_addr hook

Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
---
 drivers/net/ll_temac_main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ll_temac_main.c b/drivers/net/ll_temac_main.c
index 7b12d0e..13d21a3 100644
--- a/drivers/net/ll_temac_main.c
+++ b/drivers/net/ll_temac_main.c
@@ -883,6 +883,7 @@ static const struct net_device_ops temac_netdev_ops = {
 	.ndo_stop = temac_stop,
 	.ndo_start_xmit = temac_start_xmit,
 	.ndo_set_mac_address = netdev_set_mac_address,
+	.ndo_validate_addr = eth_validate_addr,
 	//.ndo_set_multicast_list = temac_set_multicast_list,
 #ifdef CONFIG_NET_POLL_CONTROLLER
 	.ndo_poll_controller = temac_poll_controller,
-- 
1.6.4.4


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

* Re: [PATCH -net-next-2.6] ll_temac: Fix missing validate_addr hook
  2010-07-10 21:10 [PATCH -net-next-2.6] ll_temac: Fix missing validate_addr hook Denis Kirjanov
@ 2010-07-13  3:33 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-07-13  3:33 UTC (permalink / raw)
  To: dkirjanov; +Cc: netdev

From: Denis Kirjanov <dkirjanov@kernel.org>
Date: Sat, 10 Jul 2010 21:10:44 +0000

> Fix missing validate_addr hook
> 
> Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>

Applied, thanks.

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

end of thread, other threads:[~2010-07-13  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-10 21:10 [PATCH -net-next-2.6] ll_temac: Fix missing validate_addr hook Denis Kirjanov
2010-07-13  3:33 ` 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).