mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
wrap in ATH_DEBUG.
Thanks sparc64 build!
This commit is contained in:
parent
20b0b9ea74
commit
19b34b5685
1 changed files with 2 additions and 2 deletions
|
|
@ -585,7 +585,7 @@ ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
|
|||
}
|
||||
}
|
||||
|
||||
#if 1
|
||||
#ifdef ATH_DEBUG
|
||||
static void
|
||||
ath_rateseries_print(struct ath_softc *sc, HAL_11N_RATE_SERIES *series)
|
||||
{
|
||||
|
|
@ -627,7 +627,7 @@ ath_buf_set_rate(struct ath_softc *sc, struct ieee80211_node *ni,
|
|||
|
||||
ath_rateseries_setup(sc, ni, bf, series);
|
||||
|
||||
#if 1
|
||||
#ifdef ATH_DEBUG
|
||||
if (sc->sc_debug & ATH_DEBUG_XMIT)
|
||||
ath_rateseries_print(sc, series);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue