Flags to describe transmit control
enum mac80211_tx_control_flags { IEEE80211_TX_CTRL_PORT_CTRL_PROTO };
IEEE80211_TX_CTRL_PORT_CTRL_PROTO
this frame is a port control protocol frame (e.g. EAP)
These flags are used in tx_info->control.flags.
Johannes Berg <[email protected]>
Author.