On Sunday 09 November 2008 10:03:58 Johannes Berg wrote: > On Sun, 2008-11-09 at 09:56 +0100, Johannes Berg wrote: > > > I think you forgot to attach the patch. > > Sorry, I missed your second mail. (btw, if you generate patches with -p > in diff arguments it helps a bit reading them) > > Ok so it looks like the buffer you're getting is unaligned. This is > strange, but I'm too unfamiliar with the code. It seems that there's the > PLCP 5 byte header in front. Well, try the printk I asked for, because > at that point zd1211 should avoid "leaking" the alignment problem. zd1211rw has some code to align the packet to a 4-byte boundary. But the compare_ether_addr() and the other le16 accesses are done before that realignment. This these blow up if (ieee80211_is_data_qos(fc) ^ ieee80211_has_a4(fc)) -- Greetings Michael. -- 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