Pavel Roskin wrote: > I'm sorry for being late. I have tested an Xterasys XG-600 (miniPCI) on > i386 and PowerPC. The same device is working on i386, but not on > PowerPC. There are kernel messages running on the console on PowerPC, > but I could not capture them yet. The kernel is the current > wireless-testing. > > I suspect we should not be mixing little-endian and host-endian > structures. Agreed. In data structure "bootrec", there is a data array that gets used once as be32, once as le16, and several times as though it were in native CPU order. That has always look funny to me, but as I can only test on x86_64 architecture, I cannot distinguish le32 from native CPU. I will prepare a patch to explicitly use those data as le32 for you to test. Thanks, Larry -- 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