Re: [PATCH 1/3] net-2.6.24: wrap netdevice hardware header creation

2007-09-26 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 26 Sep 2007 17:21:29 -0700 > > Add inline for common usage of hardware header creation, and > fix bug in IPV6 mcast where the assumption about negative return is > an errno. Negative return from hard_header means not enough space > was availa

[PATCH 1/3] net-2.6.24: wrap netdevice hardware header creation

2007-09-26 Thread Stephen Hemminger
Add inline for common usage of hardware header creation, and fix bug in IPV6 mcast where the assumption about negative return is an errno. Negative return from hard_header means not enough space was available,(ie -N bytes). Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- a/include/linu