CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/11 04:13:10
Modified files:
sys/dev/pci : if_iwx.c
Log message:
set the assoc ID field in iwx(4) firmware commands correctly
Newer firmware does not like seeing bits 0xc000 set in the assoc ID.
The AP sets these bits but they don't belong to the actual ID value.
Mask these bits out to prevent fatal firmware errors.
Thanks to Johannes Berg for deciphering firmware sysassert code 0x20103312.
I likely would have gotten stuck trying to find the solution by myself.