All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mv643xx_eth: fix missing validate_addr hook
@ 2010-02-17  6:40 Denis Kirjanov <kirjanov@gmail.com
  2010-02-18  0:03 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Kirjanov <kirjanov@gmail.com @ 2010-02-17  6:40 UTC (permalink / raw)
  To: davem; +Cc: netdev

Fix missing validate_addr hook.

Signed-off-by: Denis Kirjanov <kirjanov@gmail.com>

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

diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c
index e24072a..2733b0a 100644
--- a/drivers/net/mv643xx_eth.c
+++ b/drivers/net/mv643xx_eth.c
@@ -2846,6 +2846,7 @@ static const struct net_device_ops mv643xx_eth_netdev_ops = {
 	.ndo_start_xmit		= mv643xx_eth_xmit,
 	.ndo_set_rx_mode	= mv643xx_eth_set_rx_mode,
 	.ndo_set_mac_address	= mv643xx_eth_set_mac_address,
+	.ndo_validate_addr	= eth_validate_addr,
 	.ndo_do_ioctl		= mv643xx_eth_ioctl,
 	.ndo_change_mtu		= mv643xx_eth_change_mtu,
 	.ndo_tx_timeout		= mv643xx_eth_tx_timeout,

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

* Re: [PATCH] mv643xx_eth: fix missing validate_addr hook
  2010-02-17  6:40 [PATCH] mv643xx_eth: fix missing validate_addr hook Denis Kirjanov <kirjanov@gmail.com
@ 2010-02-18  0:03 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-02-18  0:03 UTC (permalink / raw)
  To: kirjanov@gmail.com, kirjanov; +Cc: netdev

From: "Denis Kirjanov <kirjanov@gmail.com" <kirjanov@gmail.com>
Date: Wed, 17 Feb 2010 09:40:11 +0300

> Fix missing validate_addr hook.
> 
> Signed-off-by: Denis Kirjanov <kirjanov@gmail.com>

Applied.

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

end of thread, other threads:[~2010-02-18  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-17  6:40 [PATCH] mv643xx_eth: fix missing validate_addr hook Denis Kirjanov <kirjanov@gmail.com
2010-02-18  0:03 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.