mwifiex: disable UAPSD mode when AP starts
authorAmitkumar Karwar <akarwar@marvell.com>
Fri, 30 Jan 2015 08:40:07 +0000 (00:40 -0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 3 Feb 2015 13:28:56 +0000 (15:28 +0200)
commitfc8f0456dcce1701291928febf8410994749d4af
tree1abe61b16bd2a5d27dfaeb741ab346a365371587
parent0ea3186ce03cfa9b1c5cb8677ac3ffcd19695cd7
mwifiex: disable UAPSD mode when AP starts

When AP is started, firmware exits power save mode. This
means power save manager of AP takes priority over station.
Firmware stop sending periodic AWAKE events to host.

We may have UAPSD enabled on station which buffers data
packets until AWAKE event from firmware. Data path is
unnecessarily blocked in this case. This patch disables
UAPSD mode to reenable transmit data path.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/sta_cmdresp.c