commit | 50f36ae61a5b65ba4612a5d2aa696c8ac5b6c988 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Thu Sep 24 14:59:48 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Sep 29 15:56:51 2015 +0200 |
tree | 7bf079ddaaf700e4e63ee119d7774ff52a6ae17a | |
parent | 44674d9c2267f454f38df7b2395939bfa911f92e [diff] |
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>