Somebody in the thread at some point said: > On Fri, 2007-08-03 at 11:27 +0100, Andy Green wrote: > >> Inside that question, if you mark up skb->ip_summed with CHECKSUM_NONE, >> include/linux/skbuff.h says this: >> >> /* A. Checksumming of received packets by device. >> * >> * NONE: device failed to checksum this packet. >> * skb->csum is undefined. >> >> If we mark up the skb with FCS-broken packets with that, maybe it would >> be compatible with the networking stack for this purpose. > > No, that's the IP checksum. It may or may not be broken if the FCS CRC > fails. Right, but since we marked up the skb "the integrity of the IP checksum is unknown", if anything wants to use the packet it should re-check it itself. Won't that do? -Andy - 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