]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: move usb specific data_sent update to usb.c
authorZhaoyang Liu <liuzy@marvell.com>
Fri, 18 Sep 2015 13:32:14 +0000 (06:32 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 29 Sep 2015 07:47:43 +0000 (10:47 +0300)
commitd941444321f6b84bdd36d8d24eef10171c9ab981
tree00df6bb23b6c1f2698d5979cb67376ceb637492a
parentd22871db0172eba2bba2e7ff8373f682c9b001cd
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>
drivers/net/wireless/mwifiex/11n_aggr.c
drivers/net/wireless/mwifiex/sta_tx.c
drivers/net/wireless/mwifiex/txrx.c
drivers/net/wireless/mwifiex/usb.c
drivers/net/wireless/mwifiex/wmm.c