1
0
Fork 0

Compare commits

..

1 Commits

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,
}
}