om2k: Rename MCTR config request constants for consistency

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I776b0016837e018500ef69acb2f30a274008818e
This commit is contained in:
Sylvain Munaut 2020-05-05 20:09:36 +02:00
parent dbd1b50604
commit a40b75e44d
1 changed files with 6 additions and 6 deletions

View File

@ -219,13 +219,13 @@ enum abis_om2k_msgtype {
OM2K_MSGT_FEATURE_CTRL_COMPL = 0x011a,
OM2K_MSGT_FEATURE_CTRL_REJ = 0x011b,
OM2K_MSGT_MCTR_CONFIG_REQ = 0x012c,
OM2K_MSGT_MCTR_CONFIG_REQ_ACK = 0x012e,
OM2K_MSGT_MCTR_CONFIG_REQ_REJ = 0x012f,
OM2K_MSGT_MCTR_CONF_REQ = 0x012c,
OM2K_MSGT_MCTR_CONF_REQ_ACK = 0x012e,
OM2K_MSGT_MCTR_CONF_REQ_REJ = 0x012f,
OM2K_MSGT_MCTR_CONFIG_RES_ACK = 0x0130,
OM2K_MSGT_MCTR_CONFIG_RES_NACK = 0x0131,
OM2K_MSGT_MCTR_CONFIG_RES = 0x0132,
OM2K_MSGT_MCTR_CONF_RES_ACK = 0x0130,
OM2K_MSGT_MCTR_CONF_RES_NACK = 0x0131,
OM2K_MSGT_MCTR_CONF_RES = 0x0132,
OM2K_MSGT_MCTR_STATS_REP_ACK = 0x0134,
OM2K_MSGT_MCTR_STATS_REP_NACK = 0x0135,