> > I can change this book keeping, though current solution provides us up > > to 32 HW queues, which is really a huge amout of queues in terms of > > HW. if needed after all, i would prefer to do it on top of this > > series. > > Well you don't really need to change any code I think, only use > > unsigned long qdisc_pool[BITS_TO_LONGS(NUM_TX_DATA_QUEUES_AMPDU)]; > > instead and that way we should already be safe for future increases of > the NUM_TX_DATA_QUEUES_AMPDU value. set_bit/clear_bit/etc. are already > prepared to handle such an array so I'd prefer to have it right away > just so there are less gotchas when that happens. right, i missed your point first time, i'll change it. - 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