CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/19 13:36:43
Modified files:
sys/dev/pci : if_iwx.c
sys/net80211 : ieee80211_node.c ieee80211_node.h
Log message:
handle dynamic channel width changes correctly in iwx(4)
Avoids fatal firmware error ADVANCED_SYSASSERT 0x20101A28, where the
fw station on a PHY has a higher Tx rate scaling bandwidth than the PHY.
Thanks to Johannes Berg for explaining the firmware error code to me.
Problem reported and fix tested by Robert Palm.
