diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 80f4343a3007..ea3fa0f91906 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -741,6 +741,7 @@ ieee80211_tx_h_misc(struct ieee80211_tx_data *tx) | |||
741 | } | 741 | } |
742 | 742 | ||
743 | if (tx->sta) { | 743 | if (tx->sta) { |
744 | control->aid = tx->sta->aid; | ||
744 | tx->sta->tx_packets++; | 745 | tx->sta->tx_packets++; |
745 | tx->sta->tx_fragments++; | 746 | tx->sta->tx_fragments++; |
746 | tx->sta->tx_bytes += tx->skb->len; | 747 | tx->sta->tx_bytes += tx->skb->len; |