Author: adrian
Date: Tue Jan 31 20:57:40 2017
New Revision: 313026
URL: https://svnweb.freebsd.org/changeset/base/313026

Log:
  [ath] log seqno, type and subtype when assigning sequence numbers for A-MPDU.
  
  This is just to improve adrian-debugging.

Modified:
  head/sys/dev/ath/if_ath_tx.c

Modified: head/sys/dev/ath/if_ath_tx.c
==============================================================================
--- head/sys/dev/ath/if_ath_tx.c        Tue Jan 31 20:13:50 2017        
(r313025)
+++ head/sys/dev/ath/if_ath_tx.c        Tue Jan 31 20:57:40 2017        
(r313026)
@@ -2979,7 +2979,9 @@ ath_tx_tid_seqno_assign(struct ath_softc
        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;
 }
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to