aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 8a086a8ac270..91cee0f0aa71 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -192,9 +192,15 @@ struct ieee80211_tx_control {
192#define IEEE80211_TXCTL_FIRST_FRAGMENT (1<<8) /* this is a first fragment of 192#define IEEE80211_TXCTL_FIRST_FRAGMENT (1<<8) /* this is a first fragment of
193 * the frame */ 193 * the frame */
194#define IEEE80211_TXCTL_TKIP_NEW_PHASE1_KEY (1<<9) 194#define IEEE80211_TXCTL_TKIP_NEW_PHASE1_KEY (1<<9)
195#define IEEE80211_TXCTL_LONG_RETRY_LIMIT (1<<10) /* this frame should be send
196 * using the through
197 * set_retry_limit configured
198 * long retry value */
195 u32 flags; /* tx control flags defined 199 u32 flags; /* tx control flags defined
196 * above */ 200 * above */
197 u8 retry_limit; /* 1 = only first attempt, 2 = one retry, .. */ 201 u8 retry_limit; /* 1 = only first attempt, 2 = one retry, ..
202 * This could be used when set_retry_limit
203 * is not implemented by the driver */
198 u8 power_level; /* per-packet transmit power level, in dBm */ 204 u8 power_level; /* per-packet transmit power level, in dBm */
199 u8 antenna_sel_tx; /* 0 = default/diversity, 1 = Ant0, 2 = Ant1 */ 205 u8 antenna_sel_tx; /* 0 = default/diversity, 1 = Ant0, 2 = Ant1 */
200 s8 key_idx; /* -1 = do not encrypt, >= 0 keyidx from 206 s8 key_idx; /* -1 = do not encrypt, >= 0 keyidx from