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>
dev->stats.tx_packets++;
dev->stats.tx_bytes += skb->len + extra_head;
- dev->trans_start = jiffies;
/* will not be crypto-handled beyond what we do here, so use false
* as the may-encrypt argument for the resize to not account for
dev->stats.tx_packets++;
dev->stats.tx_bytes += skb->len;
- dev->trans_start = jiffies;
ieee80211_xmit(sdata, sta, skb);
}