Commit c75bbcdb authored by Eliad Peller's avatar Eliad Peller Committed by Luciano Coelho

wl12xx: sleep instead of wakeup after tx work

commit d05c806 ("wl12xx: rearrange some ELP wake_up/sleep calls")
introduced a bug in which wl1271_ps_elp_wakeup() was called instead
of wl1271_ps_elp_sleep() after completing the tx work.
Reported-by: default avatarArik Nemtsov <arik@wizery.com>
Signed-off-by: default avatarEliad Peller <eliad@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 564f5950
...@@ -630,7 +630,7 @@ void wl1271_tx_work(struct work_struct *work) ...@@ -630,7 +630,7 @@ void wl1271_tx_work(struct work_struct *work)
wl1271_tx_work_locked(wl); wl1271_tx_work_locked(wl);
wl1271_ps_elp_wakeup(wl); wl1271_ps_elp_sleep(wl);
out: out:
mutex_unlock(&wl->mutex); mutex_unlock(&wl->mutex);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment