]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: complete usb tx data with multi endpoints
authorZhaoyang Liu <liuzy@marvell.com>
Fri, 18 Sep 2015 13:32:18 +0000 (06:32 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 29 Sep 2015 07:47:49 +0000 (10:47 +0300)
commit735ab6bfc03878e6b41feb1f14da750a951854ad
tree4b978e12d908512db2b502d8baadb83925906d24
parent7e4e5d2cd0817b91eb07c7abe297012bf76616ea
mwifiex: complete usb tx data with multi endpoints

This patch do the work to TX data with specific USB
endpoint. At the same time, update data_sent flag
according to multi port status. And is_port_ready
API is added for BSS interface to check if current
used usb data endpoint is available or not.

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/main.h
drivers/net/wireless/mwifiex/sta_event.c
drivers/net/wireless/mwifiex/sta_tx.c
drivers/net/wireless/mwifiex/txrx.c
drivers/net/wireless/mwifiex/uap_event.c
drivers/net/wireless/mwifiex/usb.c
drivers/net/wireless/mwifiex/wmm.c