On Monday 31 December 2007, Ivo Van Doorn wrote: > On Dec 31, 2007 8:27 AM, Kalle Valo <kalle.valo@xxxxxxxxx> wrote: > > Ivo van Doorn <ivdoorn@xxxxxxxxx> writes: > > > + /* > > > + * Move entire frame 2 bytes to the front. > > > + */ > > > + skb_push(skb, 2); > > > + memmove(skb->data, skb->data + 2, skb->len - 2); > > > > No skb_trim()? Shoudn't there be skb_trim(skb, 2) after memmove()? > > Good point, I completely forgot about that. :S > Thanks. :) > > Ivo Ah, does the patch I have applied and am running need enhancement, please? Thanks -- Beer is proof that God loves us and wants us to be happy - Benjamin Franklin - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html