diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index f5f5b1ff1584..feb3be81dfa6 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -337,8 +337,6 @@ struct ieee80211_tx_info { | |||
337 | unsigned long jiffies; | 337 | unsigned long jiffies; |
338 | s8 rts_cts_rate_idx, alt_retry_rate_idx; | 338 | s8 rts_cts_rate_idx, alt_retry_rate_idx; |
339 | u8 retry_limit; | 339 | u8 retry_limit; |
340 | u8 icv_len; | ||
341 | u8 iv_len; | ||
342 | } control; | 340 | } control; |
343 | struct { | 341 | struct { |
344 | u64 ampdu_ack_map; | 342 | u64 ampdu_ack_map; |
@@ -635,6 +633,8 @@ enum ieee80211_key_flags { | |||
635 | */ | 633 | */ |
636 | struct ieee80211_key_conf { | 634 | struct ieee80211_key_conf { |
637 | enum ieee80211_key_alg alg; | 635 | enum ieee80211_key_alg alg; |
636 | u8 icv_len; | ||
637 | u8 iv_len; | ||
638 | u8 hw_key_idx; | 638 | u8 hw_key_idx; |
639 | u8 flags; | 639 | u8 flags; |
640 | s8 keyidx; | 640 | s8 keyidx; |