I am running Endeavour on a Thinkpad T14s 3rd gen (AMD), and I am having issues with connecting to a specific WiFi access point (it’sthe one at work, so kind of important )
WiFi works well with my home router, and with my phone’s hotspot, but when attempting to connect to this particular network, the driver crashes, and the interfance becomes unusable.
The network card is a Qualcomm QCNFA765, which is supported by the ath11k driver. Apparently, it manages to connect and authenticate, but then something goes awry, and it disconnects. After that, NetworkManager doesn’t see any wireless networks anymore until a reboot.
Uname output: Linux t14s 6.5.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 10 Oct 2023 21:10:21 +0000 x86_64 GNU/Linux
The relevant dmesg output:
[93238.308928] wlan0: authenticate with 06:e3:1a:cb:0b:5e
[93238.354068] wlan0: send auth to 06:e3:1a:cb:0b:5e (try 1/3)
[93238.385202] wlan0: authenticate with 06:e3:1a:cb:0b:5e
[93238.385214] wlan0: send auth to 06:e3:1a:cb:0b:5e (try 1/3)
[93238.396899] wlan0: authenticated
[93238.397903] wlan0: associate with 06:e3:1a:cb:0b:5e (try 1/3)
[93238.402844] wlan0: RX AssocResp from 06:e3:1a:cb:0b:5e (capab=0x11 status=0 aid=29)
[93241.551280] ath11k_pci 0000:01:00.0: wmi command 262145 timeout
[93241.551299] ath11k_pci 0000:01:00.0: Failed to send WMI_PDEV_OBSS_PD_SPATIAL_REUSE_CMDID
[93241.551316] ath11k_pci 0000:01:00.0: failed to set vdev 0 OBSS PD parameters: -11
[93244.751193] ath11k_pci 0000:01:00.0: wmi command 20488 timeout
[93244.751203] ath11k_pci 0000:01:00.0: failed to send WMI_VDEV_SET_PARAM_CMDID
[93244.751213] ath11k_pci 0000:01:00.0: failed to set vdev 0 dtim policy: -11
[93247.951283] ath11k_pci 0000:01:00.0: wmi command 237571 timeout
[93247.951292] ath11k_pci 0000:01:00.0: failed to send WMI_11D_SCAN_STOP_CMDID: -11
[93247.951298] ath11k_pci 0000:01:00.0: failed to stopt 11d scan vdev 0 ret: -11
[93251.151231] ath11k_pci 0000:01:00.0: wmi command 253953 timeout
[93251.151243] ath11k_pci 0000:01:00.0: Failed to send WMI_TWT_ENABLE_CMDID
[93254.351223] ath11k_pci 0000:01:00.0: wmi command 28684 timeout
[93254.351241] ath11k_pci 0000:01:00.0: Failed to send WMI_BSS_COLOR_CHANGE_ENABLE_CMDID
[93254.351251] ath11k_pci 0000:01:00.0: failed to enable bss color change on vdev 0: -11
[93257.554511] ath11k_pci 0000:01:00.0: wmi command 172035 timeout
[93257.554517] ath11k_pci 0000:01:00.0: Failed to send WMI_OBSS_COLOR_COLLISION_DET_CONFIG_CMDID
[93257.554520] ath11k_pci 0000:01:00.0: failed to set bss color collision on vdev 0: -11
[93257.554532] wlan0: associated
[93257.554597] wlan0: deauthenticating from 06:e3:1a:cb:0b:5e by local choice (Reason: 3=DEAUTH_LEAVING)
[93257.597910] ieee80211 phy0: Hardware restart was requested
[93257.618006] ath11k_pci 0000:01:00.0: failed to lookup peer 06:e3:1a:cb:0b:5e on vdev 0
[93260.751462] ath11k_pci 0000:01:00.0: wmi command 20488 timeout
[93260.751476] ath11k_pci 0000:01:00.0: failed to send WMI_VDEV_SET_PARAM_CMDID
[93260.751486] ath11k_pci 0000:01:00.0: Failed to set CTS prot for VDEV: 0
[93263.951402] ath11k_pci 0000:01:00.0: wmi command 20488 timeout
[93263.951413] ath11k_pci 0000:01:00.0: failed to send WMI_VDEV_SET_PARAM_CMDID
[93263.951423] ath11k_pci 0000:01:00.0: Failed to set erp slot for VDEV: 0
[93267.151228] ath11k_pci 0000:01:00.0: wmi command 20488 timeout
[93267.151248] ath11k_pci 0000:01:00.0: failed to send WMI_VDEV_SET_PARAM_CMDID
[93267.151260] ath11k_pci 0000:01:00.0: Failed to set preamble for VDEV: 0
[93270.351283] ath11k_pci 0000:01:00.0: wmi command 20487 timeout
[93270.351301] ath11k_pci 0000:01:00.0: failed to submit WMI_VDEV_DOWN cmd
[93270.351312] ath11k_pci 0000:01:00.0: failed to down vdev 0: -11
[93273.551444] ath11k_pci 0000:01:00.0: wmi command 20493 timeout
[93273.551459] ath11k_pci 0000:01:00.0: failed to send WMI_VDEV_SET_WMM_PARAMS_CMDID
[93273.551471] ath11k_pci 0000:01:00.0: failed to set wmm params: -11
[93276.754855] ath11k_pci 0000:01:00.0: wmi command 20493 timeout
[93276.754869] ath11k_pci 0000:01:00.0: failed to send WMI_VDEV_SET_WMM_PARAMS_CMDID
[93276.754877] ath11k_pci 0000:01:00.0: failed to set wmm params: -11
[93277.921058] mhi mhi0: Requested to power ON
[93277.921080] mhi mhi0: Power on setup success
[93278.341425] mhi mhi0: Wait for device to enter SBL or Mission mode
[93278.974099] ath11k_pci 0000:01:00.0: chip_id 0x12 chip_family 0xb board_id 0xff soc_id 0x400c1211
[93278.974112] ath11k_pci 0000:01:00.0: fw_version 0x110b196e fw_build_timestamp 2022-12-22 12:54 fw_build_id WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23
[93279.106424] ath11k_pci 0000:01:00.0: Last interrupt received for each CE:
[93279.106436] ath11k_pci 0000:01:00.0: CE_id 0 pipe_num 0 93261710ms before
[93279.106440] ath11k_pci 0000:01:00.0: CE_id 1 pipe_num 1 40787ms before
[93279.106443] ath11k_pci 0000:01:00.0: CE_id 2 pipe_num 2 40697ms before
[93279.106445] ath11k_pci 0000:01:00.0: CE_id 3 pipe_num 3 40697ms before
[93279.106448] ath11k_pci 0000:01:00.0: CE_id 5 pipe_num 5 1524634759ms before
[93279.106450] ath11k_pci 0000:01:00.0: CE_id 7 pipe_num 7 1524634759ms before
[93279.106452] ath11k_pci 0000:01:00.0: CE_id 8 pipe_num 8 1524634759ms before
[93279.106454] ath11k_pci 0000:01:00.0:
Last interrupt received for each group:
[93279.106457] ath11k_pci 0000:01:00.0: group_id 0 9686064ms before
[93279.106459] ath11k_pci 0000:01:00.0: group_id 1 1524634759ms before
[93279.106462] ath11k_pci 0000:01:00.0: group_id 2 1524634759ms before
[93279.106464] ath11k_pci 0000:01:00.0: group_id 3 1524634759ms before
[93279.106466] ath11k_pci 0000:01:00.0: group_id 4 93261447ms before
[93279.106468] ath11k_pci 0000:01:00.0: group_id 5 93261447ms before
[93279.106470] ath11k_pci 0000:01:00.0: group_id 6 1524634759ms before
[93279.106472] ath11k_pci 0000:01:00.0: group_id 7 40700ms before
[93279.106474] ath11k_pci 0000:01:00.0: group_id 8 9686180ms before
[93279.106476] ath11k_pci 0000:01:00.0: group_id 9 9686180ms before
[93279.106478] ath11k_pci 0000:01:00.0: group_id 10 9686127ms before
[93279.106481] ath11k_pci 0000:01:00.0: dst srng id 0 tp 24688, cur hp 24688, cached hp 24688 last hp 24688 napi processed before 40700ms
[93279.106484] ath11k_pci 0000:01:00.0: dst srng id 1 tp 17696, cur hp 17696, cached hp 17696 last hp 17696 napi processed before 9686180ms
[93279.106487] ath11k_pci 0000:01:00.0: dst srng id 2 tp 10256, cur hp 10256, cached hp 10256 last hp 10256 napi processed before 9686180ms
[93279.106489] ath11k_pci 0000:01:00.0: dst srng id 3 tp 15664, cur hp 15664, cached hp 15664 last hp 15664 napi processed before 9686127ms
[93279.106492] ath11k_pci 0000:01:00.0: dst srng id 4 tp 0, cur hp 0, cached hp 0 last hp 0 napi processed before 9686064ms
[93279.106495] ath11k_pci 0000:01:00.0: src srng id 5 hp 0, reap_hp 248, cur tp 0, cached tp 0 last tp 0 napi processed before 1524634759ms
[93279.106498] ath11k_pci 0000:01:00.0: src srng id 8 hp 640, reap_hp 640, cur tp 470, cached tp 470 last tp 470 napi processed before 21524ms
[93279.106501] ath11k_pci 0000:01:00.0: dst srng id 9 tp 5382, cur hp 5382, cached hp 5382 last hp 5382 napi processed before 9686064ms
[93279.106504] ath11k_pci 0000:01:00.0: src srng id 16 hp 2168, reap_hp 2168, cur tp 2168, cached tp 2160 last tp 2160 napi processed before 9686180ms
[93279.106507] ath11k_pci 0000:01:00.0: src srng id 24 hp 0, reap_hp 248, cur tp 0, cached tp 0 last tp 0 napi processed before 1524634759ms
[93279.106509] ath11k_pci 0000:01:00.0: dst srng id 25 tp 0, cur hp 0, cached hp 0 last hp 0 napi processed before 1524634759ms
[93279.106512] ath11k_pci 0000:01:00.0: src srng id 32 hp 12, reap_hp 8, cur tp 12, cached tp 12 last tp 8 napi processed before 93261710ms
[93279.106515] ath11k_pci 0000:01:00.0: src srng id 35 hp 48, reap_hp 44, cur tp 48, cached tp 48 last tp 44 napi processed before 40697ms
[93279.106518] ath11k_pci 0000:01:00.0: src srng id 36 hp 168, reap_hp 164, cur tp 168, cached tp 168 last tp 160 napi processed before 9683030ms
[93279.106521] ath11k_pci 0000:01:00.0: src srng id 39 hp 0, reap_hp 124, cur tp 0, cached tp 0 last tp 0 napi processed before 1524634759ms
[93279.106524] ath11k_pci 0000:01:00.0: src srng id 57 hp 12, reap_hp 12, cur tp 16, cached tp 16 last tp 16 napi processed before 40787ms
[93279.106527] ath11k_pci 0000:01:00.0: src srng id 58 hp 162, reap_hp 162, cur tp 166, cached tp 166 last tp 166 napi processed before 40697ms
[93279.106529] ath11k_pci 0000:01:00.0: src srng id 61 hp 1020, reap_hp 1020, cur tp 0, cached tp 0 last tp 0 napi processed before 93261710ms
[93279.106533] ath11k_pci 0000:01:00.0: dst srng id 81 tp 32, cur hp 32, cached hp 32 last hp 32 napi processed before 40787ms
[93279.106535] ath11k_pci 0000:01:00.0: dst srng id 82 tp 332, cur hp 332, cached hp 332 last hp 332 napi processed before 40697ms
[93279.106538] ath11k_pci 0000:01:00.0: dst srng id 85 tp 0, cur hp 0, cached hp 0 last hp 0 napi processed before 1524634759ms
[93279.106541] ath11k_pci 0000:01:00.0: src srng id 104 hp 65532, reap_hp 65532, cur tp 0, cached tp 0 last tp 0 napi processed before 93261717ms
[93279.106543] ath11k_pci 0000:01:00.0: src srng id 105 hp 0, reap_hp 504, cur tp 0, cached tp 0 last tp 0 napi processed before 1524634759ms
[93279.106546] ath11k_pci 0000:01:00.0: dst srng id 106 tp 260216, cur hp 260216, cached hp 260216 last hp 260216 napi processed before 9686064ms
[93279.106549] ath11k_pci 0000:01:00.0: dst srng id 109 tp 0, cur hp 0, cached hp 0 last hp 0 napi processed before 9686064ms
[93279.106552] ath11k_pci 0000:01:00.0: src srng id 128 hp 4440, reap_hp 4440, cur tp 406, cached tp 404 last tp 404 napi processed before 40700ms
[93279.106555] ath11k_pci 0000:01:00.0: src srng id 129 hp 0, reap_hp 2046, cur tp 0, cached tp 0 last tp 0 napi processed before 1524634759ms
[93279.106557] ath11k_pci 0000:01:00.0: src srng id 132 hp 1462, reap_hp 1462, cur tp 1464, cached tp 1464 last tp 1464 napi processed before 0ms
[93279.106560] ath11k_pci 0000:01:00.0: dst srng id 133 tp 0, cur hp 0, cached hp 0 last hp 0 napi processed before 9686064ms
[93279.106563] ath11k_pci 0000:01:00.0: src srng id 144 hp 0, reap_hp 2046, cur tp 0, cached tp 0 last tp 0 napi processed before 1524634759ms
[93279.106565] ath11k_pci 0000:01:00.0: src srng id 147 hp 940, reap_hp 940, cur tp 942, cached tp 942 last tp 942 napi processed before 0ms
[93279.106568] ath11k_pci 0000:01:00.0: dst srng id 148 tp 0, cur hp 0, cached hp 0 last hp 0 napi processed before 1524634759ms
[93279.156155] ath11k_pci 0000:01:00.0: Already processed, so ignoring dma ring caps
[93280.471048] ath11k_pci 0000:01:00.0: already resetting count 2
[93282.511195] ath11k_pci 0000:01:00.0: wmi command 36866 timeout
[93282.511206] ath11k_pci 0000:01:00.0: failed to send WMI_STA_POWERSAVE_PARAM_CMDID
[93282.511214] ath11k_pci 0000:01:00.0: could not set uapsd params -11
[93282.511219] ath11k_pci 0000:01:00.0: failed to set sta uapsd: -11
[93285.711229] ath11k_pci 0000:01:00.0: wmi command 20493 timeout
[93285.711246] ath11k_pci 0000:01:00.0: failed to send WMI_VDEV_SET_WMM_PARAMS_CMDID
[93285.711255] ath11k_pci 0000:01:00.0: failed to set wmm params: -11
[93288.911395] ath11k_pci 0000:01:00.0: wmi command 20486 timeout
[93288.911410] ath11k_pci 0000:01:00.0: failed to submit WMI_VDEV_STOP cmd
[93288.911420] ath11k_pci 0000:01:00.0: failed to stop WMI vdev 0: -11
[93288.911427] ath11k_pci 0000:01:00.0: failed to stop vdev 0: -11
[93288.911434] ath11k_pci 0000:01:00.0: failed to find peer vdev_id 0 addr 06:e3:1a:cb:0b:5e in delete
[93288.911441] ath11k_pci 0000:01:00.0: failed to delete peer 06:e3:1a:cb:0b:5e for vdev 0: -22
[93292.111407] ath11k_pci 0000:01:00.0: wmi command 16387 timeout
[93292.111425] ath11k_pci 0000:01:00.0: failed to send WMI_PDEV_SET_PARAM cmd
[93292.111438] ath11k_pci 0000:01:00.0: failed to enable PMF QOS: (-11
[93292.111449] ------------[ cut here ]------------
[93292.111453] Hardware became unavailable during restart.
[93292.111527] WARNING: CPU: 10 PID: 227516 at net/mac80211/util.c:2570 ieee80211_reconfig+0xdf/0x1660 [mac80211]
[93292.111659] Modules linked in: snd_seq_midi snd_seq_midi_event ccm michael_mic uinput cdc_mbim cdc_wdm cdc_ncm cdc_ether usbnet r8152 mii rfcomm snd_seq_dummy snd_hrtimer snd_seq xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_compat br_netfilter bridge stp llc nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject overlay nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c nfnetlink cmac algif_hash algif_skcipher af_alg bnep qrtr_mhi snd_soc_acp6x_mach snd_soc_dmic snd_acp6x_pdm_dma snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr amdgpu intel_rapl_common snd_ctl_led snd_sof qrtr snd_hda_codec_realtek snd_hda_codec_generic snd_sof_utils ath11k_pci snd_hda_codec_hdmi snd_soc_core snd_hda_intel ath11k snd_compress snd_intel_dspcfg ac97_bus snd_usb_audio btusb uvcvideo snd_intel_sdw_acpi qmi_helpers snd_pcm_dmaengine edac_mce_amd btrtl snd_pci_ps videobuf2_vmalloc
[93292.111856] amdxcp snd_usbmidi_lib snd_hda_codec btbcm snd_rpl_pci_acp6x uvc drm_buddy snd_ump mac80211 btintel kvm_amd snd_acp_pci videobuf2_memops snd_hda_core gpu_sched snd_rawmidi vfat libarc4 btmtk videobuf2_v4l2 snd_pci_acp6x i2c_algo_bit snd_hwdep snd_seq_device fat kvm bluetooth drm_suballoc_helper cfg80211 videodev thinkpad_acpi snd_pcm drm_ttm_helper irqbypass snd_pci_acp5x ledtrig_audio ttm snd_timer videobuf2_common ecdh_generic platform_profile think_lmi snd_rn_pci_acp3x rapl psmouse pcspkr snd_acp_config mc firmware_attributes_class snd_soc_acpi rfkill drm_display_helper wmi_bmof snd snd_pci_acp3x thunderbolt mhi cec i2c_piix4 soundcore k10temp joydev amd_pmc acpi_tad mousedev mac_hid loop fuse ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee usbhid crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 nvme serio_raw atkbd aesni_intel ucsi_acpi nvme_core typec_ucsi crypto_simd
[93292.112104] libps2 video xhci_pci hid_multitouch vivaldi_fmap cryptd roles ccp xhci_pci_renesas sp5100_tco nvme_common typec i8042 i2c_hid_acpi serio wmi i2c_hid dm_mod pkcs8_key_parser crypto_user
[93292.112160] CPU: 10 PID: 227516 Comm: kworker/10:0 Tainted: G W 6.5.7-arch1-1 #1 0f5c742c3372ed589b7098a21a0ff406fc2e7c9c
[93292.112170] Hardware name: LENOVO 21CQCTO1WW/21CQCTO1WW, BIOS R22ET61W (1.31 ) 03/21/2023
[93292.112175] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[93292.112262] RIP: 0010:ieee80211_reconfig+0xdf/0x1660 [mac80211]
[93292.112371] Code: 48 8b 04 24 c6 80 8d 05 00 00 00 48 89 c7 e8 f8 7a fb ff 41 89 c5 85 c0 0f 84 c8 02 00 00 48 c7 c7 30 3e 20 c1 e8 91 0b 1a f4 <0f> 0b 48 8b 3c 24 e8 d6 c3 ff ff e9 18 01 00 00 c6 44 24 1f 00 48
[93292.112377] RSP: 0018:ffffb7abcf1ffd50 EFLAGS: 00010286
[93292.112384] RAX: 0000000000000000 RBX: ffff978c5f8c1ad8 RCX: 0000000000000027
[93292.112388] RDX: ffff97935f0a16c8 RSI: 0000000000000001 RDI: ffff97935f0a16c0
[93292.112392] RBP: ffff978c5f8c1f48 R08: 0000000000000000 R09: ffffb7abcf1ffbe0
[93292.112396] R10: 0000000000000003 R11: ffffffffb70ca068 R12: ffff978c5f8c1ad8
[93292.112400] R13: 00000000fffffff5 R14: ffff97935f0b9c05 R15: ffff978c5f8c1f50
[93292.112405] FS: 0000000000000000(0000) GS:ffff97935f080000(0000) knlGS:0000000000000000
[93292.112410] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[93292.112415] CR2: 00007fd8ce48b000 CR3: 00000002ad820000 CR4: 0000000000750ee0
[93292.112420] PKRU: 55555554
[93292.112423] Call Trace:
[93292.112431] <TASK>
[93292.112435] ? ieee80211_reconfig+0xdf/0x1660 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.112540] ? __warn+0x81/0x130
[93292.112557] ? ieee80211_reconfig+0xdf/0x1660 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.112663] ? report_bug+0x171/0x1a0
[93292.112675] ? prb_read_valid+0x1b/0x30
[93292.112684] ? srso_alias_return_thunk+0x5/0x7f
[93292.112696] ? handle_bug+0x3c/0x80
[93292.112705] ? exc_invalid_op+0x17/0x70
[93292.112712] ? asm_exc_invalid_op+0x1a/0x20
[93292.112728] ? ieee80211_reconfig+0xdf/0x1660 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.112833] ? srso_alias_return_thunk+0x5/0x7f
[93292.112840] ? srso_alias_return_thunk+0x5/0x7f
[93292.112845] ? synchronize_rcu_expedited+0x356/0x430
[93292.112856] ? __pfx_wait_rcu_exp_gp+0x10/0x10
[93292.112862] ? __pfx_autoremove_wake_function+0x10/0x10
[93292.112877] ieee80211_restart_work+0xfc/0x150 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.112964] process_one_work+0x1e1/0x3f0
[93292.112977] worker_thread+0x51/0x390
[93292.112986] ? __pfx_worker_thread+0x10/0x10
[93292.112992] kthread+0xe8/0x120
[93292.113001] ? __pfx_kthread+0x10/0x10
[93292.113010] ret_from_fork+0x34/0x50
[93292.113020] ? __pfx_kthread+0x10/0x10
[93292.113028] ret_from_fork_asm+0x1b/0x30
[93292.113049] </TASK>
[93292.113053] ---[ end trace 0000000000000000 ]---
[93292.144980] ------------[ cut here ]------------
[93292.144992] WARNING: CPU: 10 PID: 227516 at net/mac80211/driver-ops.c:39 drv_stop+0xf5/0x100 [mac80211]
[93292.145102] Modules linked in: snd_seq_midi snd_seq_midi_event ccm michael_mic uinput cdc_mbim cdc_wdm cdc_ncm cdc_ether usbnet r8152 mii rfcomm snd_seq_dummy snd_hrtimer snd_seq xt_conntrack xt_MASQUERADE nf_conntrack_netlink xt_addrtype nft_compat br_netfilter bridge stp llc nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject overlay nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c nfnetlink cmac algif_hash algif_skcipher af_alg bnep qrtr_mhi snd_soc_acp6x_mach snd_soc_dmic snd_acp6x_pdm_dma snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr amdgpu intel_rapl_common snd_ctl_led snd_sof qrtr snd_hda_codec_realtek snd_hda_codec_generic snd_sof_utils ath11k_pci snd_hda_codec_hdmi snd_soc_core snd_hda_intel ath11k snd_compress snd_intel_dspcfg ac97_bus snd_usb_audio btusb uvcvideo snd_intel_sdw_acpi qmi_helpers snd_pcm_dmaengine edac_mce_amd btrtl snd_pci_ps videobuf2_vmalloc
[93292.145300] amdxcp snd_usbmidi_lib snd_hda_codec btbcm snd_rpl_pci_acp6x uvc drm_buddy snd_ump mac80211 btintel kvm_amd snd_acp_pci videobuf2_memops snd_hda_core gpu_sched snd_rawmidi vfat libarc4 btmtk videobuf2_v4l2 snd_pci_acp6x i2c_algo_bit snd_hwdep snd_seq_device fat kvm bluetooth drm_suballoc_helper cfg80211 videodev thinkpad_acpi snd_pcm drm_ttm_helper irqbypass snd_pci_acp5x ledtrig_audio ttm snd_timer videobuf2_common ecdh_generic platform_profile think_lmi snd_rn_pci_acp3x rapl psmouse pcspkr snd_acp_config mc firmware_attributes_class snd_soc_acpi rfkill drm_display_helper wmi_bmof snd snd_pci_acp3x thunderbolt mhi cec i2c_piix4 soundcore k10temp joydev amd_pmc acpi_tad mousedev mac_hid loop fuse ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee usbhid crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 nvme serio_raw atkbd aesni_intel ucsi_acpi nvme_core typec_ucsi crypto_simd
[93292.145546] libps2 video xhci_pci hid_multitouch vivaldi_fmap cryptd roles ccp xhci_pci_renesas sp5100_tco nvme_common typec i8042 i2c_hid_acpi serio wmi i2c_hid dm_mod pkcs8_key_parser crypto_user
[93292.145601] CPU: 10 PID: 227516 Comm: kworker/10:0 Tainted: G W 6.5.7-arch1-1 #1 0f5c742c3372ed589b7098a21a0ff406fc2e7c9c
[93292.145612] Hardware name: LENOVO 21CQCTO1WW/21CQCTO1WW, BIOS R22ET61W (1.31 ) 03/21/2023
[93292.145617] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[93292.145703] RIP: 0010:drv_stop+0xf5/0x100 [mac80211]
[93292.145789] Code: 0c 00 48 85 c0 74 0c 48 8b 78 08 48 89 de e8 52 17 05 00 65 ff 0d 23 8f f6 3e 0f 85 39 ff ff ff e8 e0 a1 13 f4 e9 2f ff ff ff <0f> 0b 5b e9 c3 ce ec f4 0f 1f 00 90 90 90 90 90 90 90 90 90 90 90
[93292.145795] RSP: 0018:ffffb7abcf1ffcb8 EFLAGS: 00010246
[93292.145802] RAX: 0000000000000000 RBX: ffff978c5f8c0900 RCX: ffff978c4b269e68
[93292.145806] RDX: 0000000000000000 RSI: 0000000000000282 RDI: ffff978c5f8c0900
[93292.145810] RBP: ffff978c5f8c1b38 R08: ffff978c40400a48 R09: ffffffffb70508e0
[93292.145814] R10: 0000000000000000 R11: 0000000000000000 R12: ffff978c5f8c0900
[93292.145818] R13: ffff978c62e59ca0 R14: ffff978c5f8c1208 R15: 0000000000000000
[93292.145822] FS: 0000000000000000(0000) GS:ffff97935f080000(0000) knlGS:0000000000000000
[93292.145827] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[93292.145832] CR2: 00007fd8ce48b000 CR3: 00000002ad820000 CR4: 0000000000750ee0
[93292.145837] PKRU: 55555554
[93292.145840] Call Trace:
[93292.145846] <TASK>
[93292.145850] ? drv_stop+0xf5/0x100 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.145936] ? __warn+0x81/0x130
[93292.145950] ? drv_stop+0xf5/0x100 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.146039] ? report_bug+0x171/0x1a0
[93292.146056] ? handle_bug+0x3c/0x80
[93292.146065] ? exc_invalid_op+0x17/0x70
[93292.146072] ? asm_exc_invalid_op+0x1a/0x20
[93292.146090] ? drv_stop+0xf5/0x100 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.146177] ? ieee80211_stop_device+0x3b/0x50 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.146295] ieee80211_do_stop+0x5d0/0x890 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.146402] ieee80211_stop+0x4d/0x180 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.146499] __dev_close_many+0x9e/0x110
[93292.146515] dev_close_many+0x8f/0x150
[93292.146523] ? __pfx_wait_rcu_exp_gp+0x10/0x10
[93292.146536] dev_close+0x83/0xb0
[93292.146548] cfg80211_shutdown_all_interfaces+0x4d/0xf0 [cfg80211 da7bd96e628979286d75c232526d2fb742a013c7]
[93292.146641] ieee80211_restart_work+0x127/0x150 [mac80211 a6d53aecf4e28c233e7b6059eace68fc0d8962a8]
[93292.146729] process_one_work+0x1e1/0x3f0
[93292.146742] worker_thread+0x51/0x390
[93292.146751] ? __pfx_worker_thread+0x10/0x10
[93292.146757] kthread+0xe8/0x120
[93292.146767] ? __pfx_kthread+0x10/0x10
[93292.146776] ret_from_fork+0x34/0x50
[93292.146786] ? __pfx_kthread+0x10/0x10
[93292.146794] ret_from_fork_asm+0x1b/0x30
[93292.146815] </TASK>
[93292.146819] ---[ end trace 0000000000000000 ]---
Any help or pointers would be appreciated!