mac80211: Move ieee802111_tx_dequeue() to later in tx.c
authorToke Høiland-Jørgensen <toke@toke.dk>
Thu, 22 Sep 2016 17:04:19 +0000 (19:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 30 Sep 2016 11:12:48 +0000 (13:12 +0200)
commite0e2effff5e19eba07de1ee1c95ba0588a7b3330
treed027c9378925f43c2ae0ff171407d7000dbec767
parent8f7d99ba85d4d7118a6cf2d0ed9c2ff8e6528679
mac80211: Move ieee802111_tx_dequeue() to later in tx.c

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 <toke@toke.dk>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c