mwifiex: schedule main workqueue for transmitting bridge packets
commitad5ca845e3d194703be82ad4a2f3042f2e198e2b
authorXinming Hu <huxm@marvell.com>
Tue, 5 Apr 2016 08:04:38 +0000 (5 01:04 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 7 Apr 2016 16:42:22 +0000 (7 19:42 +0300)
tree59ac8e95808f5530d697a0a47836947409e7d0a3
parent00c5478049683b15599339e36cae7fffc1e62844
mwifiex: schedule main workqueue for transmitting bridge packets

Bridge packets are enqueued to wmm tx queue, but will not be sent
until main workqeue is scheduled for new interrupt or other
reason. This adds unnecessary delay during traffic.

We will schedule main workqueue when bridge packet is queued.

Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/uap_txrx.c