mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
[ath] log seqno, type and subtype when assigning sequence numbers for A-MPDU.
This is just to improve adrian-debugging.
This commit is contained in:
parent
c7f3d08d40
commit
39d5467677
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313026
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user