On Thursday 20 January 2011 19:50:43 Luis R. Rodriguez wrote: > On Thu, Jan 20, 2011 at 10:43 AM, Paul Fertser <fercerpav@xxxxxxxxx> wrote: > > On Thu, Jan 20, 2011 at 10:37:20AM -0800, Luis R. Rodriguez wrote: > >> Huh? > > > > Christian asked me to add that info to the wiki, is something i wrote wrong? > > It is unclear to me, are you saying carl9170 does not support QoS and > aggregation? It's not only carl9170, it's AR9170 (the chip) . Take a look into the original firmware: <http://git.kernel.org/?p=linux/kernel/git/mcgrof/ar9170-fw.git;a=blob;f=STA/hostif.c;h=aa277d14ee5ec4c222b83975d7dc2d5c66dbf91c;hb=2e3574ce10c74a82047a06b046855de14d969948#l107> 107 /* TxQ number */ 108 //txqNum = (buf[2] >> 13); 109 //if (txqNum > 4) 110 { 111 txqNum = 0; 112 } 113 114 zfDmaPutPacket(&zgTxQ[txqNum], desc); 115 /* Trigger WLAN TX DMA */ 116 zm_wl_dma_trigger_reg = (1 << txqNum); So yes, someone took a shortcut along the way. 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