You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mwifiex_pcie: remove()/probe() card on suspend()/resume()
(made based on commit https://github.com/sebanc/linux-kernel/commit/0f5283b42247cb8978ed9493936f9b5b72350121)
On upstream mwifiex driver, it's reported that unloading the driver
manually [1] fixes S0ix achievement during s2idle (suspend).
Also, unloading/reloading the driver fixes "AP scanning (sometimes) not
working after suspend".
This commit removes/probes the card on suspend/resume on the driver
side to fix such issues.
[1] Run the following command for example
$ sudo modprobe -r mwifiex_pcie
sudo modprobe -r mwifiex
Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
(cherry picked from commit 82204f8
from PR #44)
Signed-off-by: Tsuchiya Yuto (kitakar5525) <kitakar@gmail.com>
0 commit comments