diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2015-11-28 00:14:37 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2015-11-28 00:14:37 +0000 |
| commit | 19b34b5685c4b3721b70acbcd83fa17e6dba30dd (patch) | |
| tree | 6705629c245fa398c3c9a335c7cc325a7f712b47 /sys/dev/ath | |
| parent | 20b0b9ea743f97a5bcf1c1f618564f75414b783a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath_tx_ht.c | 4 |
1 files 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 87b766cd507f..af0f77975d9f 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 |
