mwifiex: bridged packets cause wmm_tx_pending counter to go negative
authorMarty Faltesek <mfaltesek@google.com>
Wed, 20 Apr 2016 04:19:35 +0000 (00:19 -0400)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 27 Apr 2016 13:49:35 +0000 (16:49 +0300)
commitbb28c28ee10559c5bc5b5f48c2d6f6f2f6bd5586
treec6dac982a68e809cc5e3969cfa0439db291f2530
parentefd7cef3100b2683ba4ff48943215b9537e9a37c
mwifiex: bridged packets cause wmm_tx_pending counter to go negative

When a packet is queued from the bridge, wmm_tx_pending is not
incremented, but when the packet is dequeued the counter is decremented.

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