On Fri, 2003-03-28 at 15:41, Ralf Baechle wrote: > On Fri, Mar 28, 2003 at 02:37:48PM -0800, Pete Popov wrote: > > > On Fri, 2003-03-28 at 11:14, Hartvig Ekner wrote: > > > The following patch fixes an error where ethernet minimum packets are 4 bytes too long. This caused certain > > > devices not to respond to ARP requests (which is a bug on their side as well, but.....). > > > > > > Thanks, I'll apply it later tonight. > > <asm/if_ether.h> already defines the constant ETH_ZLEN for this purpose. Great, thanks. I'll make the correction. Pete