diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2009-11-28 18:51:54 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-21 18:38:58 -0500 |
commit | 5e0ec316522e0372b633407c903b88f58859303f (patch) | |
tree | 68e1ae827590f115fd6ad60ca094fdfcdb871611 /drivers | |
parent | 411132628f95dd3d51b84e0e2d8ff8f4f2d09cdb (diff) |
ar9170: remove dead definitions
This patch removes dead infrastructure which was meant
for an out-of-tree rate control algorithm.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ar9170/ar9170.h | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ar9170/main.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ar9170/ar9170.h b/drivers/net/wireless/ath/ar9170/ar9170.h index 9f9459860d8..d95a7d47af0 100644 --- a/drivers/net/wireless/ath/ar9170/ar9170.h +++ b/drivers/net/wireless/ath/ar9170/ar9170.h | |||
@@ -109,7 +109,6 @@ struct ar9170_rxstream_mpdu_merge { | |||
109 | bool has_plcp; | 109 | bool has_plcp; |
110 | }; | 110 | }; |
111 | 111 | ||
112 | #define AR9170_NUM_MAX_BA_RETRY 5 | ||
113 | #define AR9170_NUM_TID 16 | 112 | #define AR9170_NUM_TID 16 |
114 | #define WME_BA_BMP_SIZE 64 | 113 | #define WME_BA_BMP_SIZE 64 |
115 | #define AR9170_NUM_MAX_AGG_LEN (2 * WME_BA_BMP_SIZE) | 114 | #define AR9170_NUM_MAX_AGG_LEN (2 * WME_BA_BMP_SIZE) |
@@ -143,7 +142,6 @@ struct ar9170_sta_tid { | |||
143 | u16 tid; | 142 | u16 tid; |
144 | enum ar9170_tid_state state; | 143 | enum ar9170_tid_state state; |
145 | bool active; | 144 | bool active; |
146 | u8 retry; | ||
147 | }; | 145 | }; |
148 | 146 | ||
149 | #define AR9170_QUEUE_TIMEOUT 64 | 147 | #define AR9170_QUEUE_TIMEOUT 64 |
diff --git a/drivers/net/wireless/ath/ar9170/main.c b/drivers/net/wireless/ath/ar9170/main.c index f9d6db8d013..cbf59b1590b 100644 --- a/drivers/net/wireless/ath/ar9170/main.c +++ b/drivers/net/wireless/ath/ar9170/main.c | |||
@@ -2366,7 +2366,6 @@ static void ar9170_sta_notify(struct ieee80211_hw *hw, | |||
2366 | sta_info->agg[i].state = AR9170_TID_STATE_SHUTDOWN; | 2366 | sta_info->agg[i].state = AR9170_TID_STATE_SHUTDOWN; |
2367 | sta_info->agg[i].active = false; | 2367 | sta_info->agg[i].active = false; |
2368 | sta_info->agg[i].ssn = 0; | 2368 | sta_info->agg[i].ssn = 0; |
2369 | sta_info->agg[i].retry = 0; | ||
2370 | sta_info->agg[i].tid = i; | 2369 | sta_info->agg[i].tid = i; |
2371 | INIT_LIST_HEAD(&sta_info->agg[i].list); | 2370 | INIT_LIST_HEAD(&sta_info->agg[i].list); |
2372 | skb_queue_head_init(&sta_info->agg[i].queue); | 2371 | skb_queue_head_init(&sta_info->agg[i].queue); |