From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Tue, 11 Apr 2006 11:10:54 -0700

> Change the ethernet support routines to use constant address size.
> This generates smaller faster code.
> 
> Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>

Ok, but perhaps rework this to have a:

    BUG_ON(dev->addr_len != ETH_ALEN);

at the top of the functions where you've added this
assumption?
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to