mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove this unneeded printf(), sorry!
This commit is contained in:
parent
b96f7e0a60
commit
054eace83f
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue