Re: [Bug 2905] New: Aironet 340 PCMCIA card not working since 2.6.7

From: Jesper Juhl
Date: Thu Jun 17 2004 - 17:45:46 EST



> - skb = dev_alloc_skb( len + hdrlen + 2 );
> + skb = dev_alloc_skb( len + hdrlen + 2 + 2 );

nitpicking, but why not
skb = dev_alloc_skb( len + hdrlen + 4 );
?


--
Jesper Juhl <juhl-lkml@xxxxxx>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/