diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 3bd970f29f29..2606ca282c5e 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -307,6 +307,7 @@ struct ieee80211_tx_control { | |||
307 | * using the through | 307 | * using the through |
308 | * set_retry_limit configured | 308 | * set_retry_limit configured |
309 | * long retry value */ | 309 | * long retry value */ |
310 | #define IEEE80211_TXCTL_EAPOL_FRAME (1<<11) /* internal to mac80211 */ | ||
310 | u32 flags; /* tx control flags defined | 311 | u32 flags; /* tx control flags defined |
311 | * above */ | 312 | * above */ |
312 | u8 key_idx; /* keyidx from hw->set_key(), undefined if | 313 | u8 key_idx; /* keyidx from hw->set_key(), undefined if |