diff options
author | Johannes Berg <[email protected]> | 2023-07-10 16:50:39 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-07-11 20:26:06 -0700 |
commit | 12a89f0177092dbc2a1cb1d05a9790adbcea2309 (patch) | |
tree | fb16e323528b81aac973af9a5d2e44a0f3524252 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9373771aaed17f5c2c38485f785568abe3a9f8c1 (diff) |
wifi: iwlwifi: remove 'use_tfh' config to fix crash
This is equivalent to 'gen2', and it was always confusing to have
two identical config entries. The split config patch actually had
been originally developed after removing 'use_tfh" and didn't add
the use_tfh in the new configs as they'd later been copied to the
new files. Thus the easiest way to fix the init crash here now is
to just remove use_tfh (which is erroneously unset in most of the
configs now) and use 'gen2' in the code instead.
There's possibly still an unwind error in iwl_txq_gen2_init() as
it crashes if TXQ 0 fails to initialize, but we can deal with it
later since the original failure is due to the use_tfh confusion.
Tested-by: Xi Ruoyao <[email protected]>
Reported-and-tested-by: Niklāvs Koļesņikovs <[email protected]>
Reported-and-tested-by: Jeff Chua <[email protected]>
Reported-and-tested-by: Zhang Rui <[email protected]>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=217622
Link: https://lore.kernel.org/all/[email protected]/
Link: https://lore.kernel.org/all/CAAJw_Zug6VCS5ZqTWaFSr9sd85k%3DtyPm9DEE%2BmV%3DAKoECZM%[email protected]/
Fixes: 19898ce9cf8a ("wifi: iwlwifi: split 22000.c into multiple files")
Signed-off-by: Johannes Berg <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions