aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2017-01-31 20:57:40 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2017-01-31 20:57:40 +0000
commit39d5467677ef468eac9040e0c4fb24fc8f332465 (patch)
tree10640a56d10bbc281636eb23e8b5d7b391cb1de8 /sys/dev/ath
parentc7f3d08d40187bda31a4cb4ac5399026a816af81 (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath_tx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c
index 0a248bedc5a64..5d678ecbfb4fd 100644
--- a/sys/dev/ath/if_ath_tx.c
+++ b/sys/dev/ath/if_ath_tx.c
@@ -2979,7 +2979,9 @@ ath_tx_tid_seqno_assign(struct ath_softc *sc, struct ieee80211_node *ni,
M_SEQNO_SET(m0, seqno);
/* Return so caller can do something with it if needed */
- DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: -> seqno=%d\n", __func__, seqno);
+ DPRINTF(sc, ATH_DEBUG_SW_TX,
+ "%s: -> subtype=0x%x, tid=%d, seqno=%d\n",
+ __func__, subtype, tid, seqno);
return seqno;
}