Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2024 15:39:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 274382] iwlwifi Invalid TXQ id
Message-ID:  <bug-274382-21060-8ySn6PQ9He@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274382-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274382-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274382

--- Comment #32 from Cheng Cui <cc@FreeBSD.org> ---
(In reply to Bjoern A. Zeeb from comment #30)

It is reliably reproduced. I have attached the "iwl_mvm_tx_mpdu log message=
s"
from console after running the below script. Please let me know if there is=
 any
more log knob needed to setup.

root@n1iwlvm:~ # cat test.tcsh=20
#!/bin/tcsh -f

set cnt =3D $argv[1]
set i =3D 0
while ($i < $cnt)
        @ i =3D $i + 1
        echo "($i)"
        service netif restart && sleep 10
        ifconfig wlan0
        echo "run scp now"
        scp /tmp/data.txt root@n2fbsd:/tmp/
end
root@n1iwlvm:~ #

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274382-21060-8ySn6PQ9He>