mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-25 16:39:39 +07:00
wl1271: Enable ELP
The new firmware has fixed a firmware crash problem related to ELP entry. Enable ELP to conserve power. Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
c15f63bffa
commit
5d0af498c0
@ -39,12 +39,7 @@ void wl1271_elp_work(struct work_struct *work)
|
|||||||
|
|
||||||
mutex_lock(&wl->mutex);
|
mutex_lock(&wl->mutex);
|
||||||
|
|
||||||
/*
|
if (wl->elp || !wl->psm)
|
||||||
* FIXME: below, by means of the "true", ELP has been disabled for now
|
|
||||||
* to work around a firmware bug. To be enabled upon receiving a new
|
|
||||||
* firmware version.
|
|
||||||
*/
|
|
||||||
if (true || wl->elp || !wl->psm)
|
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
wl1271_debug(DEBUG_PSM, "chip to elp");
|
wl1271_debug(DEBUG_PSM, "chip to elp");
|
||||||
|
Loading…
Reference in New Issue
Block a user