]> bbs.cooldavid.org Git - net-next-2.6.git/commit
wl1271: exit ELP mode when setting enabled rates in tx
authorLuciano Coelho <luciano.coelho@nokia.com>
Wed, 20 Oct 2010 12:15:52 +0000 (15:15 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:25:14 +0000 (13:25 -0500)
commit5404643139c16e56d31a6ebd09cfa6db1eb03a36
tree0dff24dce36785fb24520f7b92f70a2ee9efef09
parent6a2de93b2553c2e9a72997370534993c85c1eee6
wl1271: exit ELP mode when setting enabled rates in tx

This bug was being triggered by a call to acx_rate_policies in tx_work
without calling ps_elp_wakeup first.  If we have full PSM enabled, this
happens rather often, immediately after association.

Reported-by: Tuomas Katila <ext-tuomas.2.katila@nokia.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Tested-by: Tuomas Katila <ext-tuomas.2.katila@nokia.com>
drivers/net/wireless/wl12xx/wl1271_tx.c