#!/bin/sh
# DF-1145 runtime trigger is NOT exercisable on this guest.
# The iwm RX MPDU path runs only when an Intel Wireless 7260/8000/9000/9260
# adapter is present and the driver is loaded+associated, and the unbounded
# length is the firmware-supplied byte_count/mpdu_len in a received frame.
# This QEMU/KVM guest has no WiFi adapter at all (only vtnet0/lo0), and iwm
# is not in GENERIC. See VERDICT.md.
echo "DF-1145: runtime trigger requires Intel WiFi HW + firmware delivering"
echo "         an oversized MPDU. Not exercisable on this QEMU/KVM guest."
echo "         See VERDICT.md for the source-level confirmation + fix."
exit 0
