diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index f0e19f9df2a7..5ff45553a985 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -260,9 +260,6 @@ struct ieee80211_tx_control { | |||
260 | u8 iv_len; /* length of the IV field in octets */ | 260 | u8 iv_len; /* length of the IV field in octets */ |
261 | u8 queue; /* hardware queue to use for this frame; | 261 | u8 queue; /* hardware queue to use for this frame; |
262 | * 0 = highest, hw->queues-1 = lowest */ | 262 | * 0 = highest, hw->queues-1 = lowest */ |
263 | u8 sw_retry_attempt; /* number of times hw has tried to | ||
264 | * transmit frame (not incl. hw retries) */ | ||
265 | |||
266 | struct ieee80211_rate *rate; /* internal 80211.o rate */ | 263 | struct ieee80211_rate *rate; /* internal 80211.o rate */ |
267 | struct ieee80211_rate *rts_rate; /* internal 80211.o rate | 264 | struct ieee80211_rate *rts_rate; /* internal 80211.o rate |
268 | * for RTS/CTS */ | 265 | * for RTS/CTS */ |