diff options
Diffstat (limited to 'drivers/net/wireless/mwifiex/txrx.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/txrx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/txrx.c b/drivers/net/wireless/mwifiex/txrx.c index 296faec14365..8f923d0d2ba6 100644 --- a/drivers/net/wireless/mwifiex/txrx.c +++ b/drivers/net/wireless/mwifiex/txrx.c | |||
@@ -169,6 +169,8 @@ int mwifiex_write_data_complete(struct mwifiex_adapter *adapter, | |||
169 | if (!status) { | 169 | if (!status) { |
170 | priv->stats.tx_packets++; | 170 | priv->stats.tx_packets++; |
171 | priv->stats.tx_bytes += skb->len; | 171 | priv->stats.tx_bytes += skb->len; |
172 | if (priv->tx_timeout_cnt) | ||
173 | priv->tx_timeout_cnt = 0; | ||
172 | } else { | 174 | } else { |
173 | priv->stats.tx_errors++; | 175 | priv->stats.tx_errors++; |
174 | } | 176 | } |