commit | d941444321f6b84bdd36d8d24eef10171c9ab981 | [log] [tgz] |
---|---|---|
author | Zhaoyang Liu <liuzy@marvell.com> | Fri Sep 18 06:32:14 2015 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Sep 29 10:47:43 2015 +0300 |
tree | 00df6bb23b6c1f2698d5979cb67376ceb637492a | |
parent | d22871db0172eba2bba2e7ff8373f682c9b001cd [diff] |
mwifiex: move usb specific data_sent update to usb.c This patch move data_sent flag update to usb.c file. >From now all data_sent update cases only happened in specific file: sdio.c, usb.c, pcie.c. Outside ot these files, it is only allowed to check the value of data_ent. 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>