X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fnet%2Fmac80211.h;h=c061044769737f72a54bb1afe8e70c6d77ca38a7;hb=7c6a1c65bbd3be688e581511f45818663efc1877;hp=17d61d19d9125cbdde3cdb2f8a5840d9bf4f2421;hpb=1f87f7d3a3b42b20f34cb03f0fd1a41c3d0e27f3;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 17d61d1..c061044 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -239,6 +239,8 @@ struct ieee80211_bss_conf { * @IEEE80211_TX_INTFL_NEED_TXPROCESSING: completely internal to mac80211, * used to indicate that a pending frame requires TX processing before * it can be sent out. + * @IEEE80211_TX_INTFL_RETRIED: completely internal to mac80211, + * used to indicate that a frame was already retried due to PS */ enum mac80211_tx_control_flags { IEEE80211_TX_CTL_REQ_TX_STATUS = BIT(0), @@ -256,6 +258,7 @@ enum mac80211_tx_control_flags { IEEE80211_TX_CTL_RATE_CTRL_PROBE = BIT(12), IEEE80211_TX_INTFL_RCALGO = BIT(13), IEEE80211_TX_INTFL_NEED_TXPROCESSING = BIT(14), + IEEE80211_TX_INTFL_RETRIED = BIT(15), }; /**