Hi, when connecting to an open wifi I get following message:
iwm0: unhandled firmware response 0xce/0xb800002c rx ring 0[48] I added another case which ignores the IWM_BT_PROFILE_NOTIFICATION. I didn't notice any change when connecting, except that the message is gone. diff --git sys/dev/pci/if_iwm.c sys/dev/pci/if_iwm.c index fa3c1c82cc8..5b7b116dba4 100644 --- sys/dev/pci/if_iwm.c +++ sys/dev/pci/if_iwm.c @@ -7320,6 +7320,9 @@ iwm_notif_intr(struct iwm_softc *sc) IWM_FSEQ_VER_MISMATCH_NOTIFICATION): break; + case IWM_BT_PROFILE_NOTIFICATION: + break; + /* * Firmware versions 21 and 22 generate some DEBUG_LOG_MSG * messages. Just ignore them for now.