Bob Copeland wrote: > 951 /* see if any padding is done by the hw and remove it */ > 952 if (hdrlen & 3) { > 953 padsize = hdrlen % 4; > 954 memmove(skb->data + padsize, skb->data, hdrlen); > 955 skb_pull(skb, padsize); > 956 } > > 957 /* remove FCS before passing up to protocol stack */ > 958 skb_trim(skb, (skb->len - FCS_LEN)); > I remember removing this piece of code... Sujith -- 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