On Friday 02 May 2008, Johannes Berg wrote: > > > Does anybody have any hint on where I should start looking about where > > these frames come from, or what the cause might be of the disappearing frames? > > What are the protection bits in the header? I'd have to look at the key > selection code again I think. What about the ICV, are you adding that > too at the end? Now there you mention something. Looking at the Legacy driver, they only mention ICV during the TX, but never during RX. I did find that the MMIC is appended at the end of the frame, which is good, but they never do anything that looks like the stripping of the ICV data... So I assume it is stripped in the hardware, but no descriptor definition indicates a ICV field like there is for IV and EIV. Unless.... they do have a 32bits "reserved" field located directly after the IV/EIV fields.. makes one curious if that accidently contains ICV data. ;) I'll add some debugging to dump more information about the header, and what the contents is of that reserved field. 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