commit | d22871db0172eba2bba2e7ff8373f682c9b001cd | [log] [tgz] |
---|---|---|
author | Zhaoyang Liu <liuzy@marvell.com> | Fri Sep 18 06:32:13 2015 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Sep 29 10:47:42 2015 +0300 |
tree | 52b4cc93581a9f48b701863fec70200fb26c37ab | |
parent | 17090beec26ea5bd064c67e2707151722d9d88d6 [diff] |
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>