CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/16 15:35:20
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Some net80211 state changes are triggered by incoming frames, and it is
possible for such frames to move iwm(4) to the same state, e.g. AUTH->AUTH.
Do not bother the firmware with such no-op state changes because that runs
a high risk of hitting firmware errors.
Problem reported by Gregor Best.
