From: Xinming Hu Date: Wed, 3 Jun 2015 11:29:47 +0000 (+0530) Subject: mwifiex: do not decrease tx_pending for AMSDU packet once more X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~34^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec264a43029ff0754270864e5a93dcdaeea276d7;p=pandora-kernel.git mwifiex: do not decrease tx_pending for AMSDU packet once more Negative adapter->tx_pending is observed while running data traffic, because tx_pending is decreased once more for AMSDU packet. since tx_pending have been decreased for all the source MSDU packets, we don't need to update once more for AMSDU packet. Signed-off-by: Xinming Hu Signed-off-by: Cathy Luo Signed-off-by: Avinash Patil Signed-off-by: Kalle Valo --- Reading git-diff-tree failed