From: Amitkumar Karwar Date: Fri, 30 Jan 2015 08:40:07 +0000 (-0800) Subject: mwifiex: disable UAPSD mode when AP starts X-Git-Tag: fixes-v4.0-rc1~150^2~10^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8f0456dcce1701291928febf8410994749d4af;p=pandora-kernel.git 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 Signed-off-by: Cathy Luo Signed-off-by: Kalle Valo --- Reading git-diff-tree failed