diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2015-11-27 22:33:40 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2015-11-27 22:33:40 +0000 |
| commit | 20b0b9ea743f97a5bcf1c1f618564f75414b783a (patch) | |
| tree | 0318ee63dc9bd1c6e279ec08976f598148320cc2 /sys/dev/ath/if_ath_tx_ht.c | |
| parent | c6d2bd481241758c07ea3a3ca30b8174f04ea761 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/if_ath_tx_ht.c')
| -rw-r--r-- | sys/dev/ath/if_ath_tx_ht.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/ath/if_ath_tx_ht.c b/sys/dev/ath/if_ath_tx_ht.c index 36c3dff5fbc4..87b766cd507f 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 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 */ |
