blob: 7ceb3ceaa64888e0d258e31532423fdd715fdd25 [file] [log] [blame]
Luciano Coelhof5fc0f82009-08-06 16:25:28 +03001/*
2 * This file is part of wl1271
3 *
4 * Copyright (C) 1998-2009 Texas Instruments. All rights reserved.
5 * Copyright (C) 2009 Nokia Corporation
6 *
7 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * version 2 as published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21 * 02110-1301 USA
22 *
23 */
24
Shahar Levi00d20102010-11-08 11:20:10 +000025#ifndef __TX_H__
26#define __TX_H__
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030027
Guy Eilame9eb8cb2011-08-16 19:49:12 +030028#define TX_HW_BLOCK_SPARE_DEFAULT 1
Juuso Oikarinen5c9417f2010-02-22 08:38:39 +020029#define TX_HW_BLOCK_SIZE 252
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030030
31#define TX_HW_MGMT_PKT_LIFETIME_TU 2000
Arik Nemtsovbeb6c882010-10-16 18:53:48 +020032#define TX_HW_AP_MODE_PKT_LIFETIME_TU 8000
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030033
34#define TX_HW_ATTR_SAVE_RETRIES BIT(0)
35#define TX_HW_ATTR_HEADER_PAD BIT(1)
36#define TX_HW_ATTR_SESSION_COUNTER (BIT(2) | BIT(3) | BIT(4))
37#define TX_HW_ATTR_RATE_POLICY (BIT(5) | BIT(6) | BIT(7) | \
38 BIT(8) | BIT(9))
39#define TX_HW_ATTR_LAST_WORD_PAD (BIT(10) | BIT(11))
40#define TX_HW_ATTR_TX_CMPLT_REQ BIT(12)
Shahar Leviae47c452011-03-06 16:32:14 +020041#define TX_HW_ATTR_TX_DUMMY_REQ BIT(13)
Eliad Pellerf4f57942012-01-31 17:54:42 +020042#define TX_HW_ATTR_HOST_ENCRYPT BIT(14)
Shahar Leviae47c452011-03-06 16:32:14 +020043
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030044#define TX_HW_ATTR_OFST_SAVE_RETRIES 0
45#define TX_HW_ATTR_OFST_HEADER_PAD 1
46#define TX_HW_ATTR_OFST_SESSION_COUNTER 2
47#define TX_HW_ATTR_OFST_RATE_POLICY 5
48#define TX_HW_ATTR_OFST_LAST_WORD_PAD 10
49#define TX_HW_ATTR_OFST_TX_CMPLT_REQ 12
50
51#define TX_HW_RESULT_QUEUE_LEN 16
52#define TX_HW_RESULT_QUEUE_LEN_MASK 0xf
53
54#define WL1271_TX_ALIGN_TO 4
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030055#define WL1271_TKIP_IV_SPACE 4
56
Shahar Leviae47c452011-03-06 16:32:14 +020057/* Used for management frames and dummy packets */
58#define WL1271_TID_MGMT 7
59
Shahar Levi48a61472011-03-06 16:32:08 +020060struct wl127x_tx_mem {
61 /*
62 * Number of extra memory blocks to allocate for this packet
63 * in addition to the number of blocks derived from the packet
64 * length.
65 */
66 u8 extra_blocks;
67 /*
68 * Total number of memory blocks allocated by the host for
69 * this packet. Must be equal or greater than the actual
70 * blocks number allocated by HW.
71 */
72 u8 total_mem_blocks;
73} __packed;
74
75struct wl128x_tx_mem {
76 /*
77 * Total number of memory blocks allocated by the host for
78 * this packet.
79 */
80 u8 total_mem_blocks;
81 /*
82 * Number of extra bytes, at the end of the frame. the host
83 * uses this padding to complete each frame to integer number
84 * of SDIO blocks.
85 */
86 u8 extra_bytes;
87} __packed;
88
Ido Yariv0da13da2011-03-31 10:06:58 +020089/*
90 * On wl128x based devices, when TX packets are aggregated, each packet
91 * size must be aligned to the SDIO block size. The maximum block size
92 * is bounded by the type of the padded bytes field that is sent to the
93 * FW. Currently the type is u8, so the maximum block size is 256 bytes.
94 */
95#define WL12XX_BUS_BLOCK_SIZE min(512u, \
96 (1u << (8 * sizeof(((struct wl128x_tx_mem *) 0)->extra_bytes))))
97
Luciano Coelhof5fc0f82009-08-06 16:25:28 +030098struct wl1271_tx_hw_descr {
99 /* Length of packet in words, including descriptor+header+data */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300100 __le16 length;
Shahar Levi48a61472011-03-06 16:32:08 +0200101 union {
102 struct wl127x_tx_mem wl127x_mem;
103 struct wl128x_tx_mem wl128x_mem;
104 } __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300105 /* Device time (in us) when the packet arrived to the driver */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300106 __le32 start_time;
Shahar Levi48a61472011-03-06 16:32:08 +0200107 /*
108 * Max delay in TUs until transmission. The last device time the
109 * packet can be transmitted is: start_time + (1024 * life_time)
110 */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300111 __le16 life_time;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300112 /* Bitwise fields - see TX_ATTR... definitions above. */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300113 __le16 tx_attr;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300114 /* Packet identifier used also in the Tx-Result. */
115 u8 id;
116 /* The packet TID value (as User-Priority) */
117 u8 tid;
Eliad Peller79b122d2011-08-14 13:17:11 +0300118 /* host link ID (HLID) */
119 u8 hlid;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300120 u8 reserved;
Eric Dumazetba2d3582010-06-02 18:10:09 +0000121} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300122
123enum wl1271_tx_hw_res_status {
124 TX_SUCCESS = 0,
125 TX_HW_ERROR = 1,
126 TX_DISABLED = 2,
127 TX_RETRY_EXCEEDED = 3,
128 TX_TIMEOUT = 4,
129 TX_KEY_NOT_FOUND = 5,
130 TX_PEER_NOT_FOUND = 6,
Eliad Peller79b122d2011-08-14 13:17:11 +0300131 TX_SESSION_MISMATCH = 7,
132 TX_LINK_NOT_VALID = 8,
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300133};
134
135struct wl1271_tx_hw_res_descr {
136 /* Packet Identifier - same value used in the Tx descriptor.*/
137 u8 id;
138 /* The status of the transmission, indicating success or one of
139 several possible reasons for failure. */
140 u8 status;
141 /* Total air access duration including all retrys and overheads.*/
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300142 __le16 medium_usage;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300143 /* The time passed from host xfer to Tx-complete.*/
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300144 __le32 fw_handling_time;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300145 /* Total media delay
146 (from 1st EDCA AIFS counter until TX Complete). */
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300147 __le32 medium_delay;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300148 /* LS-byte of last TKIP seq-num (saved per AC for recovery). */
Oz Krakowskib992c682011-06-26 10:36:02 +0300149 u8 tx_security_sequence_number_lsb;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300150 /* Retry count - number of transmissions without successful ACK.*/
151 u8 ack_failures;
152 /* The rate that succeeded getting ACK
153 (Valid only if status=SUCCESS). */
154 u8 rate_class_index;
155 /* for 4-byte alignment. */
156 u8 spare;
Eric Dumazetba2d3582010-06-02 18:10:09 +0000157} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300158
159struct wl1271_tx_hw_res_if {
Luciano Coelhod0f63b22009-10-15 10:33:29 +0300160 __le32 tx_result_fw_counter;
161 __le32 tx_result_host_counter;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300162 struct wl1271_tx_hw_res_descr tx_results_queue[TX_HW_RESULT_QUEUE_LEN];
Eric Dumazetba2d3582010-06-02 18:10:09 +0000163} __packed;
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300164
Kalle Valoc6999d82010-02-18 13:25:41 +0200165static inline int wl1271_tx_get_queue(int queue)
166{
Kalle Valoc6999d82010-02-18 13:25:41 +0200167 switch (queue) {
168 case 0:
169 return CONF_TX_AC_VO;
170 case 1:
171 return CONF_TX_AC_VI;
172 case 2:
173 return CONF_TX_AC_BE;
174 case 3:
175 return CONF_TX_AC_BK;
176 default:
177 return CONF_TX_AC_BE;
178 }
179}
180
Arik Nemtsov708bb3c2011-06-24 13:03:37 +0300181static inline int wl1271_tx_get_mac80211_queue(int queue)
182{
183 switch (queue) {
184 case CONF_TX_AC_VO:
185 return 0;
186 case CONF_TX_AC_VI:
187 return 1;
188 case CONF_TX_AC_BE:
189 return 2;
190 case CONF_TX_AC_BK:
191 return 3;
192 default:
193 return 2;
194 }
195}
196
Arik Nemtsovf1a46382011-07-07 14:25:23 +0300197static inline int wl1271_tx_total_queue_count(struct wl1271 *wl)
198{
199 int i, count = 0;
200
201 for (i = 0; i < NUM_TX_QUEUES; i++)
202 count += wl->tx_queue_count[i];
203
204 return count;
205}
206
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300207void wl1271_tx_work(struct work_struct *work);
Eliad Pellera32d0cd2011-10-10 10:12:55 +0200208void wl1271_tx_work_locked(struct wl1271 *wl);
Juuso Oikarinenffb591c2010-02-22 08:38:31 +0200209void wl1271_tx_complete(struct wl1271 *wl);
Eliad Pellerd6a3cc22011-10-10 10:12:51 +0200210void wl12xx_tx_reset_wlvif(struct wl1271 *wl, struct wl12xx_vif *wlvif);
211void wl12xx_tx_reset(struct wl1271 *wl, bool reset_tx_queues);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300212void wl1271_tx_flush(struct wl1271 *wl);
Teemu Paasikivi6a2de932010-10-14 11:00:04 +0200213u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band);
Eliad Pelleraf7fbb22011-09-19 13:51:42 +0300214u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set,
215 enum ieee80211_band rate_band);
216u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set);
Eliad Pellera8ab39a2011-10-05 11:55:54 +0200217u8 wl12xx_tx_get_hlid_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif,
218 struct sk_buff *skb);
Eliad Pellerd6a3cc22011-10-10 10:12:51 +0200219u8 wl12xx_tx_get_hlid(struct wl1271 *wl, struct wl12xx_vif *wlvif,
220 struct sk_buff *skb);
Arik Nemtsova8c0ddb2011-02-23 00:22:26 +0200221void wl1271_tx_reset_link_queues(struct wl1271 *wl, u8 hlid);
222void wl1271_handle_tx_low_watermark(struct wl1271 *wl);
Arik Nemtsovf8e0af62011-08-25 12:43:12 +0300223bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb);
Eliad Peller9eb599e2011-10-10 10:12:59 +0200224void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids);
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300225
Arik Nemtsovf1acea92011-08-25 12:43:17 +0300226/* from main.c */
Eliad Pellerc7ffb902011-10-05 11:56:05 +0200227void wl1271_free_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid);
Arik Nemtsovf1acea92011-08-25 12:43:17 +0300228
Luciano Coelhof5fc0f82009-08-06 16:25:28 +0300229#endif