mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
Enable TX interrupts only when we need TDAs.
This commit is contained in:
@@ -673,7 +673,6 @@ SONIC_STATIC int sonic_raw (struct iface *iface, struct mbuf **bpp)
|
||||
dp->tdaActiveCount++;
|
||||
dp->tdaHead = tdp;
|
||||
|
||||
sonic_enable_interrupts( rp, (IMR_PINTEN | IMR_PTXEN | IMR_TXEREN) );
|
||||
sonic_write_register( rp, SONIC_REG_CR, CR_TXP );
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user