aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 346a7563ef02..ef701d6fd66a 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -417,8 +417,6 @@ enum ieee80211_tx_status_flags {
417 * @ampdu_ack_map: block ack bit map for the aggregation. 417 * @ampdu_ack_map: block ack bit map for the aggregation.
418 * relevant only if IEEE80211_TX_STATUS_AMPDU was set. 418 * relevant only if IEEE80211_TX_STATUS_AMPDU was set.
419 * @ack_signal: signal strength of the ACK frame 419 * @ack_signal: signal strength of the ACK frame
420 * @queue_length: ?? REMOVE
421 * @queue_number: ?? REMOVE
422 */ 420 */
423struct ieee80211_tx_status { 421struct ieee80211_tx_status {
424 struct ieee80211_tx_control control; 422 struct ieee80211_tx_control control;
@@ -428,8 +426,6 @@ struct ieee80211_tx_status {
428 u8 ampdu_ack_len; 426 u8 ampdu_ack_len;
429 u64 ampdu_ack_map; 427 u64 ampdu_ack_map;
430 int ack_signal; 428 int ack_signal;
431 int queue_length;
432 int queue_number;
433}; 429};
434 430
435/** 431/**