Re: [PATCH v9 1/2] mac80211: Move ieee802111_tx_dequeue() to later in tx.c

2016-09-30 Thread Johannes Berg
On Thu, 2016-09-22 at 19:04 +0200, Toke Høiland-Jørgensen wrote: > The TXQ path restructure requires ieee80211_tx_dequeue() to call TX > handlers and parts of the xmit_fast path. Move the function to later > in tx.c in preparation for this. > Applied. johannes

[PATCH v9 1/2] mac80211: Move ieee802111_tx_dequeue() to later in tx.c

2016-09-22 Thread Toke Høiland-Jørgensen
The TXQ path restructure requires ieee80211_tx_dequeue() to call TX handlers and parts of the xmit_fast path. Move the function to later in tx.c in preparation for this. Signed-off-by: Toke Høiland-Jørgensen --- net/mac80211/tx.c | 90