diff --git a/arch/risc-v/src/mpfs/mpfs_ethernet.c b/arch/risc-v/src/mpfs/mpfs_ethernet.c index 3407f2b731a68..a17793dfde106 100644 --- a/arch/risc-v/src/mpfs/mpfs_ethernet.c +++ b/arch/risc-v/src/mpfs/mpfs_ethernet.c @@ -574,13 +574,6 @@ static void mpfs_txdone(struct mpfs_ethmac_s *priv, unsigned int queue) priv->queue[queue].txtail = 0; } - - /* At least one TX descriptor is available. Re-enable RX interrupts. - * RX interrupts may previously have been disabled when we ran out of - * TX descriptors (see comments in mpfs_transmit()). - */ - - *priv->queue[queue].int_enable = INT_RX; } /* Then poll the network for new XMIT data */