mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
[ath] conditionally print out the rate series information if ATH_DEBUG_XMIT is set.
This commit is contained in:
parent
c6d2bd4812
commit
20b0b9ea74
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291411
@ -585,7 +585,7 @@ ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
static void
|
||||
ath_rateseries_print(struct ath_softc *sc, HAL_11N_RATE_SERIES *series)
|
||||
{
|
||||
@ -627,8 +627,9 @@ ath_buf_set_rate(struct ath_softc *sc, struct ieee80211_node *ni,
|
||||
|
||||
ath_rateseries_setup(sc, ni, bf, series);
|
||||
|
||||
#if 0
|
||||
ath_rateseries_print(sc, series);
|
||||
#if 1
|
||||
if (sc->sc_debug & ATH_DEBUG_XMIT)
|
||||
ath_rateseries_print(sc, series);
|
||||
#endif
|
||||
|
||||
/* Set rate scenario */
|
||||
|
Loading…
Reference in New Issue
Block a user