]> asedeno.scripts.mit.edu Git - linux.git/commit
mwifiex: transmit packet stats incorrect.
authorMarty Faltesek <mfaltesek@google.com>
Wed, 20 Apr 2016 04:22:01 +0000 (00:22 -0400)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 27 Apr 2016 13:51:17 +0000 (16:51 +0300)
commit8d666302df95ab585f5cc7b2fb779991f8797eb5
treebe8572855284a251f4a0456f44d37ac1c2ff7a78
parentb977d305ad20e05212c0ded2a7ef90e411edc1b3
mwifiex: transmit packet stats incorrect.

tx_packets counter is incremented for aggregated packets, when it had
already been incremented for the aggregated packet's constituent
parts. Removing the extra count.

Signed-off-by: Marty Faltesek <mfaltesek@google.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/txrx.c