On Wed, 2014-06-04 at 19:16 +0530, Rajkumar Manoharan wrote: > These patches adds a basic infrastruture for multi channel > context. Currently channel context usage is restricted by > modparam "use_chanctx" as it is not yet fully implemented. This isn't really a review - just a note. You should probably also tell mac80211 that you use multiple HW queues (at least per chanctx) so you avoid a situation where stopping one channel context leads to stopping the entire traffic for that AC even on other contexts, otherwise you could unfairly stop the other interface? I guess I'm also surprised by the implementation just switching from a worker, I would have thought you'd switch from a HW timer interrupt and use different hardware queues, but hey :) > Rajkumar Manoharan (1): > ath9k: Fetch appropriate opereting channel context Also: typo: "operating" 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