* [PATCH 2/2] ksz884x: Add missing validate_addr hook
@ 2010-05-31 10:26 Denis Kirjanov
2010-06-01 7:24 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Denis Kirjanov @ 2010-05-31 10:26 UTC (permalink / raw)
To: davem; +Cc: netdev
Add missing validate_addr hook
Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
---
drivers/net/ksz884x.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/ksz884x.c b/drivers/net/ksz884x.c
index c80ca64..39e738e 100644
--- a/drivers/net/ksz884x.c
+++ b/drivers/net/ksz884x.c
@@ -6863,6 +6863,7 @@ static const struct net_device_ops netdev_ops = {
.ndo_tx_timeout = netdev_tx_timeout,
.ndo_change_mtu = netdev_change_mtu,
.ndo_set_mac_address = netdev_set_mac_address,
+ .ndo_validate_addr = eth_validate_addr,
.ndo_do_ioctl = netdev_ioctl,
.ndo_set_rx_mode = netdev_set_rx_mode,
#ifdef CONFIG_NET_POLL_CONTROLLER
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] ksz884x: Add missing validate_addr hook
2010-05-31 10:26 [PATCH 2/2] ksz884x: Add missing validate_addr hook Denis Kirjanov
@ 2010-06-01 7:24 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-06-01 7:24 UTC (permalink / raw)
To: dkirjanov; +Cc: netdev
From: Denis Kirjanov <dkirjanov@hera.kernel.org>
Date: Mon, 31 May 2010 10:26:21 +0000
> Add missing validate_addr hook
>
> Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-01 7:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 10:26 [PATCH 2/2] ksz884x: Add missing validate_addr hook Denis Kirjanov
2010-06-01 7:24 ` 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).