CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/30 09:49:34
Modified files:
sys/dev/ic : bwfm.c
Log message:
Do not send (normal) packets before we reach the run state. Logic copied
from iwm(4), which also looks at the TX_MGMT_ONLY flag. We don't expect
that flag to be ever set for bwfm(4), but it shouldn't hurt and it keeps
things consistent across drivers.
This fixes issues with suspend/resume (including firmware crashes seen on
the M2 Macbook Air).
ok patrick@, stsp@
