mac80211: fix tx sequence number assignment with software queue + fast-xmit
authorFelix Fietkau <nbd@openwrt.org>
Thu, 24 Sep 2015 12:59:48 +0000 (14:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 29 Sep 2015 13:56:51 +0000 (15:56 +0200)
commit50f36ae61a5b65ba4612a5d2aa696c8ac5b6c988
tree7bf079ddaaf700e4e63ee119d7774ff52a6ae17a
parent44674d9c2267f454f38df7b2395939bfa911f92e
mac80211: fix tx sequence number assignment with software queue + fast-xmit

When using software queueing, tx sequence number assignment happens at
ieee80211_tx_dequeue time, so the fast-xmit codepath must not do that.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c