Userspace packet injector applications might want to transmit packets that are, by design, not supposed to be acked. In other cases, an injector application may need to control the sequence number of the packets it transmits. Introduce 2 new flags in the "TX flags" Radiotap fields, controlling these 2 behaviors. The new fields are as follows: * IEEE80211_RADIOTAP_TX_FLAGS IEEE80211_RADIOTAP_F_TX_NO_ACK: Transmit the packet once with no waiting for an ACK and no retrying if no ACK received IEEE80211_RADIOTAP_F_TX_NO_SEQ: Use the sequence number already present in the 802.11 header, do not generate a new one in the driver/stack. Useful when injecting fragments with the same sequence number. Signed-off-by: Gábor Stefanik <netrolller.3d@xxxxxxxxx> -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html