Somebody in the thread at some point said: > On Fri, 2007-08-03 at 08:59 +0100, Andy Green wrote: > >> There seems to be some agreement that in the future the number of >> virtual interfaces that happen to be lying around shouldn't determine >> the functionality of Monitor mode like that. > > I think that only happens if you don't have monitor_during_oper set; > otherwise it's a bug. > > I am, however, not entirely sure we should be forwarding packets with > failed CRC on hard monitor interfaces. Because if you have both a hard > monitor and a regular interface (monitor_during_oper allowed) then we > will never check the CRC on frames that enter the networking path and > can get corrupted TCP packets in etc. Hm well outside of that question I don't think failed CRC packets should be on by default for Monitor mode. It should be something you can ask for explicitly if you are interested. 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. -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