module-avb: milan: acquiring not supported directly called

This commit is contained in:
hackerman-kl 2025-12-06 08:34:19 +01:00
parent 198f4a92f5
commit f65d5654d3

View file

@ -281,7 +281,8 @@ static const struct cmd_info cmd_info_avb_legacy[] = {
static const struct cmd_info cmd_info_milan_v12[] = {
/** Milan V1.2 should not implement acquire */
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_ACQUIRE_ENTITY, true, NULL),
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_ACQUIRE_ENTITY, true,
direct_reply_not_supported),
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_LOCK_ENTITY, false,
handle_cmd_lock_entity_milan_v12),