]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: fix tx data_sent issue for usb interface
authorZhaoyang Liu <liuzy@marvell.com>
Fri, 18 Sep 2015 13:32:13 +0000 (06:32 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 29 Sep 2015 07:47:42 +0000 (10:47 +0300)
commitd22871db0172eba2bba2e7ff8373f682c9b001cd
tree52b4cc93581a9f48b701863fec70200fb26c37ab
parent17090beec26ea5bd064c67e2707151722d9d88d6
mwifiex: fix tx data_sent issue for usb interface

This patch fix missing tx data_sent flag update for usb interface.
Except USB interface, data_sent flag has been updated in specific
file such as sdio.c and pcie.c. So only USB interface type need check
when TX data completed.

Signed-off-by: Zhaoyang Liu <liuzy@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/11n_aggr.c
drivers/net/wireless/mwifiex/sta_tx.c
drivers/net/wireless/mwifiex/txrx.c
drivers/net/wireless/mwifiex/wmm.c