On Sat, Jul 20, 2024 at 12:48:47AM +0100, Kirill A. Korinsky wrote:
> Jul 19 11:59:10 matebook /bsd: iwx0: 0x2010350B | ADVANCED_SYSASSERT

According to intel linux devs this error means we already allocated a
BAID for this STA/TID and are trying to add it again.
Our driver must have some race condition which triggers a duplicate
addba command sent to firmware. This needs to be found and fixed.

And indeed the AP seems to be sending quite a lot of addba frames:

> Jul 19 11:59:11 matebook /bsd: iwx0: sending addba_resp to e4:fa:c4:53:4e:a2 
> on channel 2 mode 11n
> Jul 19 11:59:12 matebook /bsd: iwx0: sending addba_resp to e4:fa:c4:53:4e:a2 
> on channel 2 mode 11n

As a workaround you can disable 11n mode on this AP: ifconfig iwm0 mode 11g
To clear forced 11g mode again: ifconfig iwm0 -mode

I cannot work on a fix until in a few weeks, due to a broken wrist bone.

Reply via email to