> This is what I changed: > > ===== drivers/net/ns83820.c 1.19 vs edited ===== > --- 1.19/drivers/net/ns83820.c Thu Jun 5 13:50:00 2003 > +++ edited/drivers/net/ns83820.c Fri Sep 19 13:49:23 2003 > @@ -567,7 +567,7 @@ > res = (long)skb->tail & 0xf; > res = 0x10 - res; > res &= 0xf; > - skb_reserve(skb, res); > + skb_reserve(skb, res+2); You must add the 2 bytes in dev_alloc_skb() too. (it also add 16 bytes by itself, but they are used for other things) -Andi - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Sep 19 01:55:34 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:17 EST