|
@@ -275,6 +275,8 @@ struct ieee80211_bss_conf {
|
|
* @IEEE80211_TX_INTFL_RETRANSMISSION: This frame is being retransmitted
|
|
* @IEEE80211_TX_INTFL_RETRANSMISSION: This frame is being retransmitted
|
|
* after TX status because the destination was asleep, it must not
|
|
* after TX status because the destination was asleep, it must not
|
|
* be modified again (no seqno assignment, crypto, etc.)
|
|
* be modified again (no seqno assignment, crypto, etc.)
|
|
|
|
+ * @IEEE80211_TX_INTFL_HAS_RADIOTAP: This frame was injected and still
|
|
|
|
+ * has a radiotap header at skb->data.
|
|
*/
|
|
*/
|
|
enum mac80211_tx_control_flags {
|
|
enum mac80211_tx_control_flags {
|
|
IEEE80211_TX_CTL_REQ_TX_STATUS = BIT(0),
|
|
IEEE80211_TX_CTL_REQ_TX_STATUS = BIT(0),
|
|
@@ -296,6 +298,7 @@ enum mac80211_tx_control_flags {
|
|
IEEE80211_TX_CTL_PSPOLL_RESPONSE = BIT(17),
|
|
IEEE80211_TX_CTL_PSPOLL_RESPONSE = BIT(17),
|
|
IEEE80211_TX_CTL_MORE_FRAMES = BIT(18),
|
|
IEEE80211_TX_CTL_MORE_FRAMES = BIT(18),
|
|
IEEE80211_TX_INTFL_RETRANSMISSION = BIT(19),
|
|
IEEE80211_TX_INTFL_RETRANSMISSION = BIT(19),
|
|
|
|
+ IEEE80211_TX_INTFL_HAS_RADIOTAP = BIT(20),
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|