summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-09-20 01:18:36 +0000
committeradrian <adrian@FreeBSD.org>2014-09-20 01:18:36 +0000
commit078619979c654fcb2c7001caaceacfb7075acc8e (patch)
treec4c341ca82a8635d286e28927853efd5d03dd618 /sys/contrib/dev
parentb181d9b43fb6bc61df1576176375ce22af727e65 (diff)
downloadFreeBSD-src-078619979c654fcb2c7001caaceacfb7075acc8e.zip
FreeBSD-src-078619979c654fcb2c7001caaceacfb7075acc8e.tar.gz
Quieten the AR9300 HAL attach a little - the setupXTxDesc method
is only called during attach now. The EDMA TX path never calls this - only the legacy TX path does.
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r--sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c
index ab7842f..ff4baa0 100644
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c
@@ -468,11 +468,13 @@ ar9300_freebsd_setup_x_tx_desc(struct ath_hal *ah, struct ath_desc *ds,
u_int txRate3, u_int txTries3)
{
+#if 0
ath_hal_printf(ah, "%s: called, 0x%x/%d, 0x%x/%d, 0x%x/%d\n",
__func__,
txRate1, txTries1,
txRate2, txTries2,
txRate3, txTries3);
+#endif
/* XXX should only be called during probe */
return (AH_TRUE);
OpenPOWER on IntegriCloud