diff options
author | Larry Finger <[email protected]> | 2019-01-02 20:12:47 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-01-07 15:27:59 +0100 |
commit | 7775665aadc48a562051834a73519129bf717d73 (patch) | |
tree | 8147d5389d3a138d74ada6113a880865ab0ccb99 /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | 84cad97a717f5749a0236abd5ce68da582ea074f (diff) |
staging: rtl8188eu: Fix module loading from tasklet for WEP encryption
Commit 2b2ea09e74a5 ("staging:r8188eu: Use lib80211 to decrypt WEP-frames")
causes scheduling while atomic bugs followed by a hard freeze whenever
the driver tries to connect to a WEP-encrypted network. Experimentation
showed that the freezes were eliminated when module lib80211 was
preloaded, which can be forced by calling lib80211_get_crypto_ops()
directly rather than indirectly through try_then_request_module().
With this change, no BUG messages are logged.
Fixes: 2b2ea09e74a5 ("staging:r8188eu: Use lib80211 to decrypt WEP-frames")
Cc: Stable <[email protected]> # v4.17+
Cc: Michael Straube <[email protected]>
Cc: Ivan Safonov <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions