diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2017-01-31 20:57:40 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2017-01-31 20:57:40 +0000 |
| commit | 39d5467677ef468eac9040e0c4fb24fc8f332465 (patch) | |
| tree | 10640a56d10bbc281636eb23e8b5d7b391cb1de8 /sys/dev/ath | |
| parent | c7f3d08d40187bda31a4cb4ac5399026a816af81 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath_tx.c | 4 |
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; } |
