icE1usb fw: Fix OIS -> AIS typo

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I23f242c31483533adb9cb60b4aac9b95a7b807e8
This commit is contained in:
Sylvain Munaut 2024-04-29 15:09:05 +02:00
parent b5a7e87e14
commit 621a590a9e
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ _e1_update_cr_val(int port)
/* TX */
if (e1->tx.state == IDLE) {
/* "Off" state: We TX only OIS */
/* "Off" state: We TX only AIS */
e1->tx.cr.val = (e1->tx.cr.cfg & ~(E1_TX_CR_MODE_MASK | E1_TX_CR_ALARM)) | E1_TX_CR_ENABLE | E1_TX_CR_MODE_TRSP;
} else {
/* "On state: Enabled + User config */