> diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c
> index ed8a3d4..5471cd2 100644
> --- a/net/ethernet/eth.c
> +++ b/net/ethernet/eth.c
> @@ -298,6 +298,14 @@ static int eth_change_mtu(struct net_device *dev, int
> new_mtu)
> return 0;
> }
>
> +static int eth_validate_addr(struct ne
From: Jeff Garzik <[EMAIL PROTECTED]>
Date: Tue, 23 Oct 2007 22:33:13 -0400
>
> Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
> ---
> David, I would actually prefer if you queued this one up, please...
No worries, I will.
Thanks Jeff.
-
To unsubscribe from this list: send the line "unsubscribe
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
David, I would actually prefer if you queued this one up, please...
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 4a3f54e..962d1de 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -669,6 +669,8