On 25 January 2013 14:08, Ben Greear <greearb@xxxxxxxxxxxxxx> wrote: > Could you point me to which registers/vars/keywords in (ath9k) ani > do this? I'd like to play around with them a bit. Just look at the ANI code and the ANI patent. It covers what the registers do. There are obviously more PHY register nowdays, but those are a good starting point. > As for transmitting at the same time, is that even possible > using multiple ath9k NICs in a PC? It would seem to me that you'd > need some kind of low-level communication between the hardware/firmware > on the NICs themselves to accomplish that? No, you just need a cute hack to un-gate the TX queues at the same time. You'd also probably have to disable CCA (hah!) so they all transmit at the same time, and configure the TXQ backoff to be linear exponential, rather than random exponential backoff. Adrian -- 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