]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8c986a9f01961b89ebac7ab8cf4d4118e0826f8c
tree1abe61b16bd2a5d27dfaeb741ab346a365371587
parentf168898d142245524d2a64e1133f1830348abda0
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