Skip to content

Commit dacdc44

Browse files
committed
Remove these bits, we shouldn't have to set them
1 parent d716770 commit dacdc44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/dma/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,6 @@ impl<'rx, 'tx> EthernetDMA<'rx, 'tx> {
351351
.set_bit()
352352
.tbu()
353353
.set_bit()
354-
.eti()
355-
.set_bit()
356-
.eri()
357-
.set_bit()
358354
});
359355

360356
if status.fbe().bit_is_set() {

0 commit comments

Comments
 (0)