diff options
Diffstat (limited to 'src/drivers/net/e1000.c')
| -rw-r--r-- | src/drivers/net/e1000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/e1000.c b/src/drivers/net/e1000.c index d89deb7a8..3ec7991fb 100644 --- a/src/drivers/net/e1000.c +++ b/src/drivers/net/e1000.c @@ -3536,7 +3536,6 @@ e1000_transmit (struct nic *nic, const char *d, /* Destination */ E1000_WRITE_REG (&hw, TDT, tx_tail); while (!(txp->upper.data & E1000_TXD_STAT_DD)) { udelay(10); /* give the nic a chance to write to the register */ - poll_interruptions(); } DEBUGFUNC("send end"); } |
