aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2020-04-27 13:26:43 +0000
committerMark Johnston <markj@FreeBSD.org>2020-04-27 13:26:43 +0000
commit6844522a9aa848b40555fe8cc9d9d353e942f1f2 (patch)
tree990c0cca6df2032621d5b837a08a879830c748d9 /sys/dev/iwm
parentcade08387c3ad03b01d776868ed247ec330ed6a1 (diff)
Notes
Diffstat (limited to 'sys/dev/iwm')
-rw-r--r--sys/dev/iwm/if_iwm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/iwm/if_iwm.c b/sys/dev/iwm/if_iwm.c
index 9237309d3f3e..9db6c029a7ac 100644
--- a/sys/dev/iwm/if_iwm.c
+++ b/sys/dev/iwm/if_iwm.c
@@ -5623,9 +5623,8 @@ iwm_handle_rxb(struct iwm_softc *sc, struct mbuf *m)
default:
device_printf(sc->sc_dev,
- "frame %d/%d %x UNHANDLED (this should "
- "not happen)\n", qid & ~0x80, idx,
- pkt->len_n_flags);
+ "code %x, frame %d/%d %x unhandled\n",
+ code, qid & ~0x80, idx, pkt->len_n_flags);
break;
}