Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1 | /* |
Sujith | cee075a | 2009-03-13 09:07:23 +0530 | [diff] [blame] | 2 | * Copyright (c) 2008-2009 Atheros Communications Inc. |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 3 | * |
| 4 | * Permission to use, copy, modify, and/or distribute this software for any |
| 5 | * purpose with or without fee is hereby granted, provided that the above |
| 6 | * copyright notice and this permission notice appear in all copies. |
| 7 | * |
| 8 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 9 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 10 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 11 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 13 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 15 | */ |
| 16 | |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 17 | #include "ath9k.h" |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 18 | |
| 19 | #define BITS_PER_BYTE 8 |
| 20 | #define OFDM_PLCP_BITS 22 |
| 21 | #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f) |
| 22 | #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) |
| 23 | #define L_STF 8 |
| 24 | #define L_LTF 8 |
| 25 | #define L_SIG 4 |
| 26 | #define HT_SIG 8 |
| 27 | #define HT_STF 4 |
| 28 | #define HT_LTF(_ns) (4 * (_ns)) |
| 29 | #define SYMBOL_TIME(_ns) ((_ns) << 2) /* ns * 4 us */ |
| 30 | #define SYMBOL_TIME_HALFGI(_ns) (((_ns) * 18 + 4) / 5) /* ns * 3.6 us */ |
| 31 | #define NUM_SYMBOLS_PER_USEC(_usec) (_usec >> 2) |
| 32 | #define NUM_SYMBOLS_PER_USEC_HALFGI(_usec) (((_usec*5)-4)/18) |
| 33 | |
| 34 | #define OFDM_SIFS_TIME 16 |
| 35 | |
| 36 | static u32 bits_per_symbol[][2] = { |
| 37 | /* 20MHz 40MHz */ |
| 38 | { 26, 54 }, /* 0: BPSK */ |
| 39 | { 52, 108 }, /* 1: QPSK 1/2 */ |
| 40 | { 78, 162 }, /* 2: QPSK 3/4 */ |
| 41 | { 104, 216 }, /* 3: 16-QAM 1/2 */ |
| 42 | { 156, 324 }, /* 4: 16-QAM 3/4 */ |
| 43 | { 208, 432 }, /* 5: 64-QAM 2/3 */ |
| 44 | { 234, 486 }, /* 6: 64-QAM 3/4 */ |
| 45 | { 260, 540 }, /* 7: 64-QAM 5/6 */ |
| 46 | { 52, 108 }, /* 8: BPSK */ |
| 47 | { 104, 216 }, /* 9: QPSK 1/2 */ |
| 48 | { 156, 324 }, /* 10: QPSK 3/4 */ |
| 49 | { 208, 432 }, /* 11: 16-QAM 1/2 */ |
| 50 | { 312, 648 }, /* 12: 16-QAM 3/4 */ |
| 51 | { 416, 864 }, /* 13: 64-QAM 2/3 */ |
| 52 | { 468, 972 }, /* 14: 64-QAM 3/4 */ |
| 53 | { 520, 1080 }, /* 15: 64-QAM 5/6 */ |
| 54 | }; |
| 55 | |
| 56 | #define IS_HT_RATE(_rate) ((_rate) & 0x80) |
| 57 | |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 58 | static void ath_tx_send_ht_normal(struct ath_softc *sc, struct ath_txq *txq, |
| 59 | struct ath_atx_tid *tid, |
| 60 | struct list_head *bf_head); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 61 | static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 62 | struct ath_txq *txq, |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 63 | struct list_head *bf_q, |
| 64 | int txok, int sendbar); |
| 65 | static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, |
| 66 | struct list_head *head); |
| 67 | static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf); |
Vasanthakumar Thiagarajan | 0934af2 | 2009-03-18 20:22:00 +0530 | [diff] [blame] | 68 | static int ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf, |
| 69 | int txok); |
| 70 | static void ath_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds, |
Vasanthakumar Thiagarajan | 8a92e2e | 2009-03-20 15:27:49 +0530 | [diff] [blame] | 71 | int nbad, int txok, bool update_rc); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 72 | |
| 73 | /*********************/ |
| 74 | /* Aggregation logic */ |
| 75 | /*********************/ |
| 76 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 77 | static void ath_tx_queue_tid(struct ath_txq *txq, struct ath_atx_tid *tid) |
| 78 | { |
| 79 | struct ath_atx_ac *ac = tid->ac; |
| 80 | |
| 81 | if (tid->paused) |
| 82 | return; |
| 83 | |
| 84 | if (tid->sched) |
| 85 | return; |
| 86 | |
| 87 | tid->sched = true; |
| 88 | list_add_tail(&tid->list, &ac->tid_q); |
| 89 | |
| 90 | if (ac->sched) |
| 91 | return; |
| 92 | |
| 93 | ac->sched = true; |
| 94 | list_add_tail(&ac->list, &txq->axq_acq); |
| 95 | } |
| 96 | |
| 97 | static void ath_tx_pause_tid(struct ath_softc *sc, struct ath_atx_tid *tid) |
| 98 | { |
| 99 | struct ath_txq *txq = &sc->tx.txq[tid->ac->qnum]; |
| 100 | |
| 101 | spin_lock_bh(&txq->axq_lock); |
| 102 | tid->paused++; |
| 103 | spin_unlock_bh(&txq->axq_lock); |
| 104 | } |
| 105 | |
| 106 | static void ath_tx_resume_tid(struct ath_softc *sc, struct ath_atx_tid *tid) |
| 107 | { |
| 108 | struct ath_txq *txq = &sc->tx.txq[tid->ac->qnum]; |
| 109 | |
Luis R. Rodriguez | 9680e8a | 2009-09-13 23:28:00 -0700 | [diff] [blame] | 110 | BUG_ON(tid->paused <= 0); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 111 | spin_lock_bh(&txq->axq_lock); |
| 112 | |
| 113 | tid->paused--; |
| 114 | |
| 115 | if (tid->paused > 0) |
| 116 | goto unlock; |
| 117 | |
| 118 | if (list_empty(&tid->buf_q)) |
| 119 | goto unlock; |
| 120 | |
| 121 | ath_tx_queue_tid(txq, tid); |
| 122 | ath_txq_schedule(sc, txq); |
| 123 | unlock: |
| 124 | spin_unlock_bh(&txq->axq_lock); |
| 125 | } |
| 126 | |
| 127 | static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) |
| 128 | { |
| 129 | struct ath_txq *txq = &sc->tx.txq[tid->ac->qnum]; |
| 130 | struct ath_buf *bf; |
| 131 | struct list_head bf_head; |
| 132 | INIT_LIST_HEAD(&bf_head); |
| 133 | |
Luis R. Rodriguez | 9680e8a | 2009-09-13 23:28:00 -0700 | [diff] [blame] | 134 | BUG_ON(tid->paused <= 0); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 135 | spin_lock_bh(&txq->axq_lock); |
| 136 | |
| 137 | tid->paused--; |
| 138 | |
| 139 | if (tid->paused > 0) { |
| 140 | spin_unlock_bh(&txq->axq_lock); |
| 141 | return; |
| 142 | } |
| 143 | |
| 144 | while (!list_empty(&tid->buf_q)) { |
| 145 | bf = list_first_entry(&tid->buf_q, struct ath_buf, list); |
Luis R. Rodriguez | 9680e8a | 2009-09-13 23:28:00 -0700 | [diff] [blame] | 146 | BUG_ON(bf_isretried(bf)); |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 147 | list_move_tail(&bf->list, &bf_head); |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 148 | ath_tx_send_ht_normal(sc, txq, tid, &bf_head); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 149 | } |
| 150 | |
| 151 | spin_unlock_bh(&txq->axq_lock); |
| 152 | } |
| 153 | |
| 154 | static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, |
| 155 | int seqno) |
| 156 | { |
| 157 | int index, cindex; |
| 158 | |
| 159 | index = ATH_BA_INDEX(tid->seq_start, seqno); |
| 160 | cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); |
| 161 | |
| 162 | tid->tx_buf[cindex] = NULL; |
| 163 | |
| 164 | while (tid->baw_head != tid->baw_tail && !tid->tx_buf[tid->baw_head]) { |
| 165 | INCR(tid->seq_start, IEEE80211_SEQ_MAX); |
| 166 | INCR(tid->baw_head, ATH_TID_MAX_BUFS); |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | static void ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, |
| 171 | struct ath_buf *bf) |
| 172 | { |
| 173 | int index, cindex; |
| 174 | |
| 175 | if (bf_isretried(bf)) |
| 176 | return; |
| 177 | |
| 178 | index = ATH_BA_INDEX(tid->seq_start, bf->bf_seqno); |
| 179 | cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); |
| 180 | |
Luis R. Rodriguez | 9680e8a | 2009-09-13 23:28:00 -0700 | [diff] [blame] | 181 | BUG_ON(tid->tx_buf[cindex] != NULL); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 182 | tid->tx_buf[cindex] = bf; |
| 183 | |
| 184 | if (index >= ((tid->baw_tail - tid->baw_head) & |
| 185 | (ATH_TID_MAX_BUFS - 1))) { |
| 186 | tid->baw_tail = cindex; |
| 187 | INCR(tid->baw_tail, ATH_TID_MAX_BUFS); |
| 188 | } |
| 189 | } |
| 190 | |
| 191 | /* |
| 192 | * TODO: For frame(s) that are in the retry state, we will reuse the |
| 193 | * sequence number(s) without setting the retry bit. The |
| 194 | * alternative is to give up on these and BAR the receiver's window |
| 195 | * forward. |
| 196 | */ |
| 197 | static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, |
| 198 | struct ath_atx_tid *tid) |
| 199 | |
| 200 | { |
| 201 | struct ath_buf *bf; |
| 202 | struct list_head bf_head; |
| 203 | INIT_LIST_HEAD(&bf_head); |
| 204 | |
| 205 | for (;;) { |
| 206 | if (list_empty(&tid->buf_q)) |
| 207 | break; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 208 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 209 | bf = list_first_entry(&tid->buf_q, struct ath_buf, list); |
| 210 | list_move_tail(&bf->list, &bf_head); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 211 | |
| 212 | if (bf_isretried(bf)) |
| 213 | ath_tx_update_baw(sc, tid, bf->bf_seqno); |
| 214 | |
| 215 | spin_unlock(&txq->axq_lock); |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 216 | ath_tx_complete_buf(sc, bf, txq, &bf_head, 0, 0); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 217 | spin_lock(&txq->axq_lock); |
| 218 | } |
| 219 | |
| 220 | tid->seq_next = tid->seq_start; |
| 221 | tid->baw_tail = tid->baw_head; |
| 222 | } |
| 223 | |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 224 | static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, |
| 225 | struct ath_buf *bf) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 226 | { |
| 227 | struct sk_buff *skb; |
| 228 | struct ieee80211_hdr *hdr; |
| 229 | |
| 230 | bf->bf_state.bf_type |= BUF_RETRY; |
| 231 | bf->bf_retries++; |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 232 | TX_STAT_INC(txq->axq_qnum, a_retries); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 233 | |
| 234 | skb = bf->bf_mpdu; |
| 235 | hdr = (struct ieee80211_hdr *)skb->data; |
| 236 | hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_RETRY); |
| 237 | } |
| 238 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 239 | static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) |
| 240 | { |
| 241 | struct ath_buf *tbf; |
| 242 | |
| 243 | spin_lock_bh(&sc->tx.txbuflock); |
Vasanthakumar Thiagarajan | 8a46097 | 2009-06-10 17:50:09 +0530 | [diff] [blame] | 244 | if (WARN_ON(list_empty(&sc->tx.txbuf))) { |
| 245 | spin_unlock_bh(&sc->tx.txbuflock); |
| 246 | return NULL; |
| 247 | } |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 248 | tbf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list); |
| 249 | list_del(&tbf->list); |
| 250 | spin_unlock_bh(&sc->tx.txbuflock); |
| 251 | |
| 252 | ATH_TXBUF_RESET(tbf); |
| 253 | |
| 254 | tbf->bf_mpdu = bf->bf_mpdu; |
| 255 | tbf->bf_buf_addr = bf->bf_buf_addr; |
| 256 | *(tbf->bf_desc) = *(bf->bf_desc); |
| 257 | tbf->bf_state = bf->bf_state; |
| 258 | tbf->bf_dmacontext = bf->bf_dmacontext; |
| 259 | |
| 260 | return tbf; |
| 261 | } |
| 262 | |
| 263 | static void ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, |
| 264 | struct ath_buf *bf, struct list_head *bf_q, |
| 265 | int txok) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 266 | { |
| 267 | struct ath_node *an = NULL; |
| 268 | struct sk_buff *skb; |
Sujith | 1286ec6 | 2009-01-27 13:30:37 +0530 | [diff] [blame] | 269 | struct ieee80211_sta *sta; |
| 270 | struct ieee80211_hdr *hdr; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 271 | struct ath_atx_tid *tid = NULL; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 272 | struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 273 | struct ath_desc *ds = bf_last->bf_desc; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 274 | struct list_head bf_head, bf_pending; |
Vasanthakumar Thiagarajan | 0934af2 | 2009-03-18 20:22:00 +0530 | [diff] [blame] | 275 | u16 seq_st = 0, acked_cnt = 0, txfail_cnt = 0; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 276 | u32 ba[WME_BA_BMP_SIZE >> 5]; |
Vasanthakumar Thiagarajan | 0934af2 | 2009-03-18 20:22:00 +0530 | [diff] [blame] | 277 | int isaggr, txfail, txpending, sendbar = 0, needreset = 0, nbad = 0; |
| 278 | bool rc_update = true; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 279 | |
Sujith | a22be22 | 2009-03-30 15:28:36 +0530 | [diff] [blame] | 280 | skb = bf->bf_mpdu; |
Sujith | 1286ec6 | 2009-01-27 13:30:37 +0530 | [diff] [blame] | 281 | hdr = (struct ieee80211_hdr *)skb->data; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 282 | |
Sujith | 1286ec6 | 2009-01-27 13:30:37 +0530 | [diff] [blame] | 283 | rcu_read_lock(); |
| 284 | |
Johannes Berg | 5ed176e | 2009-11-04 14:42:28 +0100 | [diff] [blame] | 285 | /* XXX: use ieee80211_find_sta! */ |
| 286 | sta = ieee80211_find_sta_by_hw(sc->hw, hdr->addr1); |
Sujith | 1286ec6 | 2009-01-27 13:30:37 +0530 | [diff] [blame] | 287 | if (!sta) { |
| 288 | rcu_read_unlock(); |
| 289 | return; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 290 | } |
| 291 | |
Sujith | 1286ec6 | 2009-01-27 13:30:37 +0530 | [diff] [blame] | 292 | an = (struct ath_node *)sta->drv_priv; |
| 293 | tid = ATH_AN_2_TID(an, bf->bf_tidno); |
| 294 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 295 | isaggr = bf_isaggr(bf); |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 296 | memset(ba, 0, WME_BA_BMP_SIZE >> 3); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 297 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 298 | if (isaggr && txok) { |
| 299 | if (ATH_DS_TX_BA(ds)) { |
| 300 | seq_st = ATH_DS_BA_SEQ(ds); |
| 301 | memcpy(ba, ATH_DS_BA_BITMAP(ds), |
| 302 | WME_BA_BMP_SIZE >> 3); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 303 | } else { |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 304 | /* |
| 305 | * AR5416 can become deaf/mute when BA |
| 306 | * issue happens. Chip needs to be reset. |
| 307 | * But AP code may have sychronization issues |
| 308 | * when perform internal reset in this routine. |
| 309 | * Only enable reset in STA mode for now. |
| 310 | */ |
Sujith | 2660b81 | 2009-02-09 13:27:26 +0530 | [diff] [blame] | 311 | if (sc->sc_ah->opmode == NL80211_IFTYPE_STATION) |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 312 | needreset = 1; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 313 | } |
| 314 | } |
| 315 | |
| 316 | INIT_LIST_HEAD(&bf_pending); |
| 317 | INIT_LIST_HEAD(&bf_head); |
| 318 | |
Vasanthakumar Thiagarajan | 0934af2 | 2009-03-18 20:22:00 +0530 | [diff] [blame] | 319 | nbad = ath_tx_num_badfrms(sc, bf, txok); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 320 | while (bf) { |
| 321 | txfail = txpending = 0; |
| 322 | bf_next = bf->bf_next; |
| 323 | |
| 324 | if (ATH_BA_ISSET(ba, ATH_BA_INDEX(seq_st, bf->bf_seqno))) { |
| 325 | /* transmit completion, subframe is |
| 326 | * acked by block ack */ |
Vasanthakumar Thiagarajan | 0934af2 | 2009-03-18 20:22:00 +0530 | [diff] [blame] | 327 | acked_cnt++; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 328 | } else if (!isaggr && txok) { |
| 329 | /* transmit completion */ |
Vasanthakumar Thiagarajan | 0934af2 | 2009-03-18 20:22:00 +0530 | [diff] [blame] | 330 | acked_cnt++; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 331 | } else { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 332 | if (!(tid->state & AGGR_CLEANUP) && |
| 333 | ds->ds_txstat.ts_flags != ATH9K_TX_SW_ABORTED) { |
| 334 | if (bf->bf_retries < ATH_MAX_SW_RETRIES) { |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 335 | ath_tx_set_retry(sc, txq, bf); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 336 | txpending = 1; |
| 337 | } else { |
| 338 | bf->bf_state.bf_type |= BUF_XRETRY; |
| 339 | txfail = 1; |
| 340 | sendbar = 1; |
Vasanthakumar Thiagarajan | 0934af2 | 2009-03-18 20:22:00 +0530 | [diff] [blame] | 341 | txfail_cnt++; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 342 | } |
| 343 | } else { |
| 344 | /* |
| 345 | * cleanup in progress, just fail |
| 346 | * the un-acked sub-frames |
| 347 | */ |
| 348 | txfail = 1; |
| 349 | } |
| 350 | } |
| 351 | |
| 352 | if (bf_next == NULL) { |
Vasanthakumar Thiagarajan | cbfe89c | 2009-06-24 18:58:47 +0530 | [diff] [blame] | 353 | /* |
| 354 | * Make sure the last desc is reclaimed if it |
| 355 | * not a holding desc. |
| 356 | */ |
| 357 | if (!bf_last->bf_stale) |
| 358 | list_move_tail(&bf->list, &bf_head); |
| 359 | else |
| 360 | INIT_LIST_HEAD(&bf_head); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 361 | } else { |
Luis R. Rodriguez | 9680e8a | 2009-09-13 23:28:00 -0700 | [diff] [blame] | 362 | BUG_ON(list_empty(bf_q)); |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 363 | list_move_tail(&bf->list, &bf_head); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 364 | } |
| 365 | |
| 366 | if (!txpending) { |
| 367 | /* |
| 368 | * complete the acked-ones/xretried ones; update |
| 369 | * block-ack window |
| 370 | */ |
| 371 | spin_lock_bh(&txq->axq_lock); |
| 372 | ath_tx_update_baw(sc, tid, bf->bf_seqno); |
| 373 | spin_unlock_bh(&txq->axq_lock); |
| 374 | |
Vasanthakumar Thiagarajan | 8a92e2e | 2009-03-20 15:27:49 +0530 | [diff] [blame] | 375 | if (rc_update && (acked_cnt == 1 || txfail_cnt == 1)) { |
| 376 | ath_tx_rc_status(bf, ds, nbad, txok, true); |
| 377 | rc_update = false; |
| 378 | } else { |
| 379 | ath_tx_rc_status(bf, ds, nbad, txok, false); |
| 380 | } |
| 381 | |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 382 | ath_tx_complete_buf(sc, bf, txq, &bf_head, !txfail, sendbar); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 383 | } else { |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 384 | /* retry the un-acked ones */ |
Sujith | a119cc4 | 2009-03-30 15:28:38 +0530 | [diff] [blame] | 385 | if (bf->bf_next == NULL && bf_last->bf_stale) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 386 | struct ath_buf *tbf; |
| 387 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 388 | tbf = ath_clone_txbuf(sc, bf_last); |
Vasanthakumar Thiagarajan | c41d92d | 2009-07-14 20:17:11 -0400 | [diff] [blame] | 389 | /* |
| 390 | * Update tx baw and complete the frame with |
| 391 | * failed status if we run out of tx buf |
| 392 | */ |
| 393 | if (!tbf) { |
| 394 | spin_lock_bh(&txq->axq_lock); |
| 395 | ath_tx_update_baw(sc, tid, |
| 396 | bf->bf_seqno); |
| 397 | spin_unlock_bh(&txq->axq_lock); |
| 398 | |
| 399 | bf->bf_state.bf_type |= BUF_XRETRY; |
| 400 | ath_tx_rc_status(bf, ds, nbad, |
| 401 | 0, false); |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 402 | ath_tx_complete_buf(sc, bf, txq, |
| 403 | &bf_head, 0, 0); |
Vasanthakumar Thiagarajan | 8a46097 | 2009-06-10 17:50:09 +0530 | [diff] [blame] | 404 | break; |
Vasanthakumar Thiagarajan | c41d92d | 2009-07-14 20:17:11 -0400 | [diff] [blame] | 405 | } |
| 406 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 407 | ath9k_hw_cleartxdesc(sc->sc_ah, tbf->bf_desc); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 408 | list_add_tail(&tbf->list, &bf_head); |
| 409 | } else { |
| 410 | /* |
| 411 | * Clear descriptor status words for |
| 412 | * software retry |
| 413 | */ |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 414 | ath9k_hw_cleartxdesc(sc->sc_ah, bf->bf_desc); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 415 | } |
| 416 | |
| 417 | /* |
| 418 | * Put this buffer to the temporary pending |
| 419 | * queue to retain ordering |
| 420 | */ |
| 421 | list_splice_tail_init(&bf_head, &bf_pending); |
| 422 | } |
| 423 | |
| 424 | bf = bf_next; |
| 425 | } |
| 426 | |
| 427 | if (tid->state & AGGR_CLEANUP) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 428 | if (tid->baw_head == tid->baw_tail) { |
| 429 | tid->state &= ~AGGR_ADDBA_COMPLETE; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 430 | tid->state &= ~AGGR_CLEANUP; |
| 431 | |
| 432 | /* send buffered frames as singles */ |
| 433 | ath_tx_flush_tid(sc, tid); |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 434 | } |
Sujith | 1286ec6 | 2009-01-27 13:30:37 +0530 | [diff] [blame] | 435 | rcu_read_unlock(); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 436 | return; |
| 437 | } |
| 438 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 439 | /* prepend un-acked frames to the beginning of the pending frame queue */ |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 440 | if (!list_empty(&bf_pending)) { |
| 441 | spin_lock_bh(&txq->axq_lock); |
| 442 | list_splice(&bf_pending, &tid->buf_q); |
| 443 | ath_tx_queue_tid(txq, tid); |
| 444 | spin_unlock_bh(&txq->axq_lock); |
| 445 | } |
| 446 | |
Sujith | 1286ec6 | 2009-01-27 13:30:37 +0530 | [diff] [blame] | 447 | rcu_read_unlock(); |
| 448 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 449 | if (needreset) |
| 450 | ath_reset(sc, false); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 451 | } |
| 452 | |
| 453 | static u32 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, |
| 454 | struct ath_atx_tid *tid) |
| 455 | { |
Luis R. Rodriguez | 4f0fc7c | 2009-05-06 02:20:00 -0400 | [diff] [blame] | 456 | const struct ath_rate_table *rate_table = sc->cur_rate_table; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 457 | struct sk_buff *skb; |
| 458 | struct ieee80211_tx_info *tx_info; |
| 459 | struct ieee80211_tx_rate *rates; |
| 460 | struct ath_tx_info_priv *tx_info_priv; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 461 | u32 max_4ms_framelen, frmlen; |
Sujith | 4ef7084 | 2009-07-23 15:32:41 +0530 | [diff] [blame] | 462 | u16 aggr_limit, legacy = 0; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 463 | int i; |
| 464 | |
Sujith | a22be22 | 2009-03-30 15:28:36 +0530 | [diff] [blame] | 465 | skb = bf->bf_mpdu; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 466 | tx_info = IEEE80211_SKB_CB(skb); |
| 467 | rates = tx_info->control.rates; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 468 | tx_info_priv = (struct ath_tx_info_priv *)tx_info->rate_driver_data[0]; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 469 | |
| 470 | /* |
| 471 | * Find the lowest frame length among the rate series that will have a |
| 472 | * 4ms transmit duration. |
| 473 | * TODO - TXOP limit needs to be considered. |
| 474 | */ |
| 475 | max_4ms_framelen = ATH_AMPDU_LIMIT_MAX; |
| 476 | |
| 477 | for (i = 0; i < 4; i++) { |
| 478 | if (rates[i].count) { |
| 479 | if (!WLAN_RC_PHY_HT(rate_table->info[rates[i].idx].phy)) { |
| 480 | legacy = 1; |
| 481 | break; |
| 482 | } |
| 483 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 484 | frmlen = rate_table->info[rates[i].idx].max_4ms_framelen; |
| 485 | max_4ms_framelen = min(max_4ms_framelen, frmlen); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 486 | } |
| 487 | } |
| 488 | |
| 489 | /* |
| 490 | * limit aggregate size by the minimum rate if rate selected is |
| 491 | * not a probe rate, if rate selected is a probe rate then |
| 492 | * avoid aggregation of this packet. |
| 493 | */ |
| 494 | if (tx_info->flags & IEEE80211_TX_CTL_RATE_CTRL_PROBE || legacy) |
| 495 | return 0; |
| 496 | |
Vasanthakumar Thiagarajan | 1773912 | 2009-08-26 21:08:50 +0530 | [diff] [blame] | 497 | if (sc->sc_flags & SC_OP_BT_PRIORITY_DETECTED) |
| 498 | aggr_limit = min((max_4ms_framelen * 3) / 8, |
| 499 | (u32)ATH_AMPDU_LIMIT_MAX); |
| 500 | else |
| 501 | aggr_limit = min(max_4ms_framelen, |
| 502 | (u32)ATH_AMPDU_LIMIT_MAX); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 503 | |
| 504 | /* |
| 505 | * h/w can accept aggregates upto 16 bit lengths (65535). |
| 506 | * The IE, however can hold upto 65536, which shows up here |
| 507 | * as zero. Ignore 65536 since we are constrained by hw. |
| 508 | */ |
Sujith | 4ef7084 | 2009-07-23 15:32:41 +0530 | [diff] [blame] | 509 | if (tid->an->maxampdu) |
| 510 | aggr_limit = min(aggr_limit, tid->an->maxampdu); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 511 | |
| 512 | return aggr_limit; |
| 513 | } |
| 514 | |
| 515 | /* |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 516 | * Returns the number of delimiters to be added to |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 517 | * meet the minimum required mpdudensity. |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 518 | */ |
| 519 | static int ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, |
| 520 | struct ath_buf *bf, u16 frmlen) |
| 521 | { |
Luis R. Rodriguez | 4f0fc7c | 2009-05-06 02:20:00 -0400 | [diff] [blame] | 522 | const struct ath_rate_table *rt = sc->cur_rate_table; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 523 | struct sk_buff *skb = bf->bf_mpdu; |
| 524 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
Sujith | 4ef7084 | 2009-07-23 15:32:41 +0530 | [diff] [blame] | 525 | u32 nsymbits, nsymbols; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 526 | u16 minlen; |
| 527 | u8 rc, flags, rix; |
| 528 | int width, half_gi, ndelim, mindelim; |
| 529 | |
| 530 | /* Select standard number of delimiters based on frame length alone */ |
| 531 | ndelim = ATH_AGGR_GET_NDELIM(frmlen); |
| 532 | |
| 533 | /* |
| 534 | * If encryption enabled, hardware requires some more padding between |
| 535 | * subframes. |
| 536 | * TODO - this could be improved to be dependent on the rate. |
| 537 | * The hardware can keep up at lower rates, but not higher rates |
| 538 | */ |
| 539 | if (bf->bf_keytype != ATH9K_KEY_TYPE_CLEAR) |
| 540 | ndelim += ATH_AGGR_ENCRYPTDELIM; |
| 541 | |
| 542 | /* |
| 543 | * Convert desired mpdu density from microeconds to bytes based |
| 544 | * on highest rate in rate series (i.e. first rate) to determine |
| 545 | * required minimum length for subframe. Take into account |
| 546 | * whether high rate is 20 or 40Mhz and half or full GI. |
Sujith | 4ef7084 | 2009-07-23 15:32:41 +0530 | [diff] [blame] | 547 | * |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 548 | * If there is no mpdu density restriction, no further calculation |
| 549 | * is needed. |
| 550 | */ |
Sujith | 4ef7084 | 2009-07-23 15:32:41 +0530 | [diff] [blame] | 551 | |
| 552 | if (tid->an->mpdudensity == 0) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 553 | return ndelim; |
| 554 | |
| 555 | rix = tx_info->control.rates[0].idx; |
| 556 | flags = tx_info->control.rates[0].flags; |
| 557 | rc = rt->info[rix].ratecode; |
| 558 | width = (flags & IEEE80211_TX_RC_40_MHZ_WIDTH) ? 1 : 0; |
| 559 | half_gi = (flags & IEEE80211_TX_RC_SHORT_GI) ? 1 : 0; |
| 560 | |
| 561 | if (half_gi) |
Sujith | 4ef7084 | 2009-07-23 15:32:41 +0530 | [diff] [blame] | 562 | nsymbols = NUM_SYMBOLS_PER_USEC_HALFGI(tid->an->mpdudensity); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 563 | else |
Sujith | 4ef7084 | 2009-07-23 15:32:41 +0530 | [diff] [blame] | 564 | nsymbols = NUM_SYMBOLS_PER_USEC(tid->an->mpdudensity); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 565 | |
| 566 | if (nsymbols == 0) |
| 567 | nsymbols = 1; |
| 568 | |
| 569 | nsymbits = bits_per_symbol[HT_RC_2_MCS(rc)][width]; |
| 570 | minlen = (nsymbols * nsymbits) / BITS_PER_BYTE; |
| 571 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 572 | if (frmlen < minlen) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 573 | mindelim = (minlen - frmlen) / ATH_AGGR_DELIM_SZ; |
| 574 | ndelim = max(mindelim, ndelim); |
| 575 | } |
| 576 | |
| 577 | return ndelim; |
| 578 | } |
| 579 | |
| 580 | static enum ATH_AGGR_STATUS ath_tx_form_aggr(struct ath_softc *sc, |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 581 | struct ath_txq *txq, |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 582 | struct ath_atx_tid *tid, |
| 583 | struct list_head *bf_q) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 584 | { |
| 585 | #define PADBYTES(_len) ((4 - ((_len) % 4)) % 4) |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 586 | struct ath_buf *bf, *bf_first, *bf_prev = NULL; |
| 587 | int rl = 0, nframes = 0, ndelim, prev_al = 0; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 588 | u16 aggr_limit = 0, al = 0, bpad = 0, |
| 589 | al_delta, h_baw = tid->baw_size / 2; |
| 590 | enum ATH_AGGR_STATUS status = ATH_AGGR_DONE; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 591 | |
| 592 | bf_first = list_first_entry(&tid->buf_q, struct ath_buf, list); |
| 593 | |
| 594 | do { |
| 595 | bf = list_first_entry(&tid->buf_q, struct ath_buf, list); |
| 596 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 597 | /* do not step over block-ack window */ |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 598 | if (!BAW_WITHIN(tid->seq_start, tid->baw_size, bf->bf_seqno)) { |
| 599 | status = ATH_AGGR_BAW_CLOSED; |
| 600 | break; |
| 601 | } |
| 602 | |
| 603 | if (!rl) { |
| 604 | aggr_limit = ath_lookup_rate(sc, bf, tid); |
| 605 | rl = 1; |
| 606 | } |
| 607 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 608 | /* do not exceed aggregation limit */ |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 609 | al_delta = ATH_AGGR_DELIM_SZ + bf->bf_frmlen; |
| 610 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 611 | if (nframes && |
| 612 | (aggr_limit < (al + bpad + al_delta + prev_al))) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 613 | status = ATH_AGGR_LIMITED; |
| 614 | break; |
| 615 | } |
| 616 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 617 | /* do not exceed subframe limit */ |
| 618 | if (nframes >= min((int)h_baw, ATH_AMPDU_SUBFRAME_DEFAULT)) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 619 | status = ATH_AGGR_LIMITED; |
| 620 | break; |
| 621 | } |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 622 | nframes++; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 623 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 624 | /* add padding for previous frame to aggregation length */ |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 625 | al += bpad + al_delta; |
| 626 | |
| 627 | /* |
| 628 | * Get the delimiters needed to meet the MPDU |
| 629 | * density for this node. |
| 630 | */ |
| 631 | ndelim = ath_compute_num_delims(sc, tid, bf_first, bf->bf_frmlen); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 632 | bpad = PADBYTES(al_delta) + (ndelim << 2); |
| 633 | |
| 634 | bf->bf_next = NULL; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 635 | bf->bf_desc->ds_link = 0; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 636 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 637 | /* link buffers of this frame to the aggregate */ |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 638 | ath_tx_addto_baw(sc, tid, bf); |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 639 | ath9k_hw_set11n_aggr_middle(sc->sc_ah, bf->bf_desc, ndelim); |
| 640 | list_move_tail(&bf->list, bf_q); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 641 | if (bf_prev) { |
| 642 | bf_prev->bf_next = bf; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 643 | bf_prev->bf_desc->ds_link = bf->bf_daddr; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 644 | } |
| 645 | bf_prev = bf; |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 646 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 647 | } while (!list_empty(&tid->buf_q)); |
| 648 | |
| 649 | bf_first->bf_al = al; |
| 650 | bf_first->bf_nframes = nframes; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 651 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 652 | return status; |
| 653 | #undef PADBYTES |
| 654 | } |
| 655 | |
| 656 | static void ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, |
| 657 | struct ath_atx_tid *tid) |
| 658 | { |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 659 | struct ath_buf *bf; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 660 | enum ATH_AGGR_STATUS status; |
| 661 | struct list_head bf_q; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 662 | |
| 663 | do { |
| 664 | if (list_empty(&tid->buf_q)) |
| 665 | return; |
| 666 | |
| 667 | INIT_LIST_HEAD(&bf_q); |
| 668 | |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 669 | status = ath_tx_form_aggr(sc, txq, tid, &bf_q); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 670 | |
| 671 | /* |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 672 | * no frames picked up to be aggregated; |
| 673 | * block-ack window is not open. |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 674 | */ |
| 675 | if (list_empty(&bf_q)) |
| 676 | break; |
| 677 | |
| 678 | bf = list_first_entry(&bf_q, struct ath_buf, list); |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 679 | bf->bf_lastbf = list_entry(bf_q.prev, struct ath_buf, list); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 680 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 681 | /* if only one frame, send as non-aggregate */ |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 682 | if (bf->bf_nframes == 1) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 683 | bf->bf_state.bf_type &= ~BUF_AGGR; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 684 | ath9k_hw_clr11n_aggr(sc->sc_ah, bf->bf_desc); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 685 | ath_buf_set_rate(sc, bf); |
| 686 | ath_tx_txqaddbuf(sc, txq, &bf_q); |
| 687 | continue; |
| 688 | } |
| 689 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 690 | /* setup first desc of aggregate */ |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 691 | bf->bf_state.bf_type |= BUF_AGGR; |
| 692 | ath_buf_set_rate(sc, bf); |
| 693 | ath9k_hw_set11n_aggr_first(sc->sc_ah, bf->bf_desc, bf->bf_al); |
| 694 | |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 695 | /* anchor last desc of aggregate */ |
| 696 | ath9k_hw_set11n_aggr_last(sc->sc_ah, bf->bf_lastbf->bf_desc); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 697 | |
| 698 | txq->axq_aggr_depth++; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 699 | ath_tx_txqaddbuf(sc, txq, &bf_q); |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 700 | TX_STAT_INC(txq->axq_qnum, a_aggr); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 701 | |
| 702 | } while (txq->axq_depth < ATH_AGGR_MIN_QDEPTH && |
| 703 | status != ATH_AGGR_BAW_CLOSED); |
| 704 | } |
| 705 | |
Sujith | f83da96 | 2009-07-23 15:32:37 +0530 | [diff] [blame] | 706 | void ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta, |
| 707 | u16 tid, u16 *ssn) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 708 | { |
| 709 | struct ath_atx_tid *txtid; |
| 710 | struct ath_node *an; |
| 711 | |
| 712 | an = (struct ath_node *)sta->drv_priv; |
Sujith | f83da96 | 2009-07-23 15:32:37 +0530 | [diff] [blame] | 713 | txtid = ATH_AN_2_TID(an, tid); |
| 714 | txtid->state |= AGGR_ADDBA_PROGRESS; |
| 715 | ath_tx_pause_tid(sc, txtid); |
| 716 | *ssn = txtid->seq_start; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 717 | } |
| 718 | |
Sujith | f83da96 | 2009-07-23 15:32:37 +0530 | [diff] [blame] | 719 | void ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 720 | { |
| 721 | struct ath_node *an = (struct ath_node *)sta->drv_priv; |
| 722 | struct ath_atx_tid *txtid = ATH_AN_2_TID(an, tid); |
| 723 | struct ath_txq *txq = &sc->tx.txq[txtid->ac->qnum]; |
| 724 | struct ath_buf *bf; |
| 725 | struct list_head bf_head; |
| 726 | INIT_LIST_HEAD(&bf_head); |
| 727 | |
| 728 | if (txtid->state & AGGR_CLEANUP) |
Sujith | f83da96 | 2009-07-23 15:32:37 +0530 | [diff] [blame] | 729 | return; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 730 | |
| 731 | if (!(txtid->state & AGGR_ADDBA_COMPLETE)) { |
Vasanthakumar Thiagarajan | 5eae659 | 2009-06-09 15:28:21 +0530 | [diff] [blame] | 732 | txtid->state &= ~AGGR_ADDBA_PROGRESS; |
Sujith | f83da96 | 2009-07-23 15:32:37 +0530 | [diff] [blame] | 733 | return; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 734 | } |
| 735 | |
| 736 | ath_tx_pause_tid(sc, txtid); |
| 737 | |
| 738 | /* drop all software retried frames and mark this TID */ |
| 739 | spin_lock_bh(&txq->axq_lock); |
| 740 | while (!list_empty(&txtid->buf_q)) { |
| 741 | bf = list_first_entry(&txtid->buf_q, struct ath_buf, list); |
| 742 | if (!bf_isretried(bf)) { |
| 743 | /* |
| 744 | * NB: it's based on the assumption that |
| 745 | * software retried frame will always stay |
| 746 | * at the head of software queue. |
| 747 | */ |
| 748 | break; |
| 749 | } |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 750 | list_move_tail(&bf->list, &bf_head); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 751 | ath_tx_update_baw(sc, txtid, bf->bf_seqno); |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 752 | ath_tx_complete_buf(sc, bf, txq, &bf_head, 0, 0); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 753 | } |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 754 | spin_unlock_bh(&txq->axq_lock); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 755 | |
| 756 | if (txtid->baw_head != txtid->baw_tail) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 757 | txtid->state |= AGGR_CLEANUP; |
| 758 | } else { |
| 759 | txtid->state &= ~AGGR_ADDBA_COMPLETE; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 760 | ath_tx_flush_tid(sc, txtid); |
| 761 | } |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 762 | } |
| 763 | |
| 764 | void ath_tx_aggr_resume(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) |
| 765 | { |
| 766 | struct ath_atx_tid *txtid; |
| 767 | struct ath_node *an; |
| 768 | |
| 769 | an = (struct ath_node *)sta->drv_priv; |
| 770 | |
| 771 | if (sc->sc_flags & SC_OP_TXAGGR) { |
| 772 | txtid = ATH_AN_2_TID(an, tid); |
| 773 | txtid->baw_size = |
| 774 | IEEE80211_MIN_AMPDU_BUF << sta->ht_cap.ampdu_factor; |
| 775 | txtid->state |= AGGR_ADDBA_COMPLETE; |
| 776 | txtid->state &= ~AGGR_ADDBA_PROGRESS; |
| 777 | ath_tx_resume_tid(sc, txtid); |
| 778 | } |
| 779 | } |
| 780 | |
| 781 | bool ath_tx_aggr_check(struct ath_softc *sc, struct ath_node *an, u8 tidno) |
| 782 | { |
| 783 | struct ath_atx_tid *txtid; |
| 784 | |
| 785 | if (!(sc->sc_flags & SC_OP_TXAGGR)) |
| 786 | return false; |
| 787 | |
| 788 | txtid = ATH_AN_2_TID(an, tidno); |
| 789 | |
Vasanthakumar Thiagarajan | c3d8f02 | 2009-06-10 17:50:08 +0530 | [diff] [blame] | 790 | if (!(txtid->state & (AGGR_ADDBA_COMPLETE | AGGR_ADDBA_PROGRESS))) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 791 | return true; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 792 | return false; |
| 793 | } |
| 794 | |
| 795 | /********************/ |
| 796 | /* Queue Management */ |
| 797 | /********************/ |
| 798 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 799 | static void ath_txq_drain_pending_buffers(struct ath_softc *sc, |
| 800 | struct ath_txq *txq) |
| 801 | { |
| 802 | struct ath_atx_ac *ac, *ac_tmp; |
| 803 | struct ath_atx_tid *tid, *tid_tmp; |
| 804 | |
| 805 | list_for_each_entry_safe(ac, ac_tmp, &txq->axq_acq, list) { |
| 806 | list_del(&ac->list); |
| 807 | ac->sched = false; |
| 808 | list_for_each_entry_safe(tid, tid_tmp, &ac->tid_q, list) { |
| 809 | list_del(&tid->list); |
| 810 | tid->sched = false; |
| 811 | ath_tid_drain(sc, txq, tid); |
| 812 | } |
| 813 | } |
| 814 | } |
| 815 | |
| 816 | struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) |
| 817 | { |
Sujith | cbe61d8 | 2009-02-09 13:27:12 +0530 | [diff] [blame] | 818 | struct ath_hw *ah = sc->sc_ah; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 819 | struct ath_common *common = ath9k_hw_common(ah); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 820 | struct ath9k_tx_queue_info qi; |
| 821 | int qnum; |
| 822 | |
| 823 | memset(&qi, 0, sizeof(qi)); |
| 824 | qi.tqi_subtype = subtype; |
| 825 | qi.tqi_aifs = ATH9K_TXQ_USEDEFAULT; |
| 826 | qi.tqi_cwmin = ATH9K_TXQ_USEDEFAULT; |
| 827 | qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT; |
| 828 | qi.tqi_physCompBuf = 0; |
| 829 | |
| 830 | /* |
| 831 | * Enable interrupts only for EOL and DESC conditions. |
| 832 | * We mark tx descriptors to receive a DESC interrupt |
| 833 | * when a tx queue gets deep; otherwise waiting for the |
| 834 | * EOL to reap descriptors. Note that this is done to |
| 835 | * reduce interrupt load and this only defers reaping |
| 836 | * descriptors, never transmitting frames. Aside from |
| 837 | * reducing interrupts this also permits more concurrency. |
| 838 | * The only potential downside is if the tx queue backs |
| 839 | * up in which case the top half of the kernel may backup |
| 840 | * due to a lack of tx descriptors. |
| 841 | * |
| 842 | * The UAPSD queue is an exception, since we take a desc- |
| 843 | * based intr on the EOSP frames. |
| 844 | */ |
| 845 | if (qtype == ATH9K_TX_QUEUE_UAPSD) |
| 846 | qi.tqi_qflags = TXQ_FLAG_TXDESCINT_ENABLE; |
| 847 | else |
| 848 | qi.tqi_qflags = TXQ_FLAG_TXEOLINT_ENABLE | |
| 849 | TXQ_FLAG_TXDESCINT_ENABLE; |
| 850 | qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); |
| 851 | if (qnum == -1) { |
| 852 | /* |
| 853 | * NB: don't print a message, this happens |
| 854 | * normally on parts with too few tx queues |
| 855 | */ |
| 856 | return NULL; |
| 857 | } |
| 858 | if (qnum >= ARRAY_SIZE(sc->tx.txq)) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 859 | ath_print(common, ATH_DBG_FATAL, |
| 860 | "qnum %u out of range, max %u!\n", |
| 861 | qnum, (unsigned int)ARRAY_SIZE(sc->tx.txq)); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 862 | ath9k_hw_releasetxqueue(ah, qnum); |
| 863 | return NULL; |
| 864 | } |
| 865 | if (!ATH_TXQ_SETUP(sc, qnum)) { |
| 866 | struct ath_txq *txq = &sc->tx.txq[qnum]; |
| 867 | |
| 868 | txq->axq_qnum = qnum; |
| 869 | txq->axq_link = NULL; |
| 870 | INIT_LIST_HEAD(&txq->axq_q); |
| 871 | INIT_LIST_HEAD(&txq->axq_acq); |
| 872 | spin_lock_init(&txq->axq_lock); |
| 873 | txq->axq_depth = 0; |
| 874 | txq->axq_aggr_depth = 0; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 875 | txq->axq_linkbuf = NULL; |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 876 | txq->axq_tx_inprogress = false; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 877 | sc->tx.txqsetup |= 1<<qnum; |
| 878 | } |
| 879 | return &sc->tx.txq[qnum]; |
| 880 | } |
| 881 | |
Vasanthakumar Thiagarajan | 1773912 | 2009-08-26 21:08:50 +0530 | [diff] [blame] | 882 | int ath_tx_get_qnum(struct ath_softc *sc, int qtype, int haltype) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 883 | { |
| 884 | int qnum; |
| 885 | |
| 886 | switch (qtype) { |
| 887 | case ATH9K_TX_QUEUE_DATA: |
| 888 | if (haltype >= ARRAY_SIZE(sc->tx.hwq_map)) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 889 | ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL, |
| 890 | "HAL AC %u out of range, max %zu!\n", |
| 891 | haltype, ARRAY_SIZE(sc->tx.hwq_map)); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 892 | return -1; |
| 893 | } |
| 894 | qnum = sc->tx.hwq_map[haltype]; |
| 895 | break; |
| 896 | case ATH9K_TX_QUEUE_BEACON: |
| 897 | qnum = sc->beacon.beaconq; |
| 898 | break; |
| 899 | case ATH9K_TX_QUEUE_CAB: |
| 900 | qnum = sc->beacon.cabq->axq_qnum; |
| 901 | break; |
| 902 | default: |
| 903 | qnum = -1; |
| 904 | } |
| 905 | return qnum; |
| 906 | } |
| 907 | |
| 908 | struct ath_txq *ath_test_get_txq(struct ath_softc *sc, struct sk_buff *skb) |
| 909 | { |
| 910 | struct ath_txq *txq = NULL; |
| 911 | int qnum; |
| 912 | |
| 913 | qnum = ath_get_hal_qnum(skb_get_queue_mapping(skb), sc); |
| 914 | txq = &sc->tx.txq[qnum]; |
| 915 | |
| 916 | spin_lock_bh(&txq->axq_lock); |
| 917 | |
| 918 | if (txq->axq_depth >= (ATH_TXBUF - 20)) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 919 | ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_XMIT, |
| 920 | "TX queue: %d is full, depth: %d\n", |
| 921 | qnum, txq->axq_depth); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 922 | ieee80211_stop_queue(sc->hw, skb_get_queue_mapping(skb)); |
| 923 | txq->stopped = 1; |
| 924 | spin_unlock_bh(&txq->axq_lock); |
| 925 | return NULL; |
| 926 | } |
| 927 | |
| 928 | spin_unlock_bh(&txq->axq_lock); |
| 929 | |
| 930 | return txq; |
| 931 | } |
| 932 | |
| 933 | int ath_txq_update(struct ath_softc *sc, int qnum, |
| 934 | struct ath9k_tx_queue_info *qinfo) |
| 935 | { |
Sujith | cbe61d8 | 2009-02-09 13:27:12 +0530 | [diff] [blame] | 936 | struct ath_hw *ah = sc->sc_ah; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 937 | int error = 0; |
| 938 | struct ath9k_tx_queue_info qi; |
| 939 | |
| 940 | if (qnum == sc->beacon.beaconq) { |
| 941 | /* |
| 942 | * XXX: for beacon queue, we just save the parameter. |
| 943 | * It will be picked up by ath_beaconq_config when |
| 944 | * it's necessary. |
| 945 | */ |
| 946 | sc->beacon.beacon_qi = *qinfo; |
| 947 | return 0; |
| 948 | } |
| 949 | |
Luis R. Rodriguez | 9680e8a | 2009-09-13 23:28:00 -0700 | [diff] [blame] | 950 | BUG_ON(sc->tx.txq[qnum].axq_qnum != qnum); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 951 | |
| 952 | ath9k_hw_get_txq_props(ah, qnum, &qi); |
| 953 | qi.tqi_aifs = qinfo->tqi_aifs; |
| 954 | qi.tqi_cwmin = qinfo->tqi_cwmin; |
| 955 | qi.tqi_cwmax = qinfo->tqi_cwmax; |
| 956 | qi.tqi_burstTime = qinfo->tqi_burstTime; |
| 957 | qi.tqi_readyTime = qinfo->tqi_readyTime; |
| 958 | |
| 959 | if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 960 | ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL, |
| 961 | "Unable to update hardware queue %u!\n", qnum); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 962 | error = -EIO; |
| 963 | } else { |
| 964 | ath9k_hw_resettxqueue(ah, qnum); |
| 965 | } |
| 966 | |
| 967 | return error; |
| 968 | } |
| 969 | |
| 970 | int ath_cabq_update(struct ath_softc *sc) |
| 971 | { |
| 972 | struct ath9k_tx_queue_info qi; |
| 973 | int qnum = sc->beacon.cabq->axq_qnum; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 974 | |
| 975 | ath9k_hw_get_txq_props(sc->sc_ah, qnum, &qi); |
| 976 | /* |
| 977 | * Ensure the readytime % is within the bounds. |
| 978 | */ |
Sujith | 17d7904 | 2009-02-09 13:27:03 +0530 | [diff] [blame] | 979 | if (sc->config.cabqReadytime < ATH9K_READY_TIME_LO_BOUND) |
| 980 | sc->config.cabqReadytime = ATH9K_READY_TIME_LO_BOUND; |
| 981 | else if (sc->config.cabqReadytime > ATH9K_READY_TIME_HI_BOUND) |
| 982 | sc->config.cabqReadytime = ATH9K_READY_TIME_HI_BOUND; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 983 | |
Johannes Berg | 57c4d7b | 2009-04-23 16:10:04 +0200 | [diff] [blame] | 984 | qi.tqi_readyTime = (sc->beacon_interval * |
Sujith | fdbf733 | 2009-02-17 15:36:35 +0530 | [diff] [blame] | 985 | sc->config.cabqReadytime) / 100; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 986 | ath_txq_update(sc, qnum, &qi); |
| 987 | |
| 988 | return 0; |
| 989 | } |
| 990 | |
Sujith | 043a040 | 2009-01-16 21:38:47 +0530 | [diff] [blame] | 991 | /* |
| 992 | * Drain a given TX queue (could be Beacon or Data) |
| 993 | * |
| 994 | * This assumes output has been stopped and |
| 995 | * we do not need to block ath_tx_tasklet. |
| 996 | */ |
| 997 | void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq, bool retry_tx) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 998 | { |
| 999 | struct ath_buf *bf, *lastbf; |
| 1000 | struct list_head bf_head; |
| 1001 | |
| 1002 | INIT_LIST_HEAD(&bf_head); |
| 1003 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1004 | for (;;) { |
| 1005 | spin_lock_bh(&txq->axq_lock); |
| 1006 | |
| 1007 | if (list_empty(&txq->axq_q)) { |
| 1008 | txq->axq_link = NULL; |
| 1009 | txq->axq_linkbuf = NULL; |
| 1010 | spin_unlock_bh(&txq->axq_lock); |
| 1011 | break; |
| 1012 | } |
| 1013 | |
| 1014 | bf = list_first_entry(&txq->axq_q, struct ath_buf, list); |
| 1015 | |
Sujith | a119cc4 | 2009-03-30 15:28:38 +0530 | [diff] [blame] | 1016 | if (bf->bf_stale) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1017 | list_del(&bf->list); |
| 1018 | spin_unlock_bh(&txq->axq_lock); |
| 1019 | |
| 1020 | spin_lock_bh(&sc->tx.txbuflock); |
| 1021 | list_add_tail(&bf->list, &sc->tx.txbuf); |
| 1022 | spin_unlock_bh(&sc->tx.txbuflock); |
| 1023 | continue; |
| 1024 | } |
| 1025 | |
| 1026 | lastbf = bf->bf_lastbf; |
| 1027 | if (!retry_tx) |
| 1028 | lastbf->bf_desc->ds_txstat.ts_flags = |
| 1029 | ATH9K_TX_SW_ABORTED; |
| 1030 | |
| 1031 | /* remove ath_buf's of the same mpdu from txq */ |
| 1032 | list_cut_position(&bf_head, &txq->axq_q, &lastbf->list); |
| 1033 | txq->axq_depth--; |
| 1034 | |
| 1035 | spin_unlock_bh(&txq->axq_lock); |
| 1036 | |
| 1037 | if (bf_isampdu(bf)) |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 1038 | ath_tx_complete_aggr(sc, txq, bf, &bf_head, 0); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1039 | else |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 1040 | ath_tx_complete_buf(sc, bf, txq, &bf_head, 0, 0); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1041 | } |
| 1042 | |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 1043 | spin_lock_bh(&txq->axq_lock); |
| 1044 | txq->axq_tx_inprogress = false; |
| 1045 | spin_unlock_bh(&txq->axq_lock); |
| 1046 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1047 | /* flush any pending frames if aggregation is enabled */ |
| 1048 | if (sc->sc_flags & SC_OP_TXAGGR) { |
| 1049 | if (!retry_tx) { |
| 1050 | spin_lock_bh(&txq->axq_lock); |
| 1051 | ath_txq_drain_pending_buffers(sc, txq); |
| 1052 | spin_unlock_bh(&txq->axq_lock); |
| 1053 | } |
| 1054 | } |
| 1055 | } |
| 1056 | |
Sujith | 043a040 | 2009-01-16 21:38:47 +0530 | [diff] [blame] | 1057 | void ath_drain_all_txq(struct ath_softc *sc, bool retry_tx) |
| 1058 | { |
Sujith | cbe61d8 | 2009-02-09 13:27:12 +0530 | [diff] [blame] | 1059 | struct ath_hw *ah = sc->sc_ah; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1060 | struct ath_common *common = ath9k_hw_common(sc->sc_ah); |
Sujith | 043a040 | 2009-01-16 21:38:47 +0530 | [diff] [blame] | 1061 | struct ath_txq *txq; |
| 1062 | int i, npend = 0; |
| 1063 | |
| 1064 | if (sc->sc_flags & SC_OP_INVALID) |
| 1065 | return; |
| 1066 | |
| 1067 | /* Stop beacon queue */ |
| 1068 | ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq); |
| 1069 | |
| 1070 | /* Stop data queues */ |
| 1071 | for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++) { |
| 1072 | if (ATH_TXQ_SETUP(sc, i)) { |
| 1073 | txq = &sc->tx.txq[i]; |
| 1074 | ath9k_hw_stoptxdma(ah, txq->axq_qnum); |
| 1075 | npend += ath9k_hw_numtxpending(ah, txq->axq_qnum); |
| 1076 | } |
| 1077 | } |
| 1078 | |
| 1079 | if (npend) { |
| 1080 | int r; |
| 1081 | |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1082 | ath_print(common, ATH_DBG_XMIT, |
| 1083 | "Unable to stop TxDMA. Reset HAL!\n"); |
Sujith | 043a040 | 2009-01-16 21:38:47 +0530 | [diff] [blame] | 1084 | |
| 1085 | spin_lock_bh(&sc->sc_resetlock); |
Sujith | 2660b81 | 2009-02-09 13:27:26 +0530 | [diff] [blame] | 1086 | r = ath9k_hw_reset(ah, sc->sc_ah->curchan, true); |
Sujith | 043a040 | 2009-01-16 21:38:47 +0530 | [diff] [blame] | 1087 | if (r) |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1088 | ath_print(common, ATH_DBG_FATAL, |
| 1089 | "Unable to reset hardware; reset status %d\n", |
| 1090 | r); |
Sujith | 043a040 | 2009-01-16 21:38:47 +0530 | [diff] [blame] | 1091 | spin_unlock_bh(&sc->sc_resetlock); |
| 1092 | } |
| 1093 | |
| 1094 | for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++) { |
| 1095 | if (ATH_TXQ_SETUP(sc, i)) |
| 1096 | ath_draintxq(sc, &sc->tx.txq[i], retry_tx); |
| 1097 | } |
| 1098 | } |
| 1099 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1100 | void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) |
| 1101 | { |
| 1102 | ath9k_hw_releasetxqueue(sc->sc_ah, txq->axq_qnum); |
| 1103 | sc->tx.txqsetup &= ~(1<<txq->axq_qnum); |
| 1104 | } |
| 1105 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1106 | void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq) |
| 1107 | { |
| 1108 | struct ath_atx_ac *ac; |
| 1109 | struct ath_atx_tid *tid; |
| 1110 | |
| 1111 | if (list_empty(&txq->axq_acq)) |
| 1112 | return; |
| 1113 | |
| 1114 | ac = list_first_entry(&txq->axq_acq, struct ath_atx_ac, list); |
| 1115 | list_del(&ac->list); |
| 1116 | ac->sched = false; |
| 1117 | |
| 1118 | do { |
| 1119 | if (list_empty(&ac->tid_q)) |
| 1120 | return; |
| 1121 | |
| 1122 | tid = list_first_entry(&ac->tid_q, struct ath_atx_tid, list); |
| 1123 | list_del(&tid->list); |
| 1124 | tid->sched = false; |
| 1125 | |
| 1126 | if (tid->paused) |
| 1127 | continue; |
| 1128 | |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 1129 | ath_tx_sched_aggr(sc, txq, tid); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1130 | |
| 1131 | /* |
| 1132 | * add tid to round-robin queue if more frames |
| 1133 | * are pending for the tid |
| 1134 | */ |
| 1135 | if (!list_empty(&tid->buf_q)) |
| 1136 | ath_tx_queue_tid(txq, tid); |
| 1137 | |
| 1138 | break; |
| 1139 | } while (!list_empty(&ac->tid_q)); |
| 1140 | |
| 1141 | if (!list_empty(&ac->tid_q)) { |
| 1142 | if (!ac->sched) { |
| 1143 | ac->sched = true; |
| 1144 | list_add_tail(&ac->list, &txq->axq_acq); |
| 1145 | } |
| 1146 | } |
| 1147 | } |
| 1148 | |
| 1149 | int ath_tx_setup(struct ath_softc *sc, int haltype) |
| 1150 | { |
| 1151 | struct ath_txq *txq; |
| 1152 | |
| 1153 | if (haltype >= ARRAY_SIZE(sc->tx.hwq_map)) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1154 | ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL, |
| 1155 | "HAL AC %u out of range, max %zu!\n", |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1156 | haltype, ARRAY_SIZE(sc->tx.hwq_map)); |
| 1157 | return 0; |
| 1158 | } |
| 1159 | txq = ath_txq_setup(sc, ATH9K_TX_QUEUE_DATA, haltype); |
| 1160 | if (txq != NULL) { |
| 1161 | sc->tx.hwq_map[haltype] = txq->axq_qnum; |
| 1162 | return 1; |
| 1163 | } else |
| 1164 | return 0; |
| 1165 | } |
| 1166 | |
| 1167 | /***********/ |
| 1168 | /* TX, DMA */ |
| 1169 | /***********/ |
| 1170 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1171 | /* |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1172 | * Insert a chain of ath_buf (descriptors) on a txq and |
| 1173 | * assume the descriptors are already chained together by caller. |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1174 | */ |
Sujith | 102e057 | 2008-10-29 10:15:16 +0530 | [diff] [blame] | 1175 | static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, |
| 1176 | struct list_head *head) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1177 | { |
Sujith | cbe61d8 | 2009-02-09 13:27:12 +0530 | [diff] [blame] | 1178 | struct ath_hw *ah = sc->sc_ah; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1179 | struct ath_common *common = ath9k_hw_common(ah); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1180 | struct ath_buf *bf; |
Sujith | 102e057 | 2008-10-29 10:15:16 +0530 | [diff] [blame] | 1181 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1182 | /* |
| 1183 | * Insert the frame on the outbound list and |
| 1184 | * pass it on to the hardware. |
| 1185 | */ |
| 1186 | |
| 1187 | if (list_empty(head)) |
| 1188 | return; |
| 1189 | |
| 1190 | bf = list_first_entry(head, struct ath_buf, list); |
| 1191 | |
| 1192 | list_splice_tail_init(head, &txq->axq_q); |
| 1193 | txq->axq_depth++; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1194 | txq->axq_linkbuf = list_entry(txq->axq_q.prev, struct ath_buf, list); |
| 1195 | |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1196 | ath_print(common, ATH_DBG_QUEUE, |
| 1197 | "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1198 | |
| 1199 | if (txq->axq_link == NULL) { |
| 1200 | ath9k_hw_puttxbuf(ah, txq->axq_qnum, bf->bf_daddr); |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1201 | ath_print(common, ATH_DBG_XMIT, |
| 1202 | "TXDP[%u] = %llx (%p)\n", |
| 1203 | txq->axq_qnum, ito64(bf->bf_daddr), bf->bf_desc); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1204 | } else { |
| 1205 | *txq->axq_link = bf->bf_daddr; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1206 | ath_print(common, ATH_DBG_XMIT, "link[%u] (%p)=%llx (%p)\n", |
| 1207 | txq->axq_qnum, txq->axq_link, |
| 1208 | ito64(bf->bf_daddr), bf->bf_desc); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1209 | } |
| 1210 | txq->axq_link = &(bf->bf_lastbf->bf_desc->ds_link); |
| 1211 | ath9k_hw_txstart(ah, txq->axq_qnum); |
| 1212 | } |
| 1213 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1214 | static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc) |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1215 | { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1216 | struct ath_buf *bf = NULL; |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1217 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1218 | spin_lock_bh(&sc->tx.txbuflock); |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1219 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1220 | if (unlikely(list_empty(&sc->tx.txbuf))) { |
| 1221 | spin_unlock_bh(&sc->tx.txbuflock); |
| 1222 | return NULL; |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1223 | } |
| 1224 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1225 | bf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list); |
| 1226 | list_del(&bf->list); |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1227 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1228 | spin_unlock_bh(&sc->tx.txbuflock); |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1229 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1230 | return bf; |
| 1231 | } |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1232 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1233 | static void ath_tx_send_ampdu(struct ath_softc *sc, struct ath_atx_tid *tid, |
| 1234 | struct list_head *bf_head, |
| 1235 | struct ath_tx_control *txctl) |
| 1236 | { |
| 1237 | struct ath_buf *bf; |
| 1238 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1239 | bf = list_first_entry(bf_head, struct ath_buf, list); |
| 1240 | bf->bf_state.bf_type |= BUF_AMPDU; |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 1241 | TX_STAT_INC(txctl->txq->axq_qnum, a_queued); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1242 | |
| 1243 | /* |
| 1244 | * Do not queue to h/w when any of the following conditions is true: |
| 1245 | * - there are pending frames in software queue |
| 1246 | * - the TID is currently paused for ADDBA/BAR request |
| 1247 | * - seqno is not within block-ack window |
| 1248 | * - h/w queue depth exceeds low water mark |
| 1249 | */ |
| 1250 | if (!list_empty(&tid->buf_q) || tid->paused || |
| 1251 | !BAW_WITHIN(tid->seq_start, tid->baw_size, bf->bf_seqno) || |
| 1252 | txctl->txq->axq_depth >= ATH_AGGR_MIN_QDEPTH) { |
Jouni Malinen | f7a276a | 2008-12-15 16:02:04 +0200 | [diff] [blame] | 1253 | /* |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1254 | * Add this frame to software queue for scheduling later |
| 1255 | * for aggregation. |
Jouni Malinen | f7a276a | 2008-12-15 16:02:04 +0200 | [diff] [blame] | 1256 | */ |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 1257 | list_move_tail(&bf->list, &tid->buf_q); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1258 | ath_tx_queue_tid(txctl->txq, tid); |
| 1259 | return; |
Jouni Malinen | f7a276a | 2008-12-15 16:02:04 +0200 | [diff] [blame] | 1260 | } |
| 1261 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1262 | /* Add sub-frame to BAW */ |
| 1263 | ath_tx_addto_baw(sc, tid, bf); |
| 1264 | |
| 1265 | /* Queue to h/w without aggregation */ |
| 1266 | bf->bf_nframes = 1; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 1267 | bf->bf_lastbf = bf; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1268 | ath_buf_set_rate(sc, bf); |
| 1269 | ath_tx_txqaddbuf(sc, txctl->txq, bf_head); |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1270 | } |
| 1271 | |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1272 | static void ath_tx_send_ht_normal(struct ath_softc *sc, struct ath_txq *txq, |
| 1273 | struct ath_atx_tid *tid, |
| 1274 | struct list_head *bf_head) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1275 | { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1276 | struct ath_buf *bf; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1277 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1278 | bf = list_first_entry(bf_head, struct ath_buf, list); |
| 1279 | bf->bf_state.bf_type &= ~BUF_AMPDU; |
| 1280 | |
| 1281 | /* update starting sequence number for subsequent ADDBA request */ |
| 1282 | INCR(tid->seq_start, IEEE80211_SEQ_MAX); |
| 1283 | |
| 1284 | bf->bf_nframes = 1; |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 1285 | bf->bf_lastbf = bf; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1286 | ath_buf_set_rate(sc, bf); |
| 1287 | ath_tx_txqaddbuf(sc, txq, bf_head); |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 1288 | TX_STAT_INC(txq->axq_qnum, queued); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1289 | } |
| 1290 | |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1291 | static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, |
| 1292 | struct list_head *bf_head) |
| 1293 | { |
| 1294 | struct ath_buf *bf; |
| 1295 | |
| 1296 | bf = list_first_entry(bf_head, struct ath_buf, list); |
| 1297 | |
| 1298 | bf->bf_lastbf = bf; |
| 1299 | bf->bf_nframes = 1; |
| 1300 | ath_buf_set_rate(sc, bf); |
| 1301 | ath_tx_txqaddbuf(sc, txq, bf_head); |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 1302 | TX_STAT_INC(txq->axq_qnum, queued); |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1303 | } |
| 1304 | |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1305 | static enum ath9k_pkt_type get_hw_packet_type(struct sk_buff *skb) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1306 | { |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1307 | struct ieee80211_hdr *hdr; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1308 | enum ath9k_pkt_type htype; |
| 1309 | __le16 fc; |
| 1310 | |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1311 | hdr = (struct ieee80211_hdr *)skb->data; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1312 | fc = hdr->frame_control; |
| 1313 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1314 | if (ieee80211_is_beacon(fc)) |
| 1315 | htype = ATH9K_PKT_TYPE_BEACON; |
| 1316 | else if (ieee80211_is_probe_resp(fc)) |
| 1317 | htype = ATH9K_PKT_TYPE_PROBE_RESP; |
| 1318 | else if (ieee80211_is_atim(fc)) |
| 1319 | htype = ATH9K_PKT_TYPE_ATIM; |
| 1320 | else if (ieee80211_is_pspoll(fc)) |
| 1321 | htype = ATH9K_PKT_TYPE_PSPOLL; |
| 1322 | else |
| 1323 | htype = ATH9K_PKT_TYPE_NORMAL; |
| 1324 | |
| 1325 | return htype; |
| 1326 | } |
| 1327 | |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1328 | static bool is_pae(struct sk_buff *skb) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1329 | { |
| 1330 | struct ieee80211_hdr *hdr; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1331 | __le16 fc; |
| 1332 | |
| 1333 | hdr = (struct ieee80211_hdr *)skb->data; |
| 1334 | fc = hdr->frame_control; |
Johannes Berg | e6a9854 | 2008-10-21 12:40:02 +0200 | [diff] [blame] | 1335 | |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1336 | if (ieee80211_is_data(fc)) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1337 | if (ieee80211_is_nullfunc(fc) || |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1338 | /* Port Access Entity (IEEE 802.1X) */ |
| 1339 | (skb->protocol == cpu_to_be16(ETH_P_PAE))) { |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1340 | return true; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1341 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1342 | } |
| 1343 | |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1344 | return false; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1345 | } |
| 1346 | |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1347 | static int get_hw_crypto_keytype(struct sk_buff *skb) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1348 | { |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1349 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
| 1350 | |
| 1351 | if (tx_info->control.hw_key) { |
| 1352 | if (tx_info->control.hw_key->alg == ALG_WEP) |
| 1353 | return ATH9K_KEY_TYPE_WEP; |
| 1354 | else if (tx_info->control.hw_key->alg == ALG_TKIP) |
| 1355 | return ATH9K_KEY_TYPE_TKIP; |
| 1356 | else if (tx_info->control.hw_key->alg == ALG_CCMP) |
| 1357 | return ATH9K_KEY_TYPE_AES; |
| 1358 | } |
| 1359 | |
| 1360 | return ATH9K_KEY_TYPE_CLEAR; |
| 1361 | } |
| 1362 | |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1363 | static void assign_aggr_tid_seqno(struct sk_buff *skb, |
| 1364 | struct ath_buf *bf) |
| 1365 | { |
| 1366 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
| 1367 | struct ieee80211_hdr *hdr; |
| 1368 | struct ath_node *an; |
| 1369 | struct ath_atx_tid *tid; |
| 1370 | __le16 fc; |
| 1371 | u8 *qc; |
| 1372 | |
| 1373 | if (!tx_info->control.sta) |
| 1374 | return; |
| 1375 | |
| 1376 | an = (struct ath_node *)tx_info->control.sta->drv_priv; |
| 1377 | hdr = (struct ieee80211_hdr *)skb->data; |
| 1378 | fc = hdr->frame_control; |
| 1379 | |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1380 | if (ieee80211_is_data_qos(fc)) { |
| 1381 | qc = ieee80211_get_qos_ctl(hdr); |
| 1382 | bf->bf_tidno = qc[0] & 0xf; |
Sujith | 98deeea | 2008-08-11 14:05:46 +0530 | [diff] [blame] | 1383 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1384 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1385 | /* |
| 1386 | * For HT capable stations, we save tidno for later use. |
Senthil Balasubramanian | d3a1db1 | 2008-12-22 16:31:58 +0530 | [diff] [blame] | 1387 | * We also override seqno set by upper layer with the one |
| 1388 | * in tx aggregation state. |
| 1389 | * |
| 1390 | * If fragmentation is on, the sequence number is |
| 1391 | * not overridden, since it has been |
| 1392 | * incremented by the fragmentation routine. |
| 1393 | * |
| 1394 | * FIXME: check if the fragmentation threshold exceeds |
| 1395 | * IEEE80211 max. |
| 1396 | */ |
| 1397 | tid = ATH_AN_2_TID(an, bf->bf_tidno); |
| 1398 | hdr->seq_ctrl = cpu_to_le16(tid->seq_next << |
| 1399 | IEEE80211_SEQ_SEQ_SHIFT); |
| 1400 | bf->bf_seqno = tid->seq_next; |
| 1401 | INCR(tid->seq_next, IEEE80211_SEQ_MAX); |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1402 | } |
| 1403 | |
| 1404 | static int setup_tx_flags(struct ath_softc *sc, struct sk_buff *skb, |
| 1405 | struct ath_txq *txq) |
| 1406 | { |
| 1407 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
| 1408 | int flags = 0; |
| 1409 | |
| 1410 | flags |= ATH9K_TXDESC_CLRDMASK; /* needed for crypto errors */ |
| 1411 | flags |= ATH9K_TXDESC_INTREQ; |
| 1412 | |
| 1413 | if (tx_info->flags & IEEE80211_TX_CTL_NO_ACK) |
| 1414 | flags |= ATH9K_TXDESC_NOACK; |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1415 | |
| 1416 | return flags; |
| 1417 | } |
| 1418 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1419 | /* |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1420 | * rix - rate index |
| 1421 | * pktlen - total bytes (delims + data + fcs + pads + pad delims) |
| 1422 | * width - 0 for 20 MHz, 1 for 40 MHz |
| 1423 | * half_gi - to use 4us v/s 3.6 us for symbol time |
| 1424 | */ |
Sujith | 102e057 | 2008-10-29 10:15:16 +0530 | [diff] [blame] | 1425 | static u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, struct ath_buf *bf, |
| 1426 | int width, int half_gi, bool shortPreamble) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1427 | { |
Luis R. Rodriguez | 4f0fc7c | 2009-05-06 02:20:00 -0400 | [diff] [blame] | 1428 | const struct ath_rate_table *rate_table = sc->cur_rate_table; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1429 | u32 nbits, nsymbits, duration, nsymbols; |
| 1430 | u8 rc; |
| 1431 | int streams, pktlen; |
| 1432 | |
Sujith | cd3d39a | 2008-08-11 14:03:34 +0530 | [diff] [blame] | 1433 | pktlen = bf_isaggr(bf) ? bf->bf_al : bf->bf_frmlen; |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1434 | rc = rate_table->info[rix].ratecode; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1435 | |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1436 | /* for legacy rates, use old function to compute packet duration */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1437 | if (!IS_HT_RATE(rc)) |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1438 | return ath9k_hw_computetxtime(sc->sc_ah, rate_table, pktlen, |
| 1439 | rix, shortPreamble); |
| 1440 | |
| 1441 | /* find number of symbols: PLCP + data */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1442 | nbits = (pktlen << 3) + OFDM_PLCP_BITS; |
| 1443 | nsymbits = bits_per_symbol[HT_RC_2_MCS(rc)][width]; |
| 1444 | nsymbols = (nbits + nsymbits - 1) / nsymbits; |
| 1445 | |
| 1446 | if (!half_gi) |
| 1447 | duration = SYMBOL_TIME(nsymbols); |
| 1448 | else |
| 1449 | duration = SYMBOL_TIME_HALFGI(nsymbols); |
| 1450 | |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1451 | /* addup duration for legacy/ht training and signal fields */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1452 | streams = HT_RC_2_STREAMS(rc); |
| 1453 | duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); |
Sujith | 102e057 | 2008-10-29 10:15:16 +0530 | [diff] [blame] | 1454 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1455 | return duration; |
| 1456 | } |
| 1457 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1458 | static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf) |
| 1459 | { |
Luis R. Rodriguez | 43c2761 | 2009-09-13 21:07:07 -0700 | [diff] [blame] | 1460 | struct ath_common *common = ath9k_hw_common(sc->sc_ah); |
Luis R. Rodriguez | 4f0fc7c | 2009-05-06 02:20:00 -0400 | [diff] [blame] | 1461 | const struct ath_rate_table *rt = sc->cur_rate_table; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1462 | struct ath9k_11n_rate_series series[4]; |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1463 | struct sk_buff *skb; |
| 1464 | struct ieee80211_tx_info *tx_info; |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1465 | struct ieee80211_tx_rate *rates; |
Sujith | 254ad0f | 2009-02-04 08:10:19 +0530 | [diff] [blame] | 1466 | struct ieee80211_hdr *hdr; |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1467 | int i, flags = 0; |
| 1468 | u8 rix = 0, ctsrate = 0; |
Sujith | 254ad0f | 2009-02-04 08:10:19 +0530 | [diff] [blame] | 1469 | bool is_pspoll; |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1470 | |
| 1471 | memset(series, 0, sizeof(struct ath9k_11n_rate_series) * 4); |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1472 | |
Sujith | a22be22 | 2009-03-30 15:28:36 +0530 | [diff] [blame] | 1473 | skb = bf->bf_mpdu; |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1474 | tx_info = IEEE80211_SKB_CB(skb); |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1475 | rates = tx_info->control.rates; |
Sujith | 254ad0f | 2009-02-04 08:10:19 +0530 | [diff] [blame] | 1476 | hdr = (struct ieee80211_hdr *)skb->data; |
| 1477 | is_pspoll = ieee80211_is_pspoll(hdr->frame_control); |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1478 | |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1479 | /* |
| 1480 | * We check if Short Preamble is needed for the CTS rate by |
| 1481 | * checking the BSS's global flag. |
| 1482 | * But for the rate series, IEEE80211_TX_RC_USE_SHORT_PREAMBLE is used. |
| 1483 | */ |
| 1484 | if (sc->sc_flags & SC_OP_PREAMBLE_SHORT) |
| 1485 | ctsrate = rt->info[tx_info->control.rts_cts_rate_idx].ratecode | |
| 1486 | rt->info[tx_info->control.rts_cts_rate_idx].short_preamble; |
| 1487 | else |
| 1488 | ctsrate = rt->info[tx_info->control.rts_cts_rate_idx].ratecode; |
Luis R. Rodriguez | 9674225 | 2008-12-23 15:58:38 -0800 | [diff] [blame] | 1489 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1490 | /* |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1491 | * ATH9K_TXDESC_RTSENA and ATH9K_TXDESC_CTSENA are mutually exclusive. |
| 1492 | * Check the first rate in the series to decide whether RTS/CTS |
| 1493 | * or CTS-to-self has to be used. |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1494 | */ |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1495 | if (rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT) |
| 1496 | flags = ATH9K_TXDESC_CTSENA; |
| 1497 | else if (rates[0].flags & IEEE80211_TX_RC_USE_RTS_CTS) |
| 1498 | flags = ATH9K_TXDESC_RTSENA; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1499 | |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1500 | /* FIXME: Handle aggregation protection */ |
Sujith | 17d7904 | 2009-02-09 13:27:03 +0530 | [diff] [blame] | 1501 | if (sc->config.ath_aggr_prot && |
Sujith | cd3d39a | 2008-08-11 14:03:34 +0530 | [diff] [blame] | 1502 | (!bf_isaggr(bf) || (bf_isaggr(bf) && bf->bf_al < 8192))) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1503 | flags = ATH9K_TXDESC_RTSENA; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1504 | } |
| 1505 | |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1506 | /* For AR5416 - RTS cannot be followed by a frame larger than 8K */ |
Sujith | 2660b81 | 2009-02-09 13:27:26 +0530 | [diff] [blame] | 1507 | if (bf_isaggr(bf) && (bf->bf_al > sc->sc_ah->caps.rts_aggr_limit)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1508 | flags &= ~(ATH9K_TXDESC_RTSENA); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1509 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1510 | for (i = 0; i < 4; i++) { |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1511 | if (!rates[i].count || (rates[i].idx < 0)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1512 | continue; |
| 1513 | |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1514 | rix = rates[i].idx; |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1515 | series[i].Tries = rates[i].count; |
Luis R. Rodriguez | 43c2761 | 2009-09-13 21:07:07 -0700 | [diff] [blame] | 1516 | series[i].ChSel = common->tx_chainmask; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1517 | |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1518 | if (rates[i].flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) |
| 1519 | series[i].Rate = rt->info[rix].ratecode | |
| 1520 | rt->info[rix].short_preamble; |
| 1521 | else |
| 1522 | series[i].Rate = rt->info[rix].ratecode; |
| 1523 | |
| 1524 | if (rates[i].flags & IEEE80211_TX_RC_USE_RTS_CTS) |
| 1525 | series[i].RateFlags |= ATH9K_RATESERIES_RTS_CTS; |
| 1526 | if (rates[i].flags & IEEE80211_TX_RC_40_MHZ_WIDTH) |
| 1527 | series[i].RateFlags |= ATH9K_RATESERIES_2040; |
| 1528 | if (rates[i].flags & IEEE80211_TX_RC_SHORT_GI) |
| 1529 | series[i].RateFlags |= ATH9K_RATESERIES_HALFGI; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1530 | |
Sujith | 102e057 | 2008-10-29 10:15:16 +0530 | [diff] [blame] | 1531 | series[i].PktDuration = ath_pkt_duration(sc, rix, bf, |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1532 | (rates[i].flags & IEEE80211_TX_RC_40_MHZ_WIDTH) != 0, |
| 1533 | (rates[i].flags & IEEE80211_TX_RC_SHORT_GI), |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1534 | (rates[i].flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE)); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1535 | } |
| 1536 | |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1537 | /* set dur_update_en for l-sig computation except for PS-Poll frames */ |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1538 | ath9k_hw_set11n_ratescenario(sc->sc_ah, bf->bf_desc, |
| 1539 | bf->bf_lastbf->bf_desc, |
Sujith | 254ad0f | 2009-02-04 08:10:19 +0530 | [diff] [blame] | 1540 | !is_pspoll, ctsrate, |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1541 | 0, series, 4, flags); |
Sujith | 102e057 | 2008-10-29 10:15:16 +0530 | [diff] [blame] | 1542 | |
Sujith | 17d7904 | 2009-02-09 13:27:03 +0530 | [diff] [blame] | 1543 | if (sc->config.ath_aggr_prot && flags) |
Sujith | c89424d | 2009-01-30 14:29:28 +0530 | [diff] [blame] | 1544 | ath9k_hw_set11n_burstduration(sc->sc_ah, bf->bf_desc, 8192); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1545 | } |
| 1546 | |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1547 | static int ath_tx_setup_buffer(struct ieee80211_hw *hw, struct ath_buf *bf, |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1548 | struct sk_buff *skb, |
| 1549 | struct ath_tx_control *txctl) |
| 1550 | { |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1551 | struct ath_wiphy *aphy = hw->priv; |
| 1552 | struct ath_softc *sc = aphy->sc; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1553 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
| 1554 | struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; |
| 1555 | struct ath_tx_info_priv *tx_info_priv; |
| 1556 | int hdrlen; |
| 1557 | __le16 fc; |
| 1558 | |
| 1559 | tx_info_priv = kzalloc(sizeof(*tx_info_priv), GFP_ATOMIC); |
| 1560 | if (unlikely(!tx_info_priv)) |
| 1561 | return -ENOMEM; |
| 1562 | tx_info->rate_driver_data[0] = tx_info_priv; |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1563 | tx_info_priv->aphy = aphy; |
Jouni Malinen | f0ed85c | 2009-03-03 19:23:31 +0200 | [diff] [blame] | 1564 | tx_info_priv->frame_type = txctl->frame_type; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1565 | hdrlen = ieee80211_get_hdrlen_from_skb(skb); |
| 1566 | fc = hdr->frame_control; |
| 1567 | |
| 1568 | ATH_TXBUF_RESET(bf); |
| 1569 | |
| 1570 | bf->bf_frmlen = skb->len + FCS_LEN - (hdrlen & 3); |
| 1571 | |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1572 | if (conf_is_ht(&sc->hw->conf) && !is_pae(skb)) |
Sujith | c656bbb | 2009-01-16 21:38:56 +0530 | [diff] [blame] | 1573 | bf->bf_state.bf_type |= BUF_HT; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1574 | |
| 1575 | bf->bf_flags = setup_tx_flags(sc, skb, txctl->txq); |
| 1576 | |
| 1577 | bf->bf_keytype = get_hw_crypto_keytype(skb); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1578 | if (bf->bf_keytype != ATH9K_KEY_TYPE_CLEAR) { |
| 1579 | bf->bf_frmlen += tx_info->control.hw_key->icv_len; |
| 1580 | bf->bf_keyix = tx_info->control.hw_key->hw_key_idx; |
| 1581 | } else { |
| 1582 | bf->bf_keyix = ATH9K_TXKEYIX_INVALID; |
| 1583 | } |
| 1584 | |
| 1585 | if (ieee80211_is_data_qos(fc) && (sc->sc_flags & SC_OP_TXAGGR)) |
| 1586 | assign_aggr_tid_seqno(skb, bf); |
| 1587 | |
| 1588 | bf->bf_mpdu = skb; |
| 1589 | |
| 1590 | bf->bf_dmacontext = dma_map_single(sc->dev, skb->data, |
| 1591 | skb->len, DMA_TO_DEVICE); |
| 1592 | if (unlikely(dma_mapping_error(sc->dev, bf->bf_dmacontext))) { |
| 1593 | bf->bf_mpdu = NULL; |
Sujith | 675902e | 2009-04-13 21:56:34 +0530 | [diff] [blame] | 1594 | kfree(tx_info_priv); |
| 1595 | tx_info->rate_driver_data[0] = NULL; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1596 | ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL, |
| 1597 | "dma_mapping_error() on TX\n"); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1598 | return -ENOMEM; |
| 1599 | } |
| 1600 | |
| 1601 | bf->bf_buf_addr = bf->bf_dmacontext; |
| 1602 | return 0; |
| 1603 | } |
| 1604 | |
| 1605 | /* FIXME: tx power */ |
| 1606 | static void ath_tx_start_dma(struct ath_softc *sc, struct ath_buf *bf, |
| 1607 | struct ath_tx_control *txctl) |
| 1608 | { |
Sujith | a22be22 | 2009-03-30 15:28:36 +0530 | [diff] [blame] | 1609 | struct sk_buff *skb = bf->bf_mpdu; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1610 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1611 | struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1612 | struct ath_node *an = NULL; |
| 1613 | struct list_head bf_head; |
| 1614 | struct ath_desc *ds; |
| 1615 | struct ath_atx_tid *tid; |
Sujith | cbe61d8 | 2009-02-09 13:27:12 +0530 | [diff] [blame] | 1616 | struct ath_hw *ah = sc->sc_ah; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1617 | int frm_type; |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1618 | __le16 fc; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1619 | |
| 1620 | frm_type = get_hw_packet_type(skb); |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1621 | fc = hdr->frame_control; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1622 | |
| 1623 | INIT_LIST_HEAD(&bf_head); |
| 1624 | list_add_tail(&bf->list, &bf_head); |
| 1625 | |
| 1626 | ds = bf->bf_desc; |
| 1627 | ds->ds_link = 0; |
| 1628 | ds->ds_data = bf->bf_buf_addr; |
| 1629 | |
| 1630 | ath9k_hw_set11n_txdesc(ah, ds, bf->bf_frmlen, frm_type, MAX_RATE_POWER, |
| 1631 | bf->bf_keyix, bf->bf_keytype, bf->bf_flags); |
| 1632 | |
| 1633 | ath9k_hw_filltxdesc(ah, ds, |
| 1634 | skb->len, /* segment length */ |
| 1635 | true, /* first segment */ |
| 1636 | true, /* last segment */ |
| 1637 | ds); /* first descriptor */ |
| 1638 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1639 | spin_lock_bh(&txctl->txq->axq_lock); |
| 1640 | |
| 1641 | if (bf_isht(bf) && (sc->sc_flags & SC_OP_TXAGGR) && |
| 1642 | tx_info->control.sta) { |
| 1643 | an = (struct ath_node *)tx_info->control.sta->drv_priv; |
| 1644 | tid = ATH_AN_2_TID(an, bf->bf_tidno); |
| 1645 | |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1646 | if (!ieee80211_is_data_qos(fc)) { |
| 1647 | ath_tx_send_normal(sc, txctl->txq, &bf_head); |
| 1648 | goto tx_done; |
| 1649 | } |
| 1650 | |
Vasanthakumar Thiagarajan | 089e698 | 2009-06-10 17:50:07 +0530 | [diff] [blame] | 1651 | if (tx_info->flags & IEEE80211_TX_CTL_AMPDU) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1652 | /* |
| 1653 | * Try aggregation if it's a unicast data frame |
| 1654 | * and the destination is HT capable. |
| 1655 | */ |
| 1656 | ath_tx_send_ampdu(sc, tid, &bf_head, txctl); |
| 1657 | } else { |
| 1658 | /* |
| 1659 | * Send this frame as regular when ADDBA |
| 1660 | * exchange is neither complete nor pending. |
| 1661 | */ |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1662 | ath_tx_send_ht_normal(sc, txctl->txq, |
| 1663 | tid, &bf_head); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1664 | } |
| 1665 | } else { |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1666 | ath_tx_send_normal(sc, txctl->txq, &bf_head); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1667 | } |
| 1668 | |
Sujith | c37452b | 2009-03-09 09:31:57 +0530 | [diff] [blame] | 1669 | tx_done: |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1670 | spin_unlock_bh(&txctl->txq->axq_lock); |
| 1671 | } |
| 1672 | |
| 1673 | /* Upon failure caller should free skb */ |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1674 | int ath_tx_start(struct ieee80211_hw *hw, struct sk_buff *skb, |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1675 | struct ath_tx_control *txctl) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1676 | { |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1677 | struct ath_wiphy *aphy = hw->priv; |
| 1678 | struct ath_softc *sc = aphy->sc; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1679 | struct ath_common *common = ath9k_hw_common(sc->sc_ah); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1680 | struct ath_buf *bf; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1681 | int r; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1682 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1683 | bf = ath_tx_get_buffer(sc); |
| 1684 | if (!bf) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1685 | ath_print(common, ATH_DBG_XMIT, "TX buffers are full\n"); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1686 | return -1; |
| 1687 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1688 | |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1689 | r = ath_tx_setup_buffer(hw, bf, skb, txctl); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1690 | if (unlikely(r)) { |
| 1691 | struct ath_txq *txq = txctl->txq; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1692 | |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1693 | ath_print(common, ATH_DBG_FATAL, "TX mem alloc failure\n"); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1694 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1695 | /* upon ath_tx_processq() this TX queue will be resumed, we |
| 1696 | * guarantee this will happen by knowing beforehand that |
| 1697 | * we will at least have to run TX completionon one buffer |
| 1698 | * on the queue */ |
| 1699 | spin_lock_bh(&txq->axq_lock); |
Sujith | f7a99e4 | 2009-02-17 15:36:33 +0530 | [diff] [blame] | 1700 | if (sc->tx.txq[txq->axq_qnum].axq_depth > 1) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1701 | ieee80211_stop_queue(sc->hw, |
| 1702 | skb_get_queue_mapping(skb)); |
| 1703 | txq->stopped = 1; |
| 1704 | } |
| 1705 | spin_unlock_bh(&txq->axq_lock); |
| 1706 | |
| 1707 | spin_lock_bh(&sc->tx.txbuflock); |
| 1708 | list_add_tail(&bf->list, &sc->tx.txbuf); |
| 1709 | spin_unlock_bh(&sc->tx.txbuflock); |
| 1710 | |
| 1711 | return r; |
| 1712 | } |
| 1713 | |
| 1714 | ath_tx_start_dma(sc, bf, txctl); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1715 | |
| 1716 | return 0; |
| 1717 | } |
| 1718 | |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1719 | void ath_tx_cabq(struct ieee80211_hw *hw, struct sk_buff *skb) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1720 | { |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1721 | struct ath_wiphy *aphy = hw->priv; |
| 1722 | struct ath_softc *sc = aphy->sc; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1723 | struct ath_common *common = ath9k_hw_common(sc->sc_ah); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1724 | int hdrlen, padsize; |
| 1725 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); |
| 1726 | struct ath_tx_control txctl; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1727 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1728 | memset(&txctl, 0, sizeof(struct ath_tx_control)); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1729 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1730 | /* |
| 1731 | * As a temporary workaround, assign seq# here; this will likely need |
| 1732 | * to be cleaned up to work better with Beacon transmission and virtual |
| 1733 | * BSSes. |
| 1734 | */ |
| 1735 | if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ) { |
| 1736 | struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; |
| 1737 | if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) |
| 1738 | sc->tx.seq_no += 0x10; |
| 1739 | hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); |
| 1740 | hdr->seq_ctrl |= cpu_to_le16(sc->tx.seq_no); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1741 | } |
| 1742 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1743 | /* Add the padding after the header if this is not already done */ |
| 1744 | hdrlen = ieee80211_get_hdrlen_from_skb(skb); |
| 1745 | if (hdrlen & 3) { |
| 1746 | padsize = hdrlen % 4; |
| 1747 | if (skb_headroom(skb) < padsize) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1748 | ath_print(common, ATH_DBG_XMIT, |
| 1749 | "TX CABQ padding failed\n"); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1750 | dev_kfree_skb_any(skb); |
| 1751 | return; |
| 1752 | } |
| 1753 | skb_push(skb, padsize); |
| 1754 | memmove(skb->data, skb->data + padsize, hdrlen); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1755 | } |
| 1756 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1757 | txctl.txq = sc->beacon.cabq; |
| 1758 | |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1759 | ath_print(common, ATH_DBG_XMIT, |
| 1760 | "transmitting CABQ packet, skb: %p\n", skb); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1761 | |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1762 | if (ath_tx_start(hw, skb, &txctl) != 0) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1763 | ath_print(common, ATH_DBG_XMIT, "CABQ TX failed\n"); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1764 | goto exit; |
| 1765 | } |
| 1766 | |
| 1767 | return; |
| 1768 | exit: |
| 1769 | dev_kfree_skb_any(skb); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1770 | } |
| 1771 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1772 | /*****************/ |
| 1773 | /* TX Completion */ |
| 1774 | /*****************/ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1775 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1776 | static void ath_tx_complete(struct ath_softc *sc, struct sk_buff *skb, |
Vasanthakumar Thiagarajan | 6b2c403 | 2009-03-20 15:27:50 +0530 | [diff] [blame] | 1777 | int tx_flags) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1778 | { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1779 | struct ieee80211_hw *hw = sc->hw; |
| 1780 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
| 1781 | struct ath_tx_info_priv *tx_info_priv = ATH_TX_INFO_PRIV(tx_info); |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1782 | struct ath_common *common = ath9k_hw_common(sc->sc_ah); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1783 | int hdrlen, padsize; |
Jouni Malinen | f0ed85c | 2009-03-03 19:23:31 +0200 | [diff] [blame] | 1784 | int frame_type = ATH9K_NOT_INTERNAL; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1785 | |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1786 | ath_print(common, ATH_DBG_XMIT, "TX complete: skb: %p\n", skb); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1787 | |
Jouni Malinen | f0ed85c | 2009-03-03 19:23:31 +0200 | [diff] [blame] | 1788 | if (tx_info_priv) { |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1789 | hw = tx_info_priv->aphy->hw; |
Jouni Malinen | f0ed85c | 2009-03-03 19:23:31 +0200 | [diff] [blame] | 1790 | frame_type = tx_info_priv->frame_type; |
| 1791 | } |
Jouni Malinen | c52f33d | 2009-03-03 19:23:29 +0200 | [diff] [blame] | 1792 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1793 | if (tx_info->flags & IEEE80211_TX_CTL_NO_ACK || |
| 1794 | tx_info->flags & IEEE80211_TX_STAT_TX_FILTERED) { |
| 1795 | kfree(tx_info_priv); |
| 1796 | tx_info->rate_driver_data[0] = NULL; |
| 1797 | } |
| 1798 | |
Vasanthakumar Thiagarajan | 6b2c403 | 2009-03-20 15:27:50 +0530 | [diff] [blame] | 1799 | if (tx_flags & ATH_TX_BAR) |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1800 | tx_info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1801 | |
Vasanthakumar Thiagarajan | 6b2c403 | 2009-03-20 15:27:50 +0530 | [diff] [blame] | 1802 | if (!(tx_flags & (ATH_TX_ERROR | ATH_TX_XRETRY))) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1803 | /* Frame was ACKed */ |
| 1804 | tx_info->flags |= IEEE80211_TX_STAT_ACK; |
| 1805 | } |
| 1806 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1807 | hdrlen = ieee80211_get_hdrlen_from_skb(skb); |
| 1808 | padsize = hdrlen & 3; |
| 1809 | if (padsize && hdrlen >= 24) { |
| 1810 | /* |
| 1811 | * Remove MAC header padding before giving the frame back to |
| 1812 | * mac80211. |
| 1813 | */ |
| 1814 | memmove(skb->data + padsize, skb->data, hdrlen); |
| 1815 | skb_pull(skb, padsize); |
| 1816 | } |
| 1817 | |
Jouni Malinen | 9a23f9c | 2009-05-19 17:01:38 +0300 | [diff] [blame] | 1818 | if (sc->sc_flags & SC_OP_WAIT_FOR_TX_ACK) { |
| 1819 | sc->sc_flags &= ~SC_OP_WAIT_FOR_TX_ACK; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1820 | ath_print(common, ATH_DBG_PS, |
| 1821 | "Going back to sleep after having " |
| 1822 | "received TX status (0x%x)\n", |
Jouni Malinen | 9a23f9c | 2009-05-19 17:01:38 +0300 | [diff] [blame] | 1823 | sc->sc_flags & (SC_OP_WAIT_FOR_BEACON | |
| 1824 | SC_OP_WAIT_FOR_CAB | |
| 1825 | SC_OP_WAIT_FOR_PSPOLL_DATA | |
| 1826 | SC_OP_WAIT_FOR_TX_ACK)); |
| 1827 | } |
| 1828 | |
Jouni Malinen | f0ed85c | 2009-03-03 19:23:31 +0200 | [diff] [blame] | 1829 | if (frame_type == ATH9K_NOT_INTERNAL) |
| 1830 | ieee80211_tx_status(hw, skb); |
| 1831 | else |
| 1832 | ath9k_tx_status(hw, skb); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1833 | } |
| 1834 | |
| 1835 | static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 1836 | struct ath_txq *txq, |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1837 | struct list_head *bf_q, |
| 1838 | int txok, int sendbar) |
| 1839 | { |
| 1840 | struct sk_buff *skb = bf->bf_mpdu; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1841 | unsigned long flags; |
Vasanthakumar Thiagarajan | 6b2c403 | 2009-03-20 15:27:50 +0530 | [diff] [blame] | 1842 | int tx_flags = 0; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1843 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1844 | if (sendbar) |
Vasanthakumar Thiagarajan | 6b2c403 | 2009-03-20 15:27:50 +0530 | [diff] [blame] | 1845 | tx_flags = ATH_TX_BAR; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1846 | |
| 1847 | if (!txok) { |
Vasanthakumar Thiagarajan | 6b2c403 | 2009-03-20 15:27:50 +0530 | [diff] [blame] | 1848 | tx_flags |= ATH_TX_ERROR; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1849 | |
| 1850 | if (bf_isxretried(bf)) |
Vasanthakumar Thiagarajan | 6b2c403 | 2009-03-20 15:27:50 +0530 | [diff] [blame] | 1851 | tx_flags |= ATH_TX_XRETRY; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1852 | } |
| 1853 | |
| 1854 | dma_unmap_single(sc->dev, bf->bf_dmacontext, skb->len, DMA_TO_DEVICE); |
Vasanthakumar Thiagarajan | 6b2c403 | 2009-03-20 15:27:50 +0530 | [diff] [blame] | 1855 | ath_tx_complete(sc, skb, tx_flags); |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 1856 | ath_debug_stat_tx(sc, txq, bf); |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1857 | |
| 1858 | /* |
| 1859 | * Return the list of ath_buf of this mpdu to free queue |
| 1860 | */ |
| 1861 | spin_lock_irqsave(&sc->tx.txbuflock, flags); |
| 1862 | list_splice_tail_init(bf_q, &sc->tx.txbuf); |
| 1863 | spin_unlock_irqrestore(&sc->tx.txbuflock, flags); |
| 1864 | } |
| 1865 | |
| 1866 | static int ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf, |
| 1867 | int txok) |
| 1868 | { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1869 | struct ath_buf *bf_last = bf->bf_lastbf; |
| 1870 | struct ath_desc *ds = bf_last->bf_desc; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1871 | u16 seq_st = 0; |
| 1872 | u32 ba[WME_BA_BMP_SIZE >> 5]; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1873 | int ba_index; |
| 1874 | int nbad = 0; |
| 1875 | int isaggr = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1876 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1877 | if (ds->ds_txstat.ts_flags == ATH9K_TX_SW_ABORTED) |
| 1878 | return 0; |
Sujith | 528f0c6 | 2008-10-29 10:14:26 +0530 | [diff] [blame] | 1879 | |
Sujith | cd3d39a | 2008-08-11 14:03:34 +0530 | [diff] [blame] | 1880 | isaggr = bf_isaggr(bf); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1881 | if (isaggr) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1882 | seq_st = ATH_DS_BA_SEQ(ds); |
| 1883 | memcpy(ba, ATH_DS_BA_BITMAP(ds), WME_BA_BMP_SIZE >> 3); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1884 | } |
| 1885 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1886 | while (bf) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1887 | ba_index = ATH_BA_INDEX(seq_st, bf->bf_seqno); |
| 1888 | if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index))) |
| 1889 | nbad++; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1890 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1891 | bf = bf->bf_next; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1892 | } |
| 1893 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1894 | return nbad; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1895 | } |
| 1896 | |
Sujith | 95e4acb | 2009-03-13 08:56:09 +0530 | [diff] [blame] | 1897 | static void ath_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds, |
Vasanthakumar Thiagarajan | 8a92e2e | 2009-03-20 15:27:49 +0530 | [diff] [blame] | 1898 | int nbad, int txok, bool update_rc) |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1899 | { |
Sujith | a22be22 | 2009-03-30 15:28:36 +0530 | [diff] [blame] | 1900 | struct sk_buff *skb = bf->bf_mpdu; |
Sujith | 254ad0f | 2009-02-04 08:10:19 +0530 | [diff] [blame] | 1901 | struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1902 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
| 1903 | struct ath_tx_info_priv *tx_info_priv = ATH_TX_INFO_PRIV(tx_info); |
Vasanthakumar Thiagarajan | 8a92e2e | 2009-03-20 15:27:49 +0530 | [diff] [blame] | 1904 | struct ieee80211_hw *hw = tx_info_priv->aphy->hw; |
| 1905 | u8 i, tx_rateindex; |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1906 | |
Sujith | 95e4acb | 2009-03-13 08:56:09 +0530 | [diff] [blame] | 1907 | if (txok) |
| 1908 | tx_info->status.ack_signal = ds->ds_txstat.ts_rssi; |
| 1909 | |
Vasanthakumar Thiagarajan | 8a92e2e | 2009-03-20 15:27:49 +0530 | [diff] [blame] | 1910 | tx_rateindex = ds->ds_txstat.ts_rateindex; |
| 1911 | WARN_ON(tx_rateindex >= hw->max_rates); |
| 1912 | |
| 1913 | tx_info_priv->update_rc = update_rc; |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1914 | if (ds->ds_txstat.ts_status & ATH9K_TXERR_FILT) |
| 1915 | tx_info->flags |= IEEE80211_TX_STAT_TX_FILTERED; |
| 1916 | |
| 1917 | if ((ds->ds_txstat.ts_status & ATH9K_TXERR_FILT) == 0 && |
Vasanthakumar Thiagarajan | 8a92e2e | 2009-03-20 15:27:49 +0530 | [diff] [blame] | 1918 | (bf->bf_flags & ATH9K_TXDESC_NOACK) == 0 && update_rc) { |
Sujith | 254ad0f | 2009-02-04 08:10:19 +0530 | [diff] [blame] | 1919 | if (ieee80211_is_data(hdr->frame_control)) { |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1920 | memcpy(&tx_info_priv->tx, &ds->ds_txstat, |
| 1921 | sizeof(tx_info_priv->tx)); |
| 1922 | tx_info_priv->n_frames = bf->bf_nframes; |
| 1923 | tx_info_priv->n_bad_frames = nbad; |
| 1924 | } |
| 1925 | } |
Vasanthakumar Thiagarajan | 8a92e2e | 2009-03-20 15:27:49 +0530 | [diff] [blame] | 1926 | |
| 1927 | for (i = tx_rateindex + 1; i < hw->max_rates; i++) |
| 1928 | tx_info->status.rates[i].count = 0; |
| 1929 | |
| 1930 | tx_info->status.rates[tx_rateindex].count = bf->bf_retries + 1; |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1931 | } |
| 1932 | |
Sujith | 059d806 | 2009-01-16 21:38:49 +0530 | [diff] [blame] | 1933 | static void ath_wake_mac80211_queue(struct ath_softc *sc, struct ath_txq *txq) |
| 1934 | { |
| 1935 | int qnum; |
| 1936 | |
| 1937 | spin_lock_bh(&txq->axq_lock); |
| 1938 | if (txq->stopped && |
Sujith | f7a99e4 | 2009-02-17 15:36:33 +0530 | [diff] [blame] | 1939 | sc->tx.txq[txq->axq_qnum].axq_depth <= (ATH_TXBUF - 20)) { |
Sujith | 059d806 | 2009-01-16 21:38:49 +0530 | [diff] [blame] | 1940 | qnum = ath_get_mac80211_qnum(txq->axq_qnum, sc); |
| 1941 | if (qnum != -1) { |
| 1942 | ieee80211_wake_queue(sc->hw, qnum); |
| 1943 | txq->stopped = 0; |
| 1944 | } |
| 1945 | } |
| 1946 | spin_unlock_bh(&txq->axq_lock); |
| 1947 | } |
| 1948 | |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1949 | static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1950 | { |
Sujith | cbe61d8 | 2009-02-09 13:27:12 +0530 | [diff] [blame] | 1951 | struct ath_hw *ah = sc->sc_ah; |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1952 | struct ath_common *common = ath9k_hw_common(ah); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1953 | struct ath_buf *bf, *lastbf, *bf_held = NULL; |
| 1954 | struct list_head bf_head; |
Sujith | c428839 | 2008-11-18 09:09:30 +0530 | [diff] [blame] | 1955 | struct ath_desc *ds; |
Vasanthakumar Thiagarajan | 0934af2 | 2009-03-18 20:22:00 +0530 | [diff] [blame] | 1956 | int txok; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1957 | int status; |
| 1958 | |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 1959 | ath_print(common, ATH_DBG_QUEUE, "tx queue %d (%x), link %p\n", |
| 1960 | txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), |
| 1961 | txq->axq_link); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1962 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1963 | for (;;) { |
| 1964 | spin_lock_bh(&txq->axq_lock); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1965 | if (list_empty(&txq->axq_q)) { |
| 1966 | txq->axq_link = NULL; |
| 1967 | txq->axq_linkbuf = NULL; |
| 1968 | spin_unlock_bh(&txq->axq_lock); |
| 1969 | break; |
| 1970 | } |
| 1971 | bf = list_first_entry(&txq->axq_q, struct ath_buf, list); |
| 1972 | |
| 1973 | /* |
| 1974 | * There is a race condition that a BH gets scheduled |
| 1975 | * after sw writes TxE and before hw re-load the last |
| 1976 | * descriptor to get the newly chained one. |
| 1977 | * Software must keep the last DONE descriptor as a |
| 1978 | * holding descriptor - software does so by marking |
| 1979 | * it with the STALE flag. |
| 1980 | */ |
| 1981 | bf_held = NULL; |
Sujith | a119cc4 | 2009-03-30 15:28:38 +0530 | [diff] [blame] | 1982 | if (bf->bf_stale) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1983 | bf_held = bf; |
| 1984 | if (list_is_last(&bf_held->list, &txq->axq_q)) { |
Sujith | 6ef9b13 | 2009-01-16 21:38:51 +0530 | [diff] [blame] | 1985 | spin_unlock_bh(&txq->axq_lock); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1986 | break; |
| 1987 | } else { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1988 | bf = list_entry(bf_held->list.next, |
Sujith | 6ef9b13 | 2009-01-16 21:38:51 +0530 | [diff] [blame] | 1989 | struct ath_buf, list); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1990 | } |
| 1991 | } |
| 1992 | |
| 1993 | lastbf = bf->bf_lastbf; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 1994 | ds = lastbf->bf_desc; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1995 | |
| 1996 | status = ath9k_hw_txprocdesc(ah, ds); |
| 1997 | if (status == -EINPROGRESS) { |
| 1998 | spin_unlock_bh(&txq->axq_lock); |
| 1999 | break; |
| 2000 | } |
| 2001 | if (bf->bf_desc == txq->axq_lastdsWithCTS) |
| 2002 | txq->axq_lastdsWithCTS = NULL; |
| 2003 | if (ds == txq->axq_gatingds) |
| 2004 | txq->axq_gatingds = NULL; |
| 2005 | |
| 2006 | /* |
| 2007 | * Remove ath_buf's of the same transmit unit from txq, |
| 2008 | * however leave the last descriptor back as the holding |
| 2009 | * descriptor for hw. |
| 2010 | */ |
Sujith | a119cc4 | 2009-03-30 15:28:38 +0530 | [diff] [blame] | 2011 | lastbf->bf_stale = true; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2012 | INIT_LIST_HEAD(&bf_head); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2013 | if (!list_is_singular(&lastbf->list)) |
| 2014 | list_cut_position(&bf_head, |
| 2015 | &txq->axq_q, lastbf->list.prev); |
| 2016 | |
| 2017 | txq->axq_depth--; |
Sujith | cd3d39a | 2008-08-11 14:03:34 +0530 | [diff] [blame] | 2018 | if (bf_isaggr(bf)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2019 | txq->axq_aggr_depth--; |
| 2020 | |
| 2021 | txok = (ds->ds_txstat.ts_status == 0); |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 2022 | txq->axq_tx_inprogress = false; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2023 | spin_unlock_bh(&txq->axq_lock); |
| 2024 | |
| 2025 | if (bf_held) { |
Sujith | b77f483 | 2008-12-07 21:44:03 +0530 | [diff] [blame] | 2026 | spin_lock_bh(&sc->tx.txbuflock); |
Sujith | 6ef9b13 | 2009-01-16 21:38:51 +0530 | [diff] [blame] | 2027 | list_move_tail(&bf_held->list, &sc->tx.txbuf); |
Sujith | b77f483 | 2008-12-07 21:44:03 +0530 | [diff] [blame] | 2028 | spin_unlock_bh(&sc->tx.txbuflock); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2029 | } |
| 2030 | |
Sujith | cd3d39a | 2008-08-11 14:03:34 +0530 | [diff] [blame] | 2031 | if (!bf_isampdu(bf)) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2032 | /* |
| 2033 | * This frame is sent out as a single frame. |
| 2034 | * Use hardware retry status for this frame. |
| 2035 | */ |
| 2036 | bf->bf_retries = ds->ds_txstat.ts_longretry; |
| 2037 | if (ds->ds_txstat.ts_status & ATH9K_TXERR_XRETRY) |
Sujith | cd3d39a | 2008-08-11 14:03:34 +0530 | [diff] [blame] | 2038 | bf->bf_state.bf_type |= BUF_XRETRY; |
Vasanthakumar Thiagarajan | 8a92e2e | 2009-03-20 15:27:49 +0530 | [diff] [blame] | 2039 | ath_tx_rc_status(bf, ds, 0, txok, true); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2040 | } |
Johannes Berg | e6a9854 | 2008-10-21 12:40:02 +0200 | [diff] [blame] | 2041 | |
Sujith | cd3d39a | 2008-08-11 14:03:34 +0530 | [diff] [blame] | 2042 | if (bf_isampdu(bf)) |
Sujith | d43f3015 | 2009-01-16 21:38:53 +0530 | [diff] [blame] | 2043 | ath_tx_complete_aggr(sc, txq, bf, &bf_head, txok); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2044 | else |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 2045 | ath_tx_complete_buf(sc, bf, txq, &bf_head, txok, 0); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2046 | |
Sujith | 059d806 | 2009-01-16 21:38:49 +0530 | [diff] [blame] | 2047 | ath_wake_mac80211_queue(sc, txq); |
| 2048 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2049 | spin_lock_bh(&txq->axq_lock); |
Sujith | 672840a | 2008-08-11 14:05:08 +0530 | [diff] [blame] | 2050 | if (sc->sc_flags & SC_OP_TXAGGR) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2051 | ath_txq_schedule(sc, txq); |
| 2052 | spin_unlock_bh(&txq->axq_lock); |
| 2053 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2054 | } |
| 2055 | |
Sujith | 305fe47 | 2009-07-23 15:32:29 +0530 | [diff] [blame] | 2056 | static void ath_tx_complete_poll_work(struct work_struct *work) |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 2057 | { |
| 2058 | struct ath_softc *sc = container_of(work, struct ath_softc, |
| 2059 | tx_complete_work.work); |
| 2060 | struct ath_txq *txq; |
| 2061 | int i; |
| 2062 | bool needreset = false; |
| 2063 | |
| 2064 | for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++) |
| 2065 | if (ATH_TXQ_SETUP(sc, i)) { |
| 2066 | txq = &sc->tx.txq[i]; |
| 2067 | spin_lock_bh(&txq->axq_lock); |
| 2068 | if (txq->axq_depth) { |
| 2069 | if (txq->axq_tx_inprogress) { |
| 2070 | needreset = true; |
| 2071 | spin_unlock_bh(&txq->axq_lock); |
| 2072 | break; |
| 2073 | } else { |
| 2074 | txq->axq_tx_inprogress = true; |
| 2075 | } |
| 2076 | } |
| 2077 | spin_unlock_bh(&txq->axq_lock); |
| 2078 | } |
| 2079 | |
| 2080 | if (needreset) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 2081 | ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_RESET, |
| 2082 | "tx hung, resetting the chip\n"); |
Sujith | 332c556 | 2009-10-09 09:51:28 +0530 | [diff] [blame] | 2083 | ath9k_ps_wakeup(sc); |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 2084 | ath_reset(sc, false); |
Sujith | 332c556 | 2009-10-09 09:51:28 +0530 | [diff] [blame] | 2085 | ath9k_ps_restore(sc); |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 2086 | } |
| 2087 | |
Luis R. Rodriguez | 42935ec | 2009-07-29 20:08:07 -0400 | [diff] [blame] | 2088 | ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work, |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 2089 | msecs_to_jiffies(ATH_TX_COMPLETE_POLL_INT)); |
| 2090 | } |
| 2091 | |
| 2092 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 2093 | |
| 2094 | void ath_tx_tasklet(struct ath_softc *sc) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2095 | { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 2096 | int i; |
| 2097 | u32 qcumask = ((1 << ATH9K_NUM_TX_QUEUES) - 1); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2098 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 2099 | ath9k_hw_gettxintrtxqs(sc->sc_ah, &qcumask); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2100 | |
| 2101 | for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++) { |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 2102 | if (ATH_TXQ_SETUP(sc, i) && (qcumask & (1 << i))) |
| 2103 | ath_tx_processq(sc, &sc->tx.txq[i]); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2104 | } |
| 2105 | } |
| 2106 | |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 2107 | /*****************/ |
| 2108 | /* Init, Cleanup */ |
| 2109 | /*****************/ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2110 | |
| 2111 | int ath_tx_init(struct ath_softc *sc, int nbufs) |
| 2112 | { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 2113 | struct ath_common *common = ath9k_hw_common(sc->sc_ah); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2114 | int error = 0; |
| 2115 | |
Sujith | 797fe5cb | 2009-03-30 15:28:45 +0530 | [diff] [blame] | 2116 | spin_lock_init(&sc->tx.txbuflock); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2117 | |
Sujith | 797fe5cb | 2009-03-30 15:28:45 +0530 | [diff] [blame] | 2118 | error = ath_descdma_setup(sc, &sc->tx.txdma, &sc->tx.txbuf, |
| 2119 | "tx", nbufs, 1); |
| 2120 | if (error != 0) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 2121 | ath_print(common, ATH_DBG_FATAL, |
| 2122 | "Failed to allocate tx descriptors: %d\n", error); |
Sujith | 797fe5cb | 2009-03-30 15:28:45 +0530 | [diff] [blame] | 2123 | goto err; |
| 2124 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2125 | |
Sujith | 797fe5cb | 2009-03-30 15:28:45 +0530 | [diff] [blame] | 2126 | error = ath_descdma_setup(sc, &sc->beacon.bdma, &sc->beacon.bbuf, |
| 2127 | "beacon", ATH_BCBUF, 1); |
| 2128 | if (error != 0) { |
Luis R. Rodriguez | c46917b | 2009-09-13 02:42:02 -0700 | [diff] [blame] | 2129 | ath_print(common, ATH_DBG_FATAL, |
| 2130 | "Failed to allocate beacon descriptors: %d\n", error); |
Sujith | 797fe5cb | 2009-03-30 15:28:45 +0530 | [diff] [blame] | 2131 | goto err; |
| 2132 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2133 | |
Senthil Balasubramanian | 164ace3 | 2009-07-14 20:17:09 -0400 | [diff] [blame] | 2134 | INIT_DELAYED_WORK(&sc->tx_complete_work, ath_tx_complete_poll_work); |
| 2135 | |
Sujith | 797fe5cb | 2009-03-30 15:28:45 +0530 | [diff] [blame] | 2136 | err: |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2137 | if (error != 0) |
| 2138 | ath_tx_cleanup(sc); |
| 2139 | |
| 2140 | return error; |
| 2141 | } |
| 2142 | |
Sujith | 797fe5cb | 2009-03-30 15:28:45 +0530 | [diff] [blame] | 2143 | void ath_tx_cleanup(struct ath_softc *sc) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2144 | { |
Sujith | b77f483 | 2008-12-07 21:44:03 +0530 | [diff] [blame] | 2145 | if (sc->beacon.bdma.dd_desc_len != 0) |
| 2146 | ath_descdma_cleanup(sc, &sc->beacon.bdma, &sc->beacon.bbuf); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2147 | |
Sujith | b77f483 | 2008-12-07 21:44:03 +0530 | [diff] [blame] | 2148 | if (sc->tx.txdma.dd_desc_len != 0) |
| 2149 | ath_descdma_cleanup(sc, &sc->tx.txdma, &sc->tx.txbuf); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2150 | } |
| 2151 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2152 | void ath_tx_node_init(struct ath_softc *sc, struct ath_node *an) |
| 2153 | { |
Sujith | c517016 | 2008-10-29 10:13:59 +0530 | [diff] [blame] | 2154 | struct ath_atx_tid *tid; |
| 2155 | struct ath_atx_ac *ac; |
| 2156 | int tidno, acno; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2157 | |
Sujith | 8ee5afb | 2008-12-07 21:43:36 +0530 | [diff] [blame] | 2158 | for (tidno = 0, tid = &an->tid[tidno]; |
Sujith | c517016 | 2008-10-29 10:13:59 +0530 | [diff] [blame] | 2159 | tidno < WME_NUM_TID; |
| 2160 | tidno++, tid++) { |
| 2161 | tid->an = an; |
| 2162 | tid->tidno = tidno; |
| 2163 | tid->seq_start = tid->seq_next = 0; |
| 2164 | tid->baw_size = WME_MAX_BA; |
| 2165 | tid->baw_head = tid->baw_tail = 0; |
| 2166 | tid->sched = false; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 2167 | tid->paused = false; |
Sujith | a37c2c7 | 2008-10-29 10:15:40 +0530 | [diff] [blame] | 2168 | tid->state &= ~AGGR_CLEANUP; |
Sujith | c517016 | 2008-10-29 10:13:59 +0530 | [diff] [blame] | 2169 | INIT_LIST_HEAD(&tid->buf_q); |
Sujith | c517016 | 2008-10-29 10:13:59 +0530 | [diff] [blame] | 2170 | acno = TID_TO_WME_AC(tidno); |
Sujith | 8ee5afb | 2008-12-07 21:43:36 +0530 | [diff] [blame] | 2171 | tid->ac = &an->ac[acno]; |
Sujith | a37c2c7 | 2008-10-29 10:15:40 +0530 | [diff] [blame] | 2172 | tid->state &= ~AGGR_ADDBA_COMPLETE; |
| 2173 | tid->state &= ~AGGR_ADDBA_PROGRESS; |
Sujith | c517016 | 2008-10-29 10:13:59 +0530 | [diff] [blame] | 2174 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2175 | |
Sujith | 8ee5afb | 2008-12-07 21:43:36 +0530 | [diff] [blame] | 2176 | for (acno = 0, ac = &an->ac[acno]; |
Sujith | c517016 | 2008-10-29 10:13:59 +0530 | [diff] [blame] | 2177 | acno < WME_NUM_AC; acno++, ac++) { |
| 2178 | ac->sched = false; |
| 2179 | INIT_LIST_HEAD(&ac->tid_q); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2180 | |
Sujith | c517016 | 2008-10-29 10:13:59 +0530 | [diff] [blame] | 2181 | switch (acno) { |
| 2182 | case WME_AC_BE: |
| 2183 | ac->qnum = ath_tx_get_qnum(sc, |
| 2184 | ATH9K_TX_QUEUE_DATA, ATH9K_WME_AC_BE); |
| 2185 | break; |
| 2186 | case WME_AC_BK: |
| 2187 | ac->qnum = ath_tx_get_qnum(sc, |
| 2188 | ATH9K_TX_QUEUE_DATA, ATH9K_WME_AC_BK); |
| 2189 | break; |
| 2190 | case WME_AC_VI: |
| 2191 | ac->qnum = ath_tx_get_qnum(sc, |
| 2192 | ATH9K_TX_QUEUE_DATA, ATH9K_WME_AC_VI); |
| 2193 | break; |
| 2194 | case WME_AC_VO: |
| 2195 | ac->qnum = ath_tx_get_qnum(sc, |
| 2196 | ATH9K_TX_QUEUE_DATA, ATH9K_WME_AC_VO); |
| 2197 | break; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2198 | } |
| 2199 | } |
| 2200 | } |
| 2201 | |
Sujith | b5aa9bf | 2008-10-29 10:13:31 +0530 | [diff] [blame] | 2202 | void ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2203 | { |
| 2204 | int i; |
| 2205 | struct ath_atx_ac *ac, *ac_tmp; |
| 2206 | struct ath_atx_tid *tid, *tid_tmp; |
| 2207 | struct ath_txq *txq; |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 2208 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2209 | for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++) { |
| 2210 | if (ATH_TXQ_SETUP(sc, i)) { |
Sujith | b77f483 | 2008-12-07 21:44:03 +0530 | [diff] [blame] | 2211 | txq = &sc->tx.txq[i]; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2212 | |
Sujith | b5aa9bf | 2008-10-29 10:13:31 +0530 | [diff] [blame] | 2213 | spin_lock(&txq->axq_lock); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2214 | |
| 2215 | list_for_each_entry_safe(ac, |
| 2216 | ac_tmp, &txq->axq_acq, list) { |
| 2217 | tid = list_first_entry(&ac->tid_q, |
| 2218 | struct ath_atx_tid, list); |
| 2219 | if (tid && tid->an != an) |
| 2220 | continue; |
| 2221 | list_del(&ac->list); |
| 2222 | ac->sched = false; |
| 2223 | |
| 2224 | list_for_each_entry_safe(tid, |
| 2225 | tid_tmp, &ac->tid_q, list) { |
| 2226 | list_del(&tid->list); |
| 2227 | tid->sched = false; |
Sujith | b5aa9bf | 2008-10-29 10:13:31 +0530 | [diff] [blame] | 2228 | ath_tid_drain(sc, txq, tid); |
Sujith | a37c2c7 | 2008-10-29 10:15:40 +0530 | [diff] [blame] | 2229 | tid->state &= ~AGGR_ADDBA_COMPLETE; |
Sujith | a37c2c7 | 2008-10-29 10:15:40 +0530 | [diff] [blame] | 2230 | tid->state &= ~AGGR_CLEANUP; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2231 | } |
| 2232 | } |
| 2233 | |
Sujith | b5aa9bf | 2008-10-29 10:13:31 +0530 | [diff] [blame] | 2234 | spin_unlock(&txq->axq_lock); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 2235 | } |
| 2236 | } |
| 2237 | } |