drtio: add InjectionRequest to expects_response

This commit is contained in:
Sébastien Bourdeauducq 2024-11-26 14:58:24 +08:00
parent 1f5ea41934
commit e1f493f3ca
1 changed files with 2 additions and 1 deletions

View File

@ -1268,7 +1268,8 @@ impl Packet {
| Packet::SubkernelMessageAck { .. }
| Packet::DmaPlaybackStatus { .. }
| Packet::SubkernelFinished { .. }
| Packet::CoreMgmtDropLinkAck { .. } => false,
| Packet::CoreMgmtDropLinkAck { .. }
| Packet::InjectionRequest { .. } => false,
_ => true,
}
}