diff options
author | Philipp Hortmann <philipp.g.hortmann@gmail.com> | 2023-04-18 22:02:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-20 13:55:20 +0200 |
commit | 3fac2397f562eb669ddc2f45867a253f3fc26184 (patch) | |
tree | bb63b25f9ca1692deed97b21a42a3d2cef6c4d34 /drivers/regulator/tps65023-regulator.c | |
parent | staging: rtl8192e: Remove unchanged variables bfsync_processing and more (diff) | |
download | linux-3fac2397f562eb669ddc2f45867a253f3fc26184.tar.xz linux-3fac2397f562eb669ddc2f45867a253f3fc26184.zip |
staging: rtl8192e: Fix W_DISABLE# does not work after stop/start
When loading the driver for rtl8192e, the W_DISABLE# switch is working as
intended. But when the WLAN is turned off in software and then turned on
again the W_DISABLE# does not work anymore. Reason for this is that in
the function _rtl92e_dm_check_rf_ctrl_gpio() the bfirst_after_down is
checked and returned when true. bfirst_after_down is set true when
switching the WLAN off in software. But it is not set to false again
when WLAN is turned on again.
Add bfirst_after_down = false in _rtl92e_sta_up to reset bit and fix
above described bug.
Fixes: 94a799425eee ("From: wlanfae <wlanfae@realtek.com> [PATCH 1/8] rtl8192e: Import new version of driver from realtek")
Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20230418200201.GA17398@matrix-ESPRIMO-P710
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/regulator/tps65023-regulator.c')
0 files changed, 0 insertions, 0 deletions