1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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.
This commit is contained in:
Adrian Chadd 2014-09-20 01:18:36 +00:00
parent f3bf91638b
commit 88c0971a31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271886

View File

@ -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);