WMM is being implemented in the hardware, the packets are being scheduled similarly to help out the scheduling in the hardware. Will consider the cases when multiple devices are using the same driver and incorporate the changes. Regards, Jahnavi On 01/30/2014 11:05 PM, Johannes Berg wrote: On Thu, 2014-01-30 at 21:24 +0530, Jahnavi wrote: >> +#ifdef USE_SDIO_INTF >> +static unsigned int pkt_count; >> +#endif >> +static unsigned int selected_qnum, pkt_cnt; > static variables are a really bad idea, especially ones like this. Have > you ever thought about more than one USB device being plugged in to the > same machine? :) > > Also, I'm not sure trying to implement QoS in software is a great idea, > or does it only look like that's what you're doing? > > johannes > > > -- 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