From 19b34b5685c4b3721b70acbcd83fa17e6dba30dd Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sat, 28 Nov 2015 00:14:37 +0000 Subject: [PATCH] wrap in ATH_DEBUG. Thanks sparc64 build! --- sys/dev/ath/if_ath_tx_ht.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ath/if_ath_tx_ht.c b/sys/dev/ath/if_ath_tx_ht.c index 87b766cd507..af0f77975d9 100644 --- a/sys/dev/ath/if_ath_tx_ht.c +++ b/sys/dev/ath/if_ath_tx_ht.c @@ -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