mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo.
Pointed out: marius Approved by: re (bmah)
This commit is contained in:
parent
4486adc51f
commit
50c55b295c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue