diff options
author | adrian <adrian@FreeBSD.org> | 2013-02-21 02:52:13 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-02-21 02:52:13 +0000 |
commit | 770f143d2fa2854e28cb0fc50610a57c9bbadec1 (patch) | |
tree | 561eae2e252d0e36cb035ecc5b428eec0b5bfb6f /sys/dev/ath/ath_hal | |
parent | 3bd19e3992138bb7ec25caa4ec51f9e4ddb357b8 (diff) | |
download | FreeBSD-src-770f143d2fa2854e28cb0fc50610a57c9bbadec1.zip FreeBSD-src-770f143d2fa2854e28cb0fc50610a57c9bbadec1.tar.gz |
Remove this unneeded printf(), sorry!
Diffstat (limited to 'sys/dev/ath/ath_hal')
-rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416_attach.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c index 30d1161..6dc5a61 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c @@ -254,10 +254,6 @@ ar5416InitState(struct ath_hal_5416 *ahp5416, uint16_t devid, HAL_SOFTC sc, AH5212(ah)->ah_txTrigLev = (AR_FTRIG_512B >> AR_FTRIG_S); AH5212(ah)->ah_maxTxTrigLev = ((4096 / 64) - 1); } - ath_hal_printf(ah, "%s: trigLev=%d, maxTxTrigLev=%d\n", - __func__, - AH5212(ah)->ah_txTrigLev, - AH5212(ah)->ah_maxTxTrigLev); #undef AR_FTRIG_512B } |