mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Disable debugging entries about BAW issues. I haven't seen any issues
to do with BAW tracking in the last 9 months or so.
This commit is contained in:
parent
75dbe5f2b6
commit
ce597531f2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247135
@ -3631,12 +3631,14 @@ ath_tx_default_comp(struct ath_softc *sc, struct ath_buf *bf, int fail)
|
||||
st = ((bf->bf_state.bfs_txflags & HAL_TXDESC_NOACK) == 0) ?
|
||||
ts->ts_status : HAL_TXERR_XRETRY;
|
||||
|
||||
#if 0
|
||||
if (bf->bf_state.bfs_dobaw)
|
||||
device_printf(sc->sc_dev,
|
||||
"%s: bf %p: seqno %d: dobaw should've been cleared!\n",
|
||||
__func__,
|
||||
bf,
|
||||
SEQNO(bf->bf_state.bfs_seqno));
|
||||
#endif
|
||||
if (bf->bf_next != NULL)
|
||||
device_printf(sc->sc_dev,
|
||||
"%s: bf %p: seqno %d: bf_next not NULL!\n",
|
||||
|
@ -3373,6 +3373,7 @@ ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an,
|
||||
ath_tx_update_baw(sc, an, tid, bf);
|
||||
bf->bf_state.bfs_dobaw = 0;
|
||||
}
|
||||
#if 0
|
||||
/*
|
||||
* This has become a non-fatal error now
|
||||
*/
|
||||
@ -3380,6 +3381,7 @@ ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an,
|
||||
device_printf(sc->sc_dev,
|
||||
"%s: wasn't added: seqno %d\n",
|
||||
__func__, SEQNO(bf->bf_state.bfs_seqno));
|
||||
#endif
|
||||
}
|
||||
TAILQ_INSERT_TAIL(bf_cq, bf, bf_list);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user