On Thursday 09 October 2008 17:20:25 Larry Finger wrote: > Christian Lamparter wrote: > > Broken out the vdcf's code into another patch, as it caused problems in the last RFC. > > This patch has the following insertion as a replacement: > > +struct p54_tx_vdcf_queues { > + u8 aifs; > + u8 padding; > + __le16 cwmin; > + __le16 cwmax; > + __le16 txop; > +} __attribute__ ((packed)); Well, I took this idea from stlc45xx. But now, after some digging in the specs about WMM... I came to the conclusion that this is superfluous. I'll revert back to the original __le16 aifs, in the next RFC/RFT round... But now, we should better fix the code for big-endian machines. I tried to use qemu to emulate a PPC machine, but it's painfully slow and the QEMU's USB loop through code doesn't work as advertised (yet?). Regards, Chr -- 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