mac80211: don't update dev->trans_start
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Apr 2015 14:44:46 +0000 (16:44 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Apr 2015 09:15:26 +0000 (11:15 +0200)
commitce5b071a456beea13a893fcc73f47998bf7ceb35
tree7478b320bb71f3f04774390750e9a57e868aa2f9
parent6fe3eac79329611eaa716b7a3e3b85f6698b668b
mac80211: don't update dev->trans_start

This isn't necessary any more as the stack will automatically
update the TXQ's trans_start after calling ndo_start_xmit().

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