diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-04-29 19:19:00 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 23:02:26 +0400 |
commit | 36fc6757fe711def63ea3686bf6ed475d714e114 (patch) | |
tree | ffaff0160068b871c53c33c4d290cfafd73cc1c1 /include/net/mac80211.h | |
parent | 57ffc589a92424f9def74fe0d49b2f7763ff07fd (diff) | |
download | linux-36fc6757fe711def63ea3686bf6ed475d714e114.tar.xz |
mac80211: remove queue info from ieee80211_tx_status
The queue info in struct ieee80211_tx_status is never used.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
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 { * @ampdu_ack_map: block ack bit map for the aggregation. * relevant only if IEEE80211_TX_STATUS_AMPDU was set. * @ack_signal: signal strength of the ACK frame - * @queue_length: ?? REMOVE - * @queue_number: ?? REMOVE */ struct ieee80211_tx_status { struct ieee80211_tx_control control; @@ -428,8 +426,6 @@ struct ieee80211_tx_status { u8 ampdu_ack_len; u64 ampdu_ack_map; int ack_signal; - int queue_length; - int queue_number; }; /** |