Fix typo.
Pointed out: marius Approved by: re (bmah)
This commit is contained in:
parent
6160c569c2
commit
871cc6fe9f
@ -904,8 +904,8 @@ nfe_link_task(void *arg, int pending)
|
||||
txctl &= ~NFE_TX_START;
|
||||
rxctl &= ~NFE_RX_START;
|
||||
}
|
||||
NFE_WRITE(sc, NFE_TX_CTL, NFE_TX_START);
|
||||
NFE_WRITE(sc, NFE_RX_CTL, NFE_RX_START);
|
||||
NFE_WRITE(sc, NFE_TX_CTL, txctl);
|
||||
NFE_WRITE(sc, NFE_RX_CTL, rxctl);
|
||||
|
||||
NFE_UNLOCK(sc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user