Re: [PATCH 1/6] mac80211: Add TXQ scheduling API

2018-11-09 Thread Toke Høiland-Jørgensen
On 9 November 2018 13:00:04 CET, Johannes Berg wrote: >On Sat, 2018-10-20 at 04:05 -0700, Rajkumar Manoharan wrote: >> >> + * @txq: pointer obtained from station or virtual interface, or from >> + * ieee80211_next_txq() > >nit: please just indent by a single tab for continuation,

Re: [PATCH 1/6] mac80211: Add TXQ scheduling API

2018-11-09 Thread Johannes Berg
On Sat, 2018-10-20 at 04:05 -0700, Rajkumar Manoharan wrote: > > + * @txq: pointer obtained from station or virtual interface, or from > + * ieee80211_next_txq() nit: please just indent by a single tab for continuation, trying to line it all up doesn't really make it more readable I see

[PATCH 1/6] mac80211: Add TXQ scheduling API

2018-10-20 Thread Rajkumar Manoharan
From: Toke Høiland-Jørgensen This adds an API to mac80211 to handle scheduling of TXQs. The interface between driver and mac80211 for TXQ handling is changed by adding two new functions: ieee80211_next_txq(), which will return the next TXQ to schedule in the current round-robin rotation, and