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 - 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