blob: de91c82f87fdf31d2b153068ddeb5aa38c1444a2 [file] [log] [blame]
Larry Finger0c817332010-12-08 11:12:31 -06001/******************************************************************************
2 *
Larry Fingera8d76062012-01-07 20:46:42 -06003 * Copyright(c) 2009-2012 Realtek Corporation.
Larry Finger0c817332010-12-08 11:12:31 -06004 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of version 2 of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17 *
18 * The full GNU General Public License is included in this distribution in the
19 * file called LICENSE.
20 *
21 * Contact Information:
22 * wlanfae <wlanfae@realtek.com>
23 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
24 * Hsinchu 300, Taiwan.
25 *
26 * Larry Finger <Larry.Finger@lwfinger.net>
27 *
28 *****************************************************************************/
29
30#ifndef __RTL_WIFI_H__
31#define __RTL_WIFI_H__
32
Larry Fingerd273bb22012-01-27 13:59:25 -060033#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
34
Larry Finger0c817332010-12-08 11:12:31 -060035#include <linux/sched.h>
36#include <linux/firmware.h>
Larry Finger0c817332010-12-08 11:12:31 -060037#include <linux/etherdevice.h>
David S. Millerb08cd662011-02-24 22:50:30 -080038#include <linux/vmalloc.h>
Larry Finger62e63972011-02-11 14:27:46 -060039#include <linux/usb.h>
Larry Finger0c817332010-12-08 11:12:31 -060040#include <net/mac80211.h>
Larry Fingerb0302ab2012-01-30 09:54:49 -060041#include <linux/completion.h>
Larry Finger0c817332010-12-08 11:12:31 -060042#include "debug.h"
43
44#define RF_CHANGE_BY_INIT 0
45#define RF_CHANGE_BY_IPS BIT(28)
46#define RF_CHANGE_BY_PS BIT(29)
47#define RF_CHANGE_BY_HW BIT(30)
48#define RF_CHANGE_BY_SW BIT(31)
49
50#define IQK_ADDA_REG_NUM 16
51#define IQK_MAC_REG_NUM 4
Larry Fingeraa45a672014-02-28 15:16:43 -060052#define IQK_THRESHOLD 8
Larry Finger0c817332010-12-08 11:12:31 -060053
54#define MAX_KEY_LEN 61
55#define KEY_BUF_SIZE 5
56
57/* QoS related. */
58/*aci: 0x00 Best Effort*/
59/*aci: 0x01 Background*/
60/*aci: 0x10 Video*/
61/*aci: 0x11 Voice*/
62/*Max: define total number.*/
63#define AC0_BE 0
64#define AC1_BK 1
65#define AC2_VI 2
66#define AC3_VO 3
67#define AC_MAX 4
68#define QOS_QUEUE_NUM 4
69#define RTL_MAC80211_NUM_QUEUE 5
Larry Fingerff6ff962011-11-17 12:14:43 -060070#define REALTEK_USB_VENQT_MAX_BUF_SIZE 254
Larry Finger30899cc2012-03-19 15:44:31 -050071#define RTL_USB_MAX_RX_COUNT 100
Larry Finger0c817332010-12-08 11:12:31 -060072#define QBSS_LOAD_SIZE 5
73#define MAX_WMMELE_LENGTH 64
74
Chaoming_Li3dad6182011-04-25 12:52:49 -050075#define TOTAL_CAM_ENTRY 32
76
Larry Finger0c817332010-12-08 11:12:31 -060077/*slot time for 11g. */
78#define RTL_SLOT_TIME_9 9
79#define RTL_SLOT_TIME_20 20
80
Mark Cave-Ayland0c5d63f2013-11-02 14:28:35 -050081/*related to tcp/ip. */
Larry Finger0c817332010-12-08 11:12:31 -060082#define SNAP_SIZE 6
83#define PROTOC_TYPE_SIZE 2
84
85/*related with 802.11 frame*/
86#define MAC80211_3ADDR_LEN 24
87#define MAC80211_4ADDR_LEN 30
88
Larry Fingere97b7752011-02-19 16:29:07 -060089#define CHANNEL_MAX_NUMBER (14 + 24 + 21) /* 14 is the max channel no */
90#define CHANNEL_GROUP_MAX (3 + 9) /* ch1~3, 4~9, 10~14 = three groups */
91#define MAX_PG_GROUP 13
92#define CHANNEL_GROUP_MAX_2G 3
93#define CHANNEL_GROUP_IDX_5GL 3
94#define CHANNEL_GROUP_IDX_5GM 6
95#define CHANNEL_GROUP_IDX_5GH 9
96#define CHANNEL_GROUP_MAX_5G 9
97#define CHANNEL_MAX_NUMBER_2G 14
98#define AVG_THERMAL_NUM 8
Larry Fingere6deaf82013-03-24 22:06:55 -050099#define AVG_THERMAL_NUM_88E 4
Larry Fingeraa45a672014-02-28 15:16:43 -0600100#define AVG_THERMAL_NUM_8723BE 4
Chaoming_Li3dad6182011-04-25 12:52:49 -0500101#define MAX_TID_COUNT 9
Larry Fingere97b7752011-02-19 16:29:07 -0600102
103/* for early mode */
Chaoming_Li3dad6182011-04-25 12:52:49 -0500104#define FCS_LEN 4
Larry Fingere97b7752011-02-19 16:29:07 -0600105#define EM_HDR_LEN 8
Larry Finger26634c42013-03-24 22:06:33 -0500106
Larry Fingere6deaf82013-03-24 22:06:55 -0500107#define MAX_TX_COUNT 4
108#define MAX_RF_PATH 4
109#define MAX_CHNL_GROUP_24G 6
110#define MAX_CHNL_GROUP_5G 14
111
112struct txpower_info_2g {
113 u8 index_cck_base[MAX_RF_PATH][MAX_CHNL_GROUP_24G];
114 u8 index_bw40_base[MAX_RF_PATH][MAX_CHNL_GROUP_24G];
115 /*If only one tx, only BW20 and OFDM are used.*/
116 u8 cck_diff[MAX_RF_PATH][MAX_TX_COUNT];
117 u8 ofdm_diff[MAX_RF_PATH][MAX_TX_COUNT];
118 u8 bw20_diff[MAX_RF_PATH][MAX_TX_COUNT];
119 u8 bw40_diff[MAX_RF_PATH][MAX_TX_COUNT];
Larry Fingeraa45a672014-02-28 15:16:43 -0600120 u8 bw80_diff[MAX_RF_PATH][MAX_TX_COUNT];
121 u8 bw160_diff[MAX_RF_PATH][MAX_TX_COUNT];
Larry Fingere6deaf82013-03-24 22:06:55 -0500122};
123
124struct txpower_info_5g {
125 u8 index_bw40_base[MAX_RF_PATH][MAX_CHNL_GROUP_5G];
126 /*If only one tx, only BW20, OFDM, BW80 and BW160 are used.*/
127 u8 ofdm_diff[MAX_RF_PATH][MAX_TX_COUNT];
128 u8 bw20_diff[MAX_RF_PATH][MAX_TX_COUNT];
129 u8 bw40_diff[MAX_RF_PATH][MAX_TX_COUNT];
130};
131
Larry Finger0c817332010-12-08 11:12:31 -0600132enum intf_type {
133 INTF_PCI = 0,
134 INTF_USB = 1,
135};
136
137enum radio_path {
138 RF90_PATH_A = 0,
139 RF90_PATH_B = 1,
140 RF90_PATH_C = 2,
141 RF90_PATH_D = 3,
142};
143
144enum rt_eeprom_type {
145 EEPROM_93C46,
146 EEPROM_93C56,
147 EEPROM_BOOT_EFUSE,
148};
149
Thomas Huehn36323f82012-07-23 21:33:42 +0200150enum ttl_status {
Larry Finger0c817332010-12-08 11:12:31 -0600151 RTL_STATUS_INTERFACE_START = 0,
152};
153
154enum hardware_type {
155 HARDWARE_TYPE_RTL8192E,
156 HARDWARE_TYPE_RTL8192U,
157 HARDWARE_TYPE_RTL8192SE,
158 HARDWARE_TYPE_RTL8192SU,
159 HARDWARE_TYPE_RTL8192CE,
160 HARDWARE_TYPE_RTL8192CU,
161 HARDWARE_TYPE_RTL8192DE,
162 HARDWARE_TYPE_RTL8192DU,
Larry Finger2461c7d2012-08-31 15:39:01 -0500163 HARDWARE_TYPE_RTL8723AE,
George18d30062011-02-19 16:29:02 -0600164 HARDWARE_TYPE_RTL8723U,
Larry Fingeraa45a672014-02-28 15:16:43 -0600165 HARDWARE_TYPE_RTL8723BE,
Larry Finger5c691772013-03-24 22:06:56 -0500166 HARDWARE_TYPE_RTL8188EE,
Larry Finger0c817332010-12-08 11:12:31 -0600167
Larry Fingere97b7752011-02-19 16:29:07 -0600168 /* keep it last */
Larry Finger0c817332010-12-08 11:12:31 -0600169 HARDWARE_TYPE_NUM
170};
171
Larry Fingere97b7752011-02-19 16:29:07 -0600172#define IS_HARDWARE_TYPE_8192SU(rtlhal) \
173 (rtlhal->hw_type == HARDWARE_TYPE_RTL8192SU)
174#define IS_HARDWARE_TYPE_8192SE(rtlhal) \
175 (rtlhal->hw_type == HARDWARE_TYPE_RTL8192SE)
Larry Finger62e63972011-02-11 14:27:46 -0600176#define IS_HARDWARE_TYPE_8192CE(rtlhal) \
177 (rtlhal->hw_type == HARDWARE_TYPE_RTL8192CE)
George18d30062011-02-19 16:29:02 -0600178#define IS_HARDWARE_TYPE_8192CU(rtlhal) \
179 (rtlhal->hw_type == HARDWARE_TYPE_RTL8192CU)
Larry Fingere97b7752011-02-19 16:29:07 -0600180#define IS_HARDWARE_TYPE_8192DE(rtlhal) \
181 (rtlhal->hw_type == HARDWARE_TYPE_RTL8192DE)
182#define IS_HARDWARE_TYPE_8192DU(rtlhal) \
183 (rtlhal->hw_type == HARDWARE_TYPE_RTL8192DU)
184#define IS_HARDWARE_TYPE_8723E(rtlhal) \
185 (rtlhal->hw_type == HARDWARE_TYPE_RTL8723E)
George18d30062011-02-19 16:29:02 -0600186#define IS_HARDWARE_TYPE_8723U(rtlhal) \
187 (rtlhal->hw_type == HARDWARE_TYPE_RTL8723U)
Larry Fingere97b7752011-02-19 16:29:07 -0600188#define IS_HARDWARE_TYPE_8192S(rtlhal) \
189(IS_HARDWARE_TYPE_8192SE(rtlhal) || IS_HARDWARE_TYPE_8192SU(rtlhal))
190#define IS_HARDWARE_TYPE_8192C(rtlhal) \
191(IS_HARDWARE_TYPE_8192CE(rtlhal) || IS_HARDWARE_TYPE_8192CU(rtlhal))
192#define IS_HARDWARE_TYPE_8192D(rtlhal) \
193(IS_HARDWARE_TYPE_8192DE(rtlhal) || IS_HARDWARE_TYPE_8192DU(rtlhal))
194#define IS_HARDWARE_TYPE_8723(rtlhal) \
195(IS_HARDWARE_TYPE_8723E(rtlhal) || IS_HARDWARE_TYPE_8723U(rtlhal))
Larry Finger62e63972011-02-11 14:27:46 -0600196
Larry Fingerda3ba882011-09-19 14:34:10 -0500197#define RX_HAL_IS_CCK_RATE(_pdesc)\
198 (_pdesc->rxmcs == DESC92_RATE1M || \
199 _pdesc->rxmcs == DESC92_RATE2M || \
200 _pdesc->rxmcs == DESC92_RATE5_5M || \
201 _pdesc->rxmcs == DESC92_RATE11M)
202
Larry Finger0c817332010-12-08 11:12:31 -0600203enum scan_operation_backup_opt {
204 SCAN_OPT_BACKUP = 0,
205 SCAN_OPT_RESTORE,
206 SCAN_OPT_MAX
207};
208
209/*RF state.*/
210enum rf_pwrstate {
211 ERFON,
212 ERFSLEEP,
213 ERFOFF
214};
215
216struct bb_reg_def {
217 u32 rfintfs;
218 u32 rfintfi;
219 u32 rfintfo;
220 u32 rfintfe;
221 u32 rf3wire_offset;
222 u32 rflssi_select;
223 u32 rftxgain_stage;
224 u32 rfhssi_para1;
225 u32 rfhssi_para2;
Larry Fingerda17fcf2012-10-25 13:46:31 -0500226 u32 rfsw_ctrl;
Larry Finger0c817332010-12-08 11:12:31 -0600227 u32 rfagc_control1;
228 u32 rfagc_control2;
Larry Fingerda17fcf2012-10-25 13:46:31 -0500229 u32 rfrxiq_imbal;
Larry Finger0c817332010-12-08 11:12:31 -0600230 u32 rfrx_afe;
Larry Fingerda17fcf2012-10-25 13:46:31 -0500231 u32 rftxiq_imbal;
Larry Finger0c817332010-12-08 11:12:31 -0600232 u32 rftx_afe;
Larry Fingerda17fcf2012-10-25 13:46:31 -0500233 u32 rf_rb; /* rflssi_readback */
234 u32 rf_rbpi; /* rflssi_readbackpi */
Larry Finger0c817332010-12-08 11:12:31 -0600235};
236
237enum io_type {
238 IO_CMD_PAUSE_DM_BY_SCAN = 0,
239 IO_CMD_RESUME_DM_BY_SCAN = 1,
240};
241
242enum hw_variables {
243 HW_VAR_ETHER_ADDR,
244 HW_VAR_MULTICAST_REG,
245 HW_VAR_BASIC_RATE,
246 HW_VAR_BSSID,
247 HW_VAR_MEDIA_STATUS,
248 HW_VAR_SECURITY_CONF,
249 HW_VAR_BEACON_INTERVAL,
250 HW_VAR_ATIM_WINDOW,
251 HW_VAR_LISTEN_INTERVAL,
252 HW_VAR_CS_COUNTER,
253 HW_VAR_DEFAULTKEY0,
254 HW_VAR_DEFAULTKEY1,
255 HW_VAR_DEFAULTKEY2,
256 HW_VAR_DEFAULTKEY3,
257 HW_VAR_SIFS,
258 HW_VAR_DIFS,
259 HW_VAR_EIFS,
260 HW_VAR_SLOT_TIME,
261 HW_VAR_ACK_PREAMBLE,
262 HW_VAR_CW_CONFIG,
263 HW_VAR_CW_VALUES,
264 HW_VAR_RATE_FALLBACK_CONTROL,
265 HW_VAR_CONTENTION_WINDOW,
266 HW_VAR_RETRY_COUNT,
267 HW_VAR_TR_SWITCH,
268 HW_VAR_COMMAND,
269 HW_VAR_WPA_CONFIG,
270 HW_VAR_AMPDU_MIN_SPACE,
271 HW_VAR_SHORTGI_DENSITY,
272 HW_VAR_AMPDU_FACTOR,
273 HW_VAR_MCS_RATE_AVAILABLE,
274 HW_VAR_AC_PARAM,
275 HW_VAR_ACM_CTRL,
276 HW_VAR_DIS_Req_Qsize,
277 HW_VAR_CCX_CHNL_LOAD,
278 HW_VAR_CCX_NOISE_HISTOGRAM,
279 HW_VAR_CCX_CLM_NHM,
280 HW_VAR_TxOPLimit,
281 HW_VAR_TURBO_MODE,
282 HW_VAR_RF_STATE,
283 HW_VAR_RF_OFF_BY_HW,
284 HW_VAR_BUS_SPEED,
285 HW_VAR_SET_DEV_POWER,
286
287 HW_VAR_RCR,
288 HW_VAR_RATR_0,
289 HW_VAR_RRSR,
290 HW_VAR_CPU_RST,
Larry Finger26634c42013-03-24 22:06:33 -0500291 HW_VAR_CHECK_BSSID,
Larry Finger0c817332010-12-08 11:12:31 -0600292 HW_VAR_LBK_MODE,
293 HW_VAR_AES_11N_FIX,
294 HW_VAR_USB_RX_AGGR,
295 HW_VAR_USER_CONTROL_TURBO_MODE,
296 HW_VAR_RETRY_LIMIT,
297 HW_VAR_INIT_TX_RATE,
298 HW_VAR_TX_RATE_REG,
299 HW_VAR_EFUSE_USAGE,
300 HW_VAR_EFUSE_BYTES,
301 HW_VAR_AUTOLOAD_STATUS,
302 HW_VAR_RF_2R_DISABLE,
303 HW_VAR_SET_RPWM,
304 HW_VAR_H2C_FW_PWRMODE,
305 HW_VAR_H2C_FW_JOINBSSRPT,
Larry Finger26634c42013-03-24 22:06:33 -0500306 HW_VAR_H2C_FW_P2P_PS_OFFLOAD,
Larry Finger0c817332010-12-08 11:12:31 -0600307 HW_VAR_FW_PSMODE_STATUS,
Larry Finger26634c42013-03-24 22:06:33 -0500308 HW_VAR_RESUME_CLK_ON,
309 HW_VAR_FW_LPS_ACTION,
Larry Finger0c817332010-12-08 11:12:31 -0600310 HW_VAR_1X1_RECV_COMBINE,
311 HW_VAR_STOP_SEND_BEACON,
312 HW_VAR_TSF_TIMER,
313 HW_VAR_IO_CMD,
314
315 HW_VAR_RF_RECOVERY,
316 HW_VAR_H2C_FW_UPDATE_GTK,
317 HW_VAR_WF_MASK,
318 HW_VAR_WF_CRC,
319 HW_VAR_WF_IS_MAC_ADDR,
320 HW_VAR_H2C_FW_OFFLOAD,
321 HW_VAR_RESET_WFCRC,
322
323 HW_VAR_HANDLE_FW_C2H,
324 HW_VAR_DL_FW_RSVD_PAGE,
325 HW_VAR_AID,
326 HW_VAR_HW_SEQ_ENABLE,
327 HW_VAR_CORRECT_TSF,
328 HW_VAR_BCN_VALID,
329 HW_VAR_FWLPS_RF_ON,
330 HW_VAR_DUAL_TSF_RST,
331 HW_VAR_SWITCH_EPHY_WoWLAN,
332 HW_VAR_INT_MIGRATION,
333 HW_VAR_INT_AC,
334 HW_VAR_RF_TIMING,
335
Larry Finger26634c42013-03-24 22:06:33 -0500336 HAL_DEF_WOWLAN,
Larry Finger0c817332010-12-08 11:12:31 -0600337 HW_VAR_MRC,
338
339 HW_VAR_MGT_FILTER,
340 HW_VAR_CTRL_FILTER,
341 HW_VAR_DATA_FILTER,
342};
343
344enum _RT_MEDIA_STATUS {
345 RT_MEDIA_DISCONNECT = 0,
346 RT_MEDIA_CONNECT = 1
347};
348
349enum rt_oem_id {
350 RT_CID_DEFAULT = 0,
351 RT_CID_8187_ALPHA0 = 1,
352 RT_CID_8187_SERCOMM_PS = 2,
353 RT_CID_8187_HW_LED = 3,
354 RT_CID_8187_NETGEAR = 4,
355 RT_CID_WHQL = 5,
356 RT_CID_819x_CAMEO = 6,
357 RT_CID_819x_RUNTOP = 7,
358 RT_CID_819x_Senao = 8,
359 RT_CID_TOSHIBA = 9,
360 RT_CID_819x_Netcore = 10,
361 RT_CID_Nettronix = 11,
362 RT_CID_DLINK = 12,
363 RT_CID_PRONET = 13,
364 RT_CID_COREGA = 14,
365 RT_CID_819x_ALPHA = 15,
366 RT_CID_819x_Sitecom = 16,
367 RT_CID_CCX = 17,
368 RT_CID_819x_Lenovo = 18,
369 RT_CID_819x_QMI = 19,
370 RT_CID_819x_Edimax_Belkin = 20,
371 RT_CID_819x_Sercomm_Belkin = 21,
372 RT_CID_819x_CAMEO1 = 22,
373 RT_CID_819x_MSI = 23,
374 RT_CID_819x_Acer = 24,
375 RT_CID_819x_HP = 27,
376 RT_CID_819x_CLEVO = 28,
377 RT_CID_819x_Arcadyan_Belkin = 29,
378 RT_CID_819x_SAMSUNG = 30,
379 RT_CID_819x_WNC_COREGA = 31,
380 RT_CID_819x_Foxcoon = 32,
381 RT_CID_819x_DELL = 33,
Larry Finger0f015452012-10-25 13:46:46 -0500382 RT_CID_819x_PRONETS = 34,
383 RT_CID_819x_Edimax_ASUS = 35,
384 RT_CID_NETGEAR = 36,
385 RT_CID_PLANEX = 37,
386 RT_CID_CC_C = 38,
Larry Finger0c817332010-12-08 11:12:31 -0600387};
388
389enum hw_descs {
390 HW_DESC_OWN,
391 HW_DESC_RXOWN,
392 HW_DESC_TX_NEXTDESC_ADDR,
393 HW_DESC_TXBUFF_ADDR,
394 HW_DESC_RXBUFF_ADDR,
395 HW_DESC_RXPKT_LEN,
396 HW_DESC_RXERO,
397};
398
399enum prime_sc {
400 PRIME_CHNL_OFFSET_DONT_CARE = 0,
401 PRIME_CHNL_OFFSET_LOWER = 1,
402 PRIME_CHNL_OFFSET_UPPER = 2,
403};
404
405enum rf_type {
406 RF_1T1R = 0,
407 RF_1T2R = 1,
408 RF_2T2R = 2,
Larry Fingere97b7752011-02-19 16:29:07 -0600409 RF_2T2R_GREEN = 3,
Larry Finger0c817332010-12-08 11:12:31 -0600410};
411
412enum ht_channel_width {
413 HT_CHANNEL_WIDTH_20 = 0,
414 HT_CHANNEL_WIDTH_20_40 = 1,
415};
416
417/* Ref: 802.11i sepc D10.0 7.3.2.25.1
418Cipher Suites Encryption Algorithms */
419enum rt_enc_alg {
420 NO_ENCRYPTION = 0,
421 WEP40_ENCRYPTION = 1,
422 TKIP_ENCRYPTION = 2,
423 RSERVED_ENCRYPTION = 3,
424 AESCCMP_ENCRYPTION = 4,
425 WEP104_ENCRYPTION = 5,
Larry Finger2461c7d2012-08-31 15:39:01 -0500426 AESCMAC_ENCRYPTION = 6, /*IEEE802.11w */
Larry Finger0c817332010-12-08 11:12:31 -0600427};
428
429enum rtl_hal_state {
430 _HAL_STATE_STOP = 0,
431 _HAL_STATE_START = 1,
432};
433
Larry Finger7ad0ce32011-08-22 16:50:14 -0500434enum rtl_desc92_rate {
435 DESC92_RATE1M = 0x00,
436 DESC92_RATE2M = 0x01,
437 DESC92_RATE5_5M = 0x02,
438 DESC92_RATE11M = 0x03,
439
440 DESC92_RATE6M = 0x04,
441 DESC92_RATE9M = 0x05,
442 DESC92_RATE12M = 0x06,
443 DESC92_RATE18M = 0x07,
444 DESC92_RATE24M = 0x08,
445 DESC92_RATE36M = 0x09,
446 DESC92_RATE48M = 0x0a,
447 DESC92_RATE54M = 0x0b,
448
449 DESC92_RATEMCS0 = 0x0c,
450 DESC92_RATEMCS1 = 0x0d,
451 DESC92_RATEMCS2 = 0x0e,
452 DESC92_RATEMCS3 = 0x0f,
453 DESC92_RATEMCS4 = 0x10,
454 DESC92_RATEMCS5 = 0x11,
455 DESC92_RATEMCS6 = 0x12,
456 DESC92_RATEMCS7 = 0x13,
457 DESC92_RATEMCS8 = 0x14,
458 DESC92_RATEMCS9 = 0x15,
459 DESC92_RATEMCS10 = 0x16,
460 DESC92_RATEMCS11 = 0x17,
461 DESC92_RATEMCS12 = 0x18,
462 DESC92_RATEMCS13 = 0x19,
463 DESC92_RATEMCS14 = 0x1a,
464 DESC92_RATEMCS15 = 0x1b,
465 DESC92_RATEMCS15_SG = 0x1c,
466 DESC92_RATEMCS32 = 0x20,
467};
468
Larry Finger0c817332010-12-08 11:12:31 -0600469enum rtl_var_map {
470 /*reg map */
471 SYS_ISO_CTRL = 0,
472 SYS_FUNC_EN,
473 SYS_CLK,
474 MAC_RCR_AM,
475 MAC_RCR_AB,
476 MAC_RCR_ACRC32,
477 MAC_RCR_ACF,
478 MAC_RCR_AAP,
479
480 /*efuse map */
481 EFUSE_TEST,
482 EFUSE_CTRL,
483 EFUSE_CLK,
484 EFUSE_CLK_CTRL,
485 EFUSE_PWC_EV12V,
486 EFUSE_FEN_ELDR,
487 EFUSE_LOADER_CLK_EN,
488 EFUSE_ANA8M,
489 EFUSE_HWSET_MAX_SIZE,
George18d30062011-02-19 16:29:02 -0600490 EFUSE_MAX_SECTION_MAP,
491 EFUSE_REAL_CONTENT_SIZE,
Chaoming Li5c079d82011-10-12 15:59:09 -0500492 EFUSE_OOB_PROTECT_BYTES_LEN,
Larry Finger26634c42013-03-24 22:06:33 -0500493 EFUSE_ACCESS,
Larry Finger0c817332010-12-08 11:12:31 -0600494
495 /*CAM map */
496 RWCAM,
497 WCAMI,
498 RCAMO,
499 CAMDBG,
500 SECR,
501 SEC_CAM_NONE,
502 SEC_CAM_WEP40,
503 SEC_CAM_TKIP,
504 SEC_CAM_AES,
505 SEC_CAM_WEP104,
506
507 /*IMR map */
508 RTL_IMR_BCNDMAINT6, /*Beacon DMA Interrupt 6 */
509 RTL_IMR_BCNDMAINT5, /*Beacon DMA Interrupt 5 */
510 RTL_IMR_BCNDMAINT4, /*Beacon DMA Interrupt 4 */
511 RTL_IMR_BCNDMAINT3, /*Beacon DMA Interrupt 3 */
512 RTL_IMR_BCNDMAINT2, /*Beacon DMA Interrupt 2 */
513 RTL_IMR_BCNDMAINT1, /*Beacon DMA Interrupt 1 */
514 RTL_IMR_BCNDOK8, /*Beacon Queue DMA OK Interrup 8 */
515 RTL_IMR_BCNDOK7, /*Beacon Queue DMA OK Interrup 7 */
516 RTL_IMR_BCNDOK6, /*Beacon Queue DMA OK Interrup 6 */
517 RTL_IMR_BCNDOK5, /*Beacon Queue DMA OK Interrup 5 */
518 RTL_IMR_BCNDOK4, /*Beacon Queue DMA OK Interrup 4 */
519 RTL_IMR_BCNDOK3, /*Beacon Queue DMA OK Interrup 3 */
520 RTL_IMR_BCNDOK2, /*Beacon Queue DMA OK Interrup 2 */
521 RTL_IMR_BCNDOK1, /*Beacon Queue DMA OK Interrup 1 */
522 RTL_IMR_TIMEOUT2, /*Timeout interrupt 2 */
523 RTL_IMR_TIMEOUT1, /*Timeout interrupt 1 */
524 RTL_IMR_TXFOVW, /*Transmit FIFO Overflow */
525 RTL_IMR_PSTIMEOUT, /*Power save time out interrupt */
Larry Fingere6deaf82013-03-24 22:06:55 -0500526 RTL_IMR_BCNINT, /*Beacon DMA Interrupt 0 */
Larry Finger0c817332010-12-08 11:12:31 -0600527 RTL_IMR_RXFOVW, /*Receive FIFO Overflow */
528 RTL_IMR_RDU, /*Receive Descriptor Unavailable */
529 RTL_IMR_ATIMEND, /*For 92C,ATIM Window End Interrupt */
530 RTL_IMR_BDOK, /*Beacon Queue DMA OK Interrup */
531 RTL_IMR_HIGHDOK, /*High Queue DMA OK Interrupt */
Larry Fingere97b7752011-02-19 16:29:07 -0600532 RTL_IMR_COMDOK, /*Command Queue DMA OK Interrupt*/
Larry Finger0c817332010-12-08 11:12:31 -0600533 RTL_IMR_TBDOK, /*Transmit Beacon OK interrup */
534 RTL_IMR_MGNTDOK, /*Management Queue DMA OK Interrupt */
535 RTL_IMR_TBDER, /*For 92C,Transmit Beacon Error Interrupt */
536 RTL_IMR_BKDOK, /*AC_BK DMA OK Interrupt */
537 RTL_IMR_BEDOK, /*AC_BE DMA OK Interrupt */
538 RTL_IMR_VIDOK, /*AC_VI DMA OK Interrupt */
539 RTL_IMR_VODOK, /*AC_VO DMA Interrupt */
540 RTL_IMR_ROK, /*Receive DMA OK Interrupt */
Larry Fingere6deaf82013-03-24 22:06:55 -0500541 RTL_IBSS_INT_MASKS, /*(RTL_IMR_BCNINT | RTL_IMR_TBDOK |
Larry Fingere97b7752011-02-19 16:29:07 -0600542 * RTL_IMR_TBDER) */
Larry Finger0f015452012-10-25 13:46:46 -0500543 RTL_IMR_C2HCMD, /*fw interrupt*/
Larry Finger0c817332010-12-08 11:12:31 -0600544
545 /*CCK Rates, TxHT = 0 */
546 RTL_RC_CCK_RATE1M,
547 RTL_RC_CCK_RATE2M,
548 RTL_RC_CCK_RATE5_5M,
549 RTL_RC_CCK_RATE11M,
550
551 /*OFDM Rates, TxHT = 0 */
552 RTL_RC_OFDM_RATE6M,
553 RTL_RC_OFDM_RATE9M,
554 RTL_RC_OFDM_RATE12M,
555 RTL_RC_OFDM_RATE18M,
556 RTL_RC_OFDM_RATE24M,
557 RTL_RC_OFDM_RATE36M,
558 RTL_RC_OFDM_RATE48M,
559 RTL_RC_OFDM_RATE54M,
560
561 RTL_RC_HT_RATEMCS7,
562 RTL_RC_HT_RATEMCS15,
563
564 /*keep it last */
565 RTL_VAR_MAP_MAX,
566};
567
568/*Firmware PS mode for control LPS.*/
569enum _fw_ps_mode {
570 FW_PS_ACTIVE_MODE = 0,
571 FW_PS_MIN_MODE = 1,
572 FW_PS_MAX_MODE = 2,
573 FW_PS_DTIM_MODE = 3,
574 FW_PS_VOIP_MODE = 4,
575 FW_PS_UAPSD_WMM_MODE = 5,
576 FW_PS_UAPSD_MODE = 6,
577 FW_PS_IBSS_MODE = 7,
578 FW_PS_WWLAN_MODE = 8,
579 FW_PS_PM_Radio_Off = 9,
580 FW_PS_PM_Card_Disable = 10,
581};
582
583enum rt_psmode {
584 EACTIVE, /*Active/Continuous access. */
585 EMAXPS, /*Max power save mode. */
586 EFASTPS, /*Fast power save mode. */
587 EAUTOPS, /*Auto power save mode. */
588};
589
590/*LED related.*/
591enum led_ctl_mode {
592 LED_CTL_POWER_ON = 1,
593 LED_CTL_LINK = 2,
594 LED_CTL_NO_LINK = 3,
595 LED_CTL_TX = 4,
596 LED_CTL_RX = 5,
597 LED_CTL_SITE_SURVEY = 6,
598 LED_CTL_POWER_OFF = 7,
599 LED_CTL_START_TO_LINK = 8,
600 LED_CTL_START_WPS = 9,
601 LED_CTL_STOP_WPS = 10,
602};
603
604enum rtl_led_pin {
605 LED_PIN_GPIO0,
606 LED_PIN_LED0,
607 LED_PIN_LED1,
608 LED_PIN_LED2
609};
610
611/*QoS related.*/
612/*acm implementation method.*/
613enum acm_method {
614 eAcmWay0_SwAndHw = 0,
615 eAcmWay1_HW = 1,
616 eAcmWay2_SW = 2,
617};
618
Larry Fingere97b7752011-02-19 16:29:07 -0600619enum macphy_mode {
620 SINGLEMAC_SINGLEPHY = 0,
621 DUALMAC_DUALPHY,
622 DUALMAC_SINGLEPHY,
623};
624
625enum band_type {
626 BAND_ON_2_4G = 0,
627 BAND_ON_5G,
628 BAND_ON_BOTH,
629 BANDMAX
630};
631
Larry Finger0c817332010-12-08 11:12:31 -0600632/*aci/aifsn Field.
633Ref: WMM spec 2.2.2: WME Parameter Element, p.12.*/
634union aci_aifsn {
635 u8 char_data;
636
637 struct {
638 u8 aifsn:4;
639 u8 acm:1;
640 u8 aci:2;
641 u8 reserved:1;
642 } f; /* Field */
643};
644
645/*mlme related.*/
646enum wireless_mode {
647 WIRELESS_MODE_UNKNOWN = 0x00,
648 WIRELESS_MODE_A = 0x01,
649 WIRELESS_MODE_B = 0x02,
650 WIRELESS_MODE_G = 0x04,
651 WIRELESS_MODE_AUTO = 0x08,
652 WIRELESS_MODE_N_24G = 0x10,
653 WIRELESS_MODE_N_5G = 0x20
654};
655
George18d30062011-02-19 16:29:02 -0600656#define IS_WIRELESS_MODE_A(wirelessmode) \
657 (wirelessmode == WIRELESS_MODE_A)
658#define IS_WIRELESS_MODE_B(wirelessmode) \
659 (wirelessmode == WIRELESS_MODE_B)
660#define IS_WIRELESS_MODE_G(wirelessmode) \
661 (wirelessmode == WIRELESS_MODE_G)
662#define IS_WIRELESS_MODE_N_24G(wirelessmode) \
663 (wirelessmode == WIRELESS_MODE_N_24G)
664#define IS_WIRELESS_MODE_N_5G(wirelessmode) \
665 (wirelessmode == WIRELESS_MODE_N_5G)
666
Larry Finger0c817332010-12-08 11:12:31 -0600667enum ratr_table_mode {
668 RATR_INX_WIRELESS_NGB = 0,
669 RATR_INX_WIRELESS_NG = 1,
670 RATR_INX_WIRELESS_NB = 2,
671 RATR_INX_WIRELESS_N = 3,
672 RATR_INX_WIRELESS_GB = 4,
673 RATR_INX_WIRELESS_G = 5,
674 RATR_INX_WIRELESS_B = 6,
675 RATR_INX_WIRELESS_MC = 7,
676 RATR_INX_WIRELESS_A = 8,
677};
678
679enum rtl_link_state {
680 MAC80211_NOLINK = 0,
681 MAC80211_LINKING = 1,
682 MAC80211_LINKED = 2,
683 MAC80211_LINKED_SCANNING = 3,
684};
685
686enum act_category {
687 ACT_CAT_QOS = 1,
688 ACT_CAT_DLS = 2,
689 ACT_CAT_BA = 3,
690 ACT_CAT_HT = 7,
691 ACT_CAT_WMM = 17,
692};
693
694enum ba_action {
695 ACT_ADDBAREQ = 0,
696 ACT_ADDBARSP = 1,
697 ACT_DELBA = 2,
698};
699
Larry Finger0f015452012-10-25 13:46:46 -0500700enum rt_polarity_ctl {
701 RT_POLARITY_LOW_ACT = 0,
702 RT_POLARITY_HIGH_ACT = 1,
703};
704
Larry Finger0c817332010-12-08 11:12:31 -0600705struct octet_string {
706 u8 *octet;
707 u16 length;
708};
709
710struct rtl_hdr_3addr {
711 __le16 frame_ctl;
712 __le16 duration_id;
713 u8 addr1[ETH_ALEN];
714 u8 addr2[ETH_ALEN];
715 u8 addr3[ETH_ALEN];
716 __le16 seq_ctl;
717 u8 payload[0];
John W. Linvillee1374782010-12-16 09:20:16 -0500718} __packed;
Larry Finger0c817332010-12-08 11:12:31 -0600719
720struct rtl_info_element {
721 u8 id;
722 u8 len;
723 u8 data[0];
John W. Linvillee1374782010-12-16 09:20:16 -0500724} __packed;
Larry Finger0c817332010-12-08 11:12:31 -0600725
726struct rtl_probe_rsp {
727 struct rtl_hdr_3addr header;
728 u32 time_stamp[2];
729 __le16 beacon_interval;
730 __le16 capability;
731 /*SSID, supported rates, FH params, DS params,
732 CF params, IBSS params, TIM (if beacon), RSN */
733 struct rtl_info_element info_element[0];
John W. Linvillee1374782010-12-16 09:20:16 -0500734} __packed;
Larry Finger0c817332010-12-08 11:12:31 -0600735
736/*LED related.*/
737/*ledpin Identify how to implement this SW led.*/
738struct rtl_led {
739 void *hw;
740 enum rtl_led_pin ledpin;
Larry Finger7ea47242011-02-19 16:28:57 -0600741 bool ledon;
Larry Finger0c817332010-12-08 11:12:31 -0600742};
743
744struct rtl_led_ctl {
Larry Finger7ea47242011-02-19 16:28:57 -0600745 bool led_opendrain;
Larry Finger0c817332010-12-08 11:12:31 -0600746 struct rtl_led sw_led0;
747 struct rtl_led sw_led1;
748};
749
750struct rtl_qos_parameters {
751 __le16 cw_min;
752 __le16 cw_max;
753 u8 aifs;
754 u8 flag;
755 __le16 tx_op;
John W. Linvillee1374782010-12-16 09:20:16 -0500756} __packed;
Larry Finger0c817332010-12-08 11:12:31 -0600757
758struct rt_smooth_data {
759 u32 elements[100]; /*array to store values */
760 u32 index; /*index to current array to store */
761 u32 total_num; /*num of valid elements */
762 u32 total_val; /*sum of valid elements */
763};
764
765struct false_alarm_statistics {
766 u32 cnt_parity_fail;
767 u32 cnt_rate_illegal;
768 u32 cnt_crc8_fail;
769 u32 cnt_mcs_fail;
Larry Fingere97b7752011-02-19 16:29:07 -0600770 u32 cnt_fast_fsync_fail;
771 u32 cnt_sb_search_fail;
Larry Finger0c817332010-12-08 11:12:31 -0600772 u32 cnt_ofdm_fail;
773 u32 cnt_cck_fail;
774 u32 cnt_all;
Larry Finger26634c42013-03-24 22:06:33 -0500775 u32 cnt_ofdm_cca;
776 u32 cnt_cck_cca;
777 u32 cnt_cca_all;
778 u32 cnt_bw_usc;
779 u32 cnt_bw_lsc;
Larry Finger0c817332010-12-08 11:12:31 -0600780};
781
782struct init_gain {
783 u8 xaagccore1;
784 u8 xbagccore1;
785 u8 xcagccore1;
786 u8 xdagccore1;
787 u8 cca;
788
789};
790
791struct wireless_stats {
792 unsigned long txbytesunicast;
793 unsigned long txbytesmulticast;
794 unsigned long txbytesbroadcast;
795 unsigned long rxbytesunicast;
796
797 long rx_snr_db[4];
798 /*Correct smoothed ss in Dbm, only used
799 in driver to report real power now. */
800 long recv_signal_power;
801 long signal_quality;
802 long last_sigstrength_inpercent;
803
804 u32 rssi_calculate_cnt;
805
806 /*Transformed, in dbm. Beautified signal
807 strength for UI, not correct. */
808 long signal_strength;
809
810 u8 rx_rssi_percentage[4];
811 u8 rx_evm_percentage[2];
812
813 struct rt_smooth_data ui_rssi;
814 struct rt_smooth_data ui_link_quality;
815};
816
817struct rate_adaptive {
818 u8 rate_adaptive_disabled;
819 u8 ratr_state;
820 u16 reserve;
821
822 u32 high_rssi_thresh_for_ra;
823 u32 high2low_rssi_thresh_for_ra;
824 u8 low2high_rssi_thresh_for_ra40m;
825 u32 low_rssi_thresh_for_ra40M;
826 u8 low2high_rssi_thresh_for_ra20m;
827 u32 low_rssi_thresh_for_ra20M;
828 u32 upper_rssi_threshold_ratr;
829 u32 middleupper_rssi_threshold_ratr;
830 u32 middle_rssi_threshold_ratr;
831 u32 middlelow_rssi_threshold_ratr;
832 u32 low_rssi_threshold_ratr;
833 u32 ultralow_rssi_threshold_ratr;
834 u32 low_rssi_threshold_ratr_40m;
835 u32 low_rssi_threshold_ratr_20m;
836 u8 ping_rssi_enable;
837 u32 ping_rssi_ratr;
838 u32 ping_rssi_thresh_for_ra;
839 u32 last_ratr;
840 u8 pre_ratr_state;
841};
842
843struct regd_pair_mapping {
844 u16 reg_dmnenum;
845 u16 reg_5ghz_ctl;
846 u16 reg_2ghz_ctl;
847};
848
849struct rtl_regulatory {
850 char alpha2[2];
851 u16 country_code;
852 u16 max_power_level;
853 u32 tp_scale;
854 u16 current_rd;
855 u16 current_rd_ext;
856 int16_t power_limit;
857 struct regd_pair_mapping *regpair;
858};
859
860struct rtl_rfkill {
861 bool rfkill_state; /*0 is off, 1 is on */
862};
863
Larry Finger26634c42013-03-24 22:06:33 -0500864/*for P2P PS**/
865#define P2P_MAX_NOA_NUM 2
866
867enum p2p_role {
868 P2P_ROLE_DISABLE = 0,
869 P2P_ROLE_DEVICE = 1,
870 P2P_ROLE_CLIENT = 2,
871 P2P_ROLE_GO = 3
872};
873
874enum p2p_ps_state {
875 P2P_PS_DISABLE = 0,
876 P2P_PS_ENABLE = 1,
877 P2P_PS_SCAN = 2,
878 P2P_PS_SCAN_DONE = 3,
879 P2P_PS_ALLSTASLEEP = 4, /* for P2P GO */
880};
881
882enum p2p_ps_mode {
883 P2P_PS_NONE = 0,
884 P2P_PS_CTWINDOW = 1,
885 P2P_PS_NOA = 2,
886 P2P_PS_MIX = 3, /* CTWindow and NoA */
887};
888
889struct rtl_p2p_ps_info {
890 enum p2p_ps_mode p2p_ps_mode; /* indicate p2p ps mode */
891 enum p2p_ps_state p2p_ps_state; /* indicate p2p ps state */
892 u8 noa_index; /* Identifies instance of Notice of Absence timing. */
893 /* Client traffic window. A period of time in TU after TBTT. */
894 u8 ctwindow;
895 u8 opp_ps; /* opportunistic power save. */
896 u8 noa_num; /* number of NoA descriptor in P2P IE. */
897 /* Count for owner, Type of client. */
898 u8 noa_count_type[P2P_MAX_NOA_NUM];
899 /* Max duration for owner, preferred or min acceptable duration
900 * for client.
901 */
902 u32 noa_duration[P2P_MAX_NOA_NUM];
903 /* Length of interval for owner, preferred or max acceptable intervali
904 * of client.
905 */
906 u32 noa_interval[P2P_MAX_NOA_NUM];
907 /* schedule in terms of the lower 4 bytes of the TSF timer. */
908 u32 noa_start_time[P2P_MAX_NOA_NUM];
909};
910
911struct p2p_ps_offload_t {
912 u8 offload_en:1;
913 u8 role:1; /* 1: Owner, 0: Client */
914 u8 ctwindow_en:1;
915 u8 noa0_en:1;
916 u8 noa1_en:1;
917 u8 allstasleep:1;
918 u8 discovery:1;
919 u8 reserved:1;
920};
921
Larry Fingere97b7752011-02-19 16:29:07 -0600922#define IQK_MATRIX_REG_NUM 8
923#define IQK_MATRIX_SETTINGS_NUM (1 + 24 + 21)
Larry Finger26634c42013-03-24 22:06:33 -0500924
Larry Fingere97b7752011-02-19 16:29:07 -0600925struct iqk_matrix_regs {
Larry Finger32473282011-03-27 16:19:57 -0500926 bool iqk_done;
Larry Fingere97b7752011-02-19 16:29:07 -0600927 long value[1][IQK_MATRIX_REG_NUM];
928};
929
George18d30062011-02-19 16:29:02 -0600930struct phy_parameters {
931 u16 length;
932 u32 *pdata;
933};
934
935enum hw_param_tab_index {
936 PHY_REG_2T,
937 PHY_REG_1T,
938 PHY_REG_PG,
939 RADIOA_2T,
940 RADIOB_2T,
941 RADIOA_1T,
942 RADIOB_1T,
943 MAC_REG,
944 AGCTAB_2T,
945 AGCTAB_1T,
946 MAX_TAB
947};
948
Larry Finger0c817332010-12-08 11:12:31 -0600949struct rtl_phy {
950 struct bb_reg_def phyreg_def[4]; /*Radio A/B/C/D */
951 struct init_gain initgain_backup;
952 enum io_type current_io_type;
953
954 u8 rf_mode;
955 u8 rf_type;
956 u8 current_chan_bw;
957 u8 set_bwmode_inprogress;
958 u8 sw_chnl_inprogress;
959 u8 sw_chnl_stage;
960 u8 sw_chnl_step;
961 u8 current_channel;
962 u8 h2c_box_num;
963 u8 set_io_inprogress;
Larry Fingere97b7752011-02-19 16:29:07 -0600964 u8 lck_inprogress;
Larry Finger0c817332010-12-08 11:12:31 -0600965
Larry Fingere97b7752011-02-19 16:29:07 -0600966 /* record for power tracking */
Larry Finger0c817332010-12-08 11:12:31 -0600967 s32 reg_e94;
968 s32 reg_e9c;
969 s32 reg_ea4;
970 s32 reg_eac;
971 s32 reg_eb4;
972 s32 reg_ebc;
973 s32 reg_ec4;
974 s32 reg_ecc;
975 u8 rfpienable;
976 u8 reserve_0;
977 u16 reserve_1;
978 u32 reg_c04, reg_c08, reg_874;
979 u32 adda_backup[16];
980 u32 iqk_mac_backup[IQK_MAC_REG_NUM];
981 u32 iqk_bb_backup[10];
Larry Finger2461c7d2012-08-31 15:39:01 -0500982 bool iqk_initialized;
Larry Finger0c817332010-12-08 11:12:31 -0600983
Larry Fingere97b7752011-02-19 16:29:07 -0600984 /* Dual mac */
985 bool need_iqk;
Larry Fingere6deaf82013-03-24 22:06:55 -0500986 struct iqk_matrix_regs iqk_matrix[IQK_MATRIX_SETTINGS_NUM];
Larry Fingere97b7752011-02-19 16:29:07 -0600987
Larry Finger7ea47242011-02-19 16:28:57 -0600988 bool rfpi_enable;
Larry Finger0c817332010-12-08 11:12:31 -0600989
990 u8 pwrgroup_cnt;
Larry Finger7ea47242011-02-19 16:28:57 -0600991 u8 cck_high_power;
Larry Fingere97b7752011-02-19 16:29:07 -0600992 /* MAX_PG_GROUP groups of pwr diff by rates */
Larry Fingerda17fcf2012-10-25 13:46:31 -0500993 u32 mcs_offset[MAX_PG_GROUP][16];
Larry Finger0c817332010-12-08 11:12:31 -0600994 u8 default_initialgain[4];
995
Larry Fingere97b7752011-02-19 16:29:07 -0600996 /* the current Tx power level */
Larry Finger0c817332010-12-08 11:12:31 -0600997 u8 cur_cck_txpwridx;
998 u8 cur_ofdm24g_txpwridx;
Larry Finger26634c42013-03-24 22:06:33 -0500999 u8 cur_bw20_txpwridx;
1000 u8 cur_bw40_txpwridx;
Larry Finger0c817332010-12-08 11:12:31 -06001001
1002 u32 rfreg_chnlval[2];
Larry Finger7ea47242011-02-19 16:28:57 -06001003 bool apk_done;
Larry Fingere97b7752011-02-19 16:29:07 -06001004 u32 reg_rf3c[2]; /* pathA / pathB */
Larry Finger0c817332010-12-08 11:12:31 -06001005
Chaoming_Li3dad6182011-04-25 12:52:49 -05001006 /* bfsync */
Larry Finger0c817332010-12-08 11:12:31 -06001007 u8 framesync;
1008 u32 framesync_c34;
1009
1010 u8 num_total_rfpath;
George18d30062011-02-19 16:29:02 -06001011 struct phy_parameters hwparam_tables[MAX_TAB];
Larry Fingere97b7752011-02-19 16:29:07 -06001012 u16 rf_pathmap;
Larry Finger0f015452012-10-25 13:46:46 -05001013
1014 enum rt_polarity_ctl polarity_ctl;
Larry Finger0c817332010-12-08 11:12:31 -06001015};
1016
1017#define MAX_TID_COUNT 9
Chaoming_Li3dad6182011-04-25 12:52:49 -05001018#define RTL_AGG_STOP 0
1019#define RTL_AGG_PROGRESS 1
1020#define RTL_AGG_START 2
1021#define RTL_AGG_OPERATIONAL 3
Larry Finger0c817332010-12-08 11:12:31 -06001022#define RTL_AGG_OFF 0
1023#define RTL_AGG_ON 1
Larry Finger2461c7d2012-08-31 15:39:01 -05001024#define RTL_RX_AGG_START 1
1025#define RTL_RX_AGG_STOP 0
Larry Finger0c817332010-12-08 11:12:31 -06001026#define RTL_AGG_EMPTYING_HW_QUEUE_ADDBA 2
1027#define RTL_AGG_EMPTYING_HW_QUEUE_DELBA 3
1028
1029struct rtl_ht_agg {
1030 u16 txq_id;
1031 u16 wait_for_ba;
1032 u16 start_idx;
1033 u64 bitmap;
1034 u32 rate_n_flags;
1035 u8 agg_state;
Larry Finger2461c7d2012-08-31 15:39:01 -05001036 u8 rx_agg_state;
Larry Finger0c817332010-12-08 11:12:31 -06001037};
1038
Larry Finger26634c42013-03-24 22:06:33 -05001039struct rssi_sta {
1040 long undec_sm_pwdb;
Larry Fingerb9a758a2013-11-18 11:11:27 -06001041 long undec_sm_cck;
Larry Finger26634c42013-03-24 22:06:33 -05001042};
1043
Larry Finger0c817332010-12-08 11:12:31 -06001044struct rtl_tid_data {
1045 u16 seq_number;
1046 struct rtl_ht_agg agg;
1047};
1048
Chaoming_Li3dad6182011-04-25 12:52:49 -05001049struct rtl_sta_info {
Larry Finger2461c7d2012-08-31 15:39:01 -05001050 struct list_head list;
Chaoming_Li3dad6182011-04-25 12:52:49 -05001051 u8 ratr_index;
1052 u8 wireless_mode;
1053 u8 mimo_ps;
Larry Finger26634c42013-03-24 22:06:33 -05001054 u8 mac_addr[ETH_ALEN];
Chaoming_Li3dad6182011-04-25 12:52:49 -05001055 struct rtl_tid_data tids[MAX_TID_COUNT];
Larry Finger2461c7d2012-08-31 15:39:01 -05001056
1057 /* just used for ap adhoc or mesh*/
1058 struct rssi_sta rssi_stat;
Chaoming_Li3dad6182011-04-25 12:52:49 -05001059} __packed;
1060
Larry Finger0c817332010-12-08 11:12:31 -06001061struct rtl_priv;
1062struct rtl_io {
1063 struct device *dev;
Larry Finger62e63972011-02-11 14:27:46 -06001064 struct mutex bb_mutex;
Larry Finger0c817332010-12-08 11:12:31 -06001065
1066 /*PCI MEM map */
1067 unsigned long pci_mem_end; /*shared mem end */
1068 unsigned long pci_mem_start; /*shared mem start */
1069
1070 /*PCI IO map */
1071 unsigned long pci_base_addr; /*device I/O address */
1072
1073 void (*write8_async) (struct rtl_priv *rtlpriv, u32 addr, u8 val);
Larry Fingerff6ff962011-11-17 12:14:43 -06001074 void (*write16_async) (struct rtl_priv *rtlpriv, u32 addr, u16 val);
1075 void (*write32_async) (struct rtl_priv *rtlpriv, u32 addr, u32 val);
1076 void (*writeN_sync) (struct rtl_priv *rtlpriv, u32 addr, void *buf,
1077 u16 len);
Larry Finger0c817332010-12-08 11:12:31 -06001078
Larry Fingere97b7752011-02-19 16:29:07 -06001079 u8(*read8_sync) (struct rtl_priv *rtlpriv, u32 addr);
1080 u16(*read16_sync) (struct rtl_priv *rtlpriv, u32 addr);
1081 u32(*read32_sync) (struct rtl_priv *rtlpriv, u32 addr);
Chaoming_Li3dad6182011-04-25 12:52:49 -05001082
Larry Finger0c817332010-12-08 11:12:31 -06001083};
1084
1085struct rtl_mac {
1086 u8 mac_addr[ETH_ALEN];
1087 u8 mac80211_registered;
1088 u8 beacon_enabled;
1089
1090 u32 tx_ss_num;
1091 u32 rx_ss_num;
1092
1093 struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
1094 struct ieee80211_hw *hw;
1095 struct ieee80211_vif *vif;
1096 enum nl80211_iftype opmode;
1097
1098 /*Probe Beacon management */
1099 struct rtl_tid_data tids[MAX_TID_COUNT];
1100 enum rtl_link_state link_state;
1101
1102 int n_channels;
1103 int n_bitrates;
1104
Mike McCormack9c050442011-06-20 10:44:58 +09001105 bool offchan_delay;
Larry Finger26634c42013-03-24 22:06:33 -05001106 u8 p2p; /*using p2p role*/
1107 bool p2p_in_use;
Chaoming_Li3dad6182011-04-25 12:52:49 -05001108
Larry Finger0c817332010-12-08 11:12:31 -06001109 /*filters */
1110 u32 rx_conf;
1111 u16 rx_mgt_filter;
1112 u16 rx_ctrl_filter;
1113 u16 rx_data_filter;
1114
1115 bool act_scanning;
1116 u8 cnt_after_linked;
Larry Finger26634c42013-03-24 22:06:33 -05001117 bool skip_scan;
Larry Finger0c817332010-12-08 11:12:31 -06001118
Larry Fingere97b7752011-02-19 16:29:07 -06001119 /* early mode */
1120 /* skb wait queue */
1121 struct sk_buff_head skb_waitq[MAX_TID_COUNT];
Larry Finger0c817332010-12-08 11:12:31 -06001122
Larry Fingere97b7752011-02-19 16:29:07 -06001123 /*RDG*/
1124 bool rdg_en;
1125
1126 /*AP*/
1127 u8 bssid[6];
1128 u32 vendor;
1129 u8 mcs[16]; /* 16 bytes mcs for HT rates. */
1130 u32 basic_rates; /* b/g rates */
Larry Finger0c817332010-12-08 11:12:31 -06001131 u8 ht_enable;
1132 u8 sgi_40;
1133 u8 sgi_20;
1134 u8 bw_40;
Larry Fingere97b7752011-02-19 16:29:07 -06001135 u8 mode; /* wireless mode */
Larry Finger0c817332010-12-08 11:12:31 -06001136 u8 slot_time;
1137 u8 short_preamble;
1138 u8 use_cts_protect;
1139 u8 cur_40_prime_sc;
1140 u8 cur_40_prime_sc_bk;
1141 u64 tsf;
1142 u8 retry_short;
1143 u8 retry_long;
1144 u16 assoc_id;
Larry Finger26634c42013-03-24 22:06:33 -05001145 bool hiddenssid;
Larry Finger0c817332010-12-08 11:12:31 -06001146
Larry Fingere97b7752011-02-19 16:29:07 -06001147 /*IBSS*/
1148 int beacon_interval;
Larry Finger0c817332010-12-08 11:12:31 -06001149
Larry Fingere97b7752011-02-19 16:29:07 -06001150 /*AMPDU*/
1151 u8 min_space_cfg; /*For Min spacing configurations */
Larry Finger0c817332010-12-08 11:12:31 -06001152 u8 max_mss_density;
1153 u8 current_ampdu_factor;
1154 u8 current_ampdu_density;
1155
1156 /*QOS & EDCA */
1157 struct ieee80211_tx_queue_params edca_param[RTL_MAC80211_NUM_QUEUE];
1158 struct rtl_qos_parameters ac[AC_MAX];
Larry Finger0f015452012-10-25 13:46:46 -05001159
1160 /* counters */
1161 u64 last_txok_cnt;
1162 u64 last_rxok_cnt;
1163 u32 last_bt_edca_ul;
1164 u32 last_bt_edca_dl;
1165};
1166
1167struct btdm_8723 {
1168 bool all_off;
1169 bool agc_table_en;
1170 bool adc_back_off_on;
1171 bool b2_ant_hid_en;
1172 bool low_penalty_rate_adaptive;
1173 bool rf_rx_lpf_shrink;
1174 bool reject_aggre_pkt;
1175 bool tra_tdma_on;
1176 u8 tra_tdma_nav;
1177 u8 tra_tdma_ant;
1178 bool tdma_on;
1179 u8 tdma_ant;
1180 u8 tdma_nav;
1181 u8 tdma_dac_swing;
1182 u8 fw_dac_swing_lvl;
1183 bool ps_tdma_on;
1184 u8 ps_tdma_byte[5];
1185 bool pta_on;
1186 u32 val_0x6c0;
1187 u32 val_0x6c8;
1188 u32 val_0x6cc;
1189 bool sw_dac_swing_on;
1190 u32 sw_dac_swing_lvl;
1191 u32 wlan_act_hi;
1192 u32 wlan_act_lo;
1193 u32 bt_retry_index;
1194 bool dec_bt_pwr;
1195 bool ignore_wlan_act;
1196};
1197
1198struct bt_coexist_8723 {
1199 u32 high_priority_tx;
1200 u32 high_priority_rx;
1201 u32 low_priority_tx;
1202 u32 low_priority_rx;
1203 u8 c2h_bt_info;
1204 bool c2h_bt_info_req_sent;
1205 bool c2h_bt_inquiry_page;
1206 u32 bt_inq_page_start_time;
1207 u8 bt_retry_cnt;
1208 u8 c2h_bt_info_original;
1209 u8 bt_inquiry_page_cnt;
1210 struct btdm_8723 btdm;
Larry Finger0c817332010-12-08 11:12:31 -06001211};
1212
1213struct rtl_hal {
1214 struct ieee80211_hw *hw;
Larry Finger26634c42013-03-24 22:06:33 -05001215 bool driver_is_goingto_unload;
Larry Finger2461c7d2012-08-31 15:39:01 -05001216 bool up_first_time;
Larry Finger26634c42013-03-24 22:06:33 -05001217 bool first_init;
Larry Finger2461c7d2012-08-31 15:39:01 -05001218 bool being_init_adapter;
1219 bool bbrf_ready;
Larry Finger26634c42013-03-24 22:06:33 -05001220 bool mac_func_enable;
1221 struct bt_coexist_8723 hal_coex_8723;
Larry Finger2461c7d2012-08-31 15:39:01 -05001222
Larry Finger0c817332010-12-08 11:12:31 -06001223 enum intf_type interface;
1224 u16 hw_type; /*92c or 92d or 92s and so on */
Larry Fingere97b7752011-02-19 16:29:07 -06001225 u8 ic_class;
Larry Finger0c817332010-12-08 11:12:31 -06001226 u8 oem_id;
George18d30062011-02-19 16:29:02 -06001227 u32 version; /*version of chip */
Larry Finger0c817332010-12-08 11:12:31 -06001228 u8 state; /*stop 0, start 1 */
Larry Finger26634c42013-03-24 22:06:33 -05001229 u8 board_type;
Larry Finger0c817332010-12-08 11:12:31 -06001230
1231 /*firmware */
Larry Fingere97b7752011-02-19 16:29:07 -06001232 u32 fwsize;
Larry Finger0c817332010-12-08 11:12:31 -06001233 u8 *pfirmware;
George18d30062011-02-19 16:29:02 -06001234 u16 fw_version;
1235 u16 fw_subversion;
Larry Finger7ea47242011-02-19 16:28:57 -06001236 bool h2c_setinprogress;
Larry Finger0c817332010-12-08 11:12:31 -06001237 u8 last_hmeboxnum;
Larry Finger2461c7d2012-08-31 15:39:01 -05001238 bool fw_ready;
Larry Finger0c817332010-12-08 11:12:31 -06001239 /*Reserve page start offset except beacon in TxQ. */
1240 u8 fw_rsvdpage_startoffset;
Larry Fingere97b7752011-02-19 16:29:07 -06001241 u8 h2c_txcmd_seq;
1242
1243 /* FW Cmd IO related */
1244 u16 fwcmd_iomap;
1245 u32 fwcmd_ioparam;
1246 bool set_fwcmd_inprogress;
1247 u8 current_fwcmd_io;
1248
Larry Finger4b04edc2013-03-24 22:06:39 -05001249 struct p2p_ps_offload_t p2p_ps_offload;
Larry Finger26634c42013-03-24 22:06:33 -05001250 bool fw_clk_change_in_progress;
1251 bool allow_sw_to_change_hwclc;
1252 u8 fw_ps_state;
Larry Fingere97b7752011-02-19 16:29:07 -06001253 /**/
1254 bool driver_going2unload;
1255
1256 /*AMPDU init min space*/
1257 u8 minspace_cfg; /*For Min spacing configurations */
1258
1259 /* Dual mac */
1260 enum macphy_mode macphymode;
1261 enum band_type current_bandtype; /* 0:2.4G, 1:5G */
1262 enum band_type current_bandtypebackup;
1263 enum band_type bandset;
1264 /* dual MAC 0--Mac0 1--Mac1 */
1265 u32 interfaceindex;
1266 /* just for DualMac S3S4 */
1267 u8 macphyctl_reg;
1268 bool earlymode_enable;
Larry Finger26634c42013-03-24 22:06:33 -05001269 u8 max_earlymode_num;
Larry Fingere97b7752011-02-19 16:29:07 -06001270 /* Dual mac*/
1271 bool during_mac0init_radiob;
1272 bool during_mac1init_radioa;
1273 bool reloadtxpowerindex;
1274 /* True if IMR or IQK have done
1275 for 2.4G in scan progress */
1276 bool load_imrandiqk_setting_for2g;
1277
1278 bool disable_amsdu_8k;
Larry Finger2461c7d2012-08-31 15:39:01 -05001279 bool master_of_dmsp;
1280 bool slave_of_dmsp;
Larry Finger0c817332010-12-08 11:12:31 -06001281};
1282
1283struct rtl_security {
1284 /*default 0 */
1285 bool use_sw_sec;
1286
1287 bool being_setkey;
1288 bool use_defaultkey;
1289 /*Encryption Algorithm for Unicast Packet */
1290 enum rt_enc_alg pairwise_enc_algorithm;
1291 /*Encryption Algorithm for Brocast/Multicast */
1292 enum rt_enc_alg group_enc_algorithm;
Chaoming_Li3dad6182011-04-25 12:52:49 -05001293 /*Cam Entry Bitmap */
1294 u32 hwsec_cam_bitmap;
1295 u8 hwsec_cam_sta_addr[TOTAL_CAM_ENTRY][ETH_ALEN];
Larry Finger0c817332010-12-08 11:12:31 -06001296 /*local Key buffer, indx 0 is for
1297 pairwise key 1-4 is for agoup key. */
1298 u8 key_buf[KEY_BUF_SIZE][MAX_KEY_LEN];
1299 u8 key_len[KEY_BUF_SIZE];
1300
1301 /*The pointer of Pairwise Key,
1302 it always points to KeyBuf[4] */
1303 u8 *pairwise_key;
1304};
1305
Larry Fingere6deaf82013-03-24 22:06:55 -05001306#define ASSOCIATE_ENTRY_NUM 33
1307
1308struct fast_ant_training {
1309 u8 bssid[6];
1310 u8 antsel_rx_keep_0;
1311 u8 antsel_rx_keep_1;
1312 u8 antsel_rx_keep_2;
1313 u32 ant_sum[7];
1314 u32 ant_cnt[7];
1315 u32 ant_ave[7];
1316 u8 fat_state;
1317 u32 train_idx;
1318 u8 antsel_a[ASSOCIATE_ENTRY_NUM];
1319 u8 antsel_b[ASSOCIATE_ENTRY_NUM];
1320 u8 antsel_c[ASSOCIATE_ENTRY_NUM];
1321 u32 main_ant_sum[ASSOCIATE_ENTRY_NUM];
1322 u32 aux_ant_sum[ASSOCIATE_ENTRY_NUM];
1323 u32 main_ant_cnt[ASSOCIATE_ENTRY_NUM];
1324 u32 aux_ant_cnt[ASSOCIATE_ENTRY_NUM];
1325 u8 rx_idle_ant;
1326 bool becomelinked;
1327};
1328
Larry Finger0c817332010-12-08 11:12:31 -06001329struct rtl_dm {
Larry Fingere97b7752011-02-19 16:29:07 -06001330 /*PHY status for Dynamic Management */
Larry Fingerda17fcf2012-10-25 13:46:31 -05001331 long entry_min_undec_sm_pwdb;
Larry Fingerb9a758a2013-11-18 11:11:27 -06001332 long undec_sm_cck;
Larry Fingerda17fcf2012-10-25 13:46:31 -05001333 long undec_sm_pwdb; /*out dm */
1334 long entry_max_undec_sm_pwdb;
Larry Fingerb9a758a2013-11-18 11:11:27 -06001335 s32 ofdm_pkt_cnt;
Larry Finger7ea47242011-02-19 16:28:57 -06001336 bool dm_initialgain_enable;
1337 bool dynamic_txpower_enable;
1338 bool current_turbo_edca;
1339 bool is_any_nonbepkts; /*out dm */
1340 bool is_cur_rdlstate;
Chaoming_Li3dad6182011-04-25 12:52:49 -05001341 bool txpower_trackinginit;
Larry Finger7ea47242011-02-19 16:28:57 -06001342 bool disable_framebursting;
1343 bool cck_inch14;
1344 bool txpower_tracking;
1345 bool useramask;
1346 bool rfpath_rxenable[4];
Larry Fingere97b7752011-02-19 16:29:07 -06001347 bool inform_fw_driverctrldm;
1348 bool current_mrc_switch;
1349 u8 txpowercount;
Larry Fingerb9a758a2013-11-18 11:11:27 -06001350 u8 powerindex_backup[6];
Larry Finger0c817332010-12-08 11:12:31 -06001351
Larry Fingere97b7752011-02-19 16:29:07 -06001352 u8 thermalvalue_rxgain;
Larry Finger0c817332010-12-08 11:12:31 -06001353 u8 thermalvalue_iqk;
1354 u8 thermalvalue_lck;
1355 u8 thermalvalue;
1356 u8 last_dtp_lvl;
Larry Fingere97b7752011-02-19 16:29:07 -06001357 u8 thermalvalue_avg[AVG_THERMAL_NUM];
1358 u8 thermalvalue_avg_index;
1359 bool done_txpower;
Larry Finger0c817332010-12-08 11:12:31 -06001360 u8 dynamic_txhighpower_lvl; /*Tx high power level */
Larry Fingere97b7752011-02-19 16:29:07 -06001361 u8 dm_flag; /*Indicate each dynamic mechanism's status. */
Larry Fingerb9a758a2013-11-18 11:11:27 -06001362 u8 dm_flag_tmp;
Larry Finger0c817332010-12-08 11:12:31 -06001363 u8 dm_type;
Larry Fingerb9a758a2013-11-18 11:11:27 -06001364 u8 dm_rssi_sel;
Larry Finger0c817332010-12-08 11:12:31 -06001365 u8 txpower_track_control;
Larry Fingere97b7752011-02-19 16:29:07 -06001366 bool interrupt_migration;
1367 bool disable_tx_int;
Larry Finger0c817332010-12-08 11:12:31 -06001368 char ofdm_index[2];
1369 char cck_index;
Larry Fingere6deaf82013-03-24 22:06:55 -05001370 char delta_power_index;
1371 char delta_power_index_last;
1372 char power_index_offset;
1373
1374 /*88e tx power tracking*/
1375 u8 swing_idx_ofdm[2];
1376 u8 swing_idx_ofdm_cur;
1377 u8 swing_idx_ofdm_base;
1378 bool swing_flag_ofdm;
1379 u8 swing_idx_cck;
1380 u8 swing_idx_cck_cur;
1381 u8 swing_idx_cck_base;
1382 bool swing_flag_cck;
Larry Finger2461c7d2012-08-31 15:39:01 -05001383
1384 /* DMSP */
1385 bool supp_phymode_switch;
Larry Fingere6deaf82013-03-24 22:06:55 -05001386
1387 struct fast_ant_training fat_table;
Larry Finger0c817332010-12-08 11:12:31 -06001388};
1389
Larry Fingere97b7752011-02-19 16:29:07 -06001390#define EFUSE_MAX_LOGICAL_SIZE 256
Larry Finger0c817332010-12-08 11:12:31 -06001391
1392struct rtl_efuse {
Larry Fingere97b7752011-02-19 16:29:07 -06001393 bool autoLoad_ok;
Larry Finger0c817332010-12-08 11:12:31 -06001394 bool bootfromefuse;
1395 u16 max_physical_size;
Larry Finger0c817332010-12-08 11:12:31 -06001396
1397 u8 efuse_map[2][EFUSE_MAX_LOGICAL_SIZE];
1398 u16 efuse_usedbytes;
1399 u8 efuse_usedpercentage;
Larry Fingere97b7752011-02-19 16:29:07 -06001400#ifdef EFUSE_REPG_WORKAROUND
1401 bool efuse_re_pg_sec1flag;
1402 u8 efuse_re_pg_data[8];
1403#endif
Larry Finger0c817332010-12-08 11:12:31 -06001404
1405 u8 autoload_failflag;
Larry Fingere97b7752011-02-19 16:29:07 -06001406 u8 autoload_status;
Larry Finger0c817332010-12-08 11:12:31 -06001407
1408 short epromtype;
1409 u16 eeprom_vid;
1410 u16 eeprom_did;
1411 u16 eeprom_svid;
1412 u16 eeprom_smid;
1413 u8 eeprom_oemid;
1414 u16 eeprom_channelplan;
1415 u8 eeprom_version;
George18d30062011-02-19 16:29:02 -06001416 u8 board_type;
1417 u8 external_pa;
Larry Finger0c817332010-12-08 11:12:31 -06001418
1419 u8 dev_addr[6];
Larry Fingere6deaf82013-03-24 22:06:55 -05001420 u8 wowlan_enable;
1421 u8 antenna_div_cfg;
1422 u8 antenna_div_type;
Larry Finger0c817332010-12-08 11:12:31 -06001423
Larry Finger7ea47242011-02-19 16:28:57 -06001424 bool txpwr_fromeprom;
Larry Fingere97b7752011-02-19 16:29:07 -06001425 u8 eeprom_crystalcap;
Larry Finger0c817332010-12-08 11:12:31 -06001426 u8 eeprom_tssi[2];
Larry Fingere97b7752011-02-19 16:29:07 -06001427 u8 eeprom_tssi_5g[3][2]; /* for 5GL/5GM/5GH band. */
1428 u8 eeprom_pwrlimit_ht20[CHANNEL_GROUP_MAX];
1429 u8 eeprom_pwrlimit_ht40[CHANNEL_GROUP_MAX];
1430 u8 eeprom_chnlarea_txpwr_cck[2][CHANNEL_GROUP_MAX_2G];
1431 u8 eeprom_chnlarea_txpwr_ht40_1s[2][CHANNEL_GROUP_MAX];
Larry Fingerda17fcf2012-10-25 13:46:31 -05001432 u8 eprom_chnl_txpwr_ht40_2sdf[2][CHANNEL_GROUP_MAX];
Larry Fingere97b7752011-02-19 16:29:07 -06001433 u8 txpwrlevel_cck[2][CHANNEL_MAX_NUMBER_2G];
1434 u8 txpwrlevel_ht40_1s[2][CHANNEL_MAX_NUMBER]; /*For HT 40MHZ pwr */
1435 u8 txpwrlevel_ht40_2s[2][CHANNEL_MAX_NUMBER]; /*For HT 40MHZ pwr */
1436
1437 u8 internal_pa_5g[2]; /* pathA / pathB */
1438 u8 eeprom_c9;
1439 u8 eeprom_cc;
Larry Finger0c817332010-12-08 11:12:31 -06001440
1441 /*For power group */
Larry Fingere97b7752011-02-19 16:29:07 -06001442 u8 eeprom_pwrgroup[2][3];
1443 u8 pwrgroup_ht20[2][CHANNEL_MAX_NUMBER];
1444 u8 pwrgroup_ht40[2][CHANNEL_MAX_NUMBER];
Larry Finger0c817332010-12-08 11:12:31 -06001445
Larry Fingere97b7752011-02-19 16:29:07 -06001446 char txpwr_ht20diff[2][CHANNEL_MAX_NUMBER]; /*HT 20<->40 Pwr diff */
1447 /*For HT<->legacy pwr diff*/
1448 u8 txpwr_legacyhtdiff[2][CHANNEL_MAX_NUMBER];
1449 u8 txpwr_safetyflag; /* Band edge enable flag */
1450 u16 eeprom_txpowerdiff;
1451 u8 legacy_httxpowerdiff; /* Legacy to HT rate power diff */
1452 u8 antenna_txpwdiff[3];
Larry Finger0c817332010-12-08 11:12:31 -06001453
1454 u8 eeprom_regulatory;
1455 u8 eeprom_thermalmeter;
Larry Fingere97b7752011-02-19 16:29:07 -06001456 u8 thermalmeter[2]; /*ThermalMeter, index 0 for RFIC0, 1 for RFIC1 */
1457 u16 tssi_13dbm;
1458 u8 crystalcap; /* CrystalCap. */
1459 u8 delta_iqk;
1460 u8 delta_lck;
Larry Finger0c817332010-12-08 11:12:31 -06001461
1462 u8 legacy_ht_txpowerdiff; /*Legacy to HT rate power diff */
Larry Finger7ea47242011-02-19 16:28:57 -06001463 bool apk_thermalmeterignore;
Larry Fingere97b7752011-02-19 16:29:07 -06001464
1465 bool b1x1_recvcombine;
1466 bool b1ss_support;
1467
1468 /*channel plan */
1469 u8 channel_plan;
Larry Finger0c817332010-12-08 11:12:31 -06001470};
1471
1472struct rtl_ps_ctl {
Larry Fingere97b7752011-02-19 16:29:07 -06001473 bool pwrdomain_protect;
Larry Finger7ea47242011-02-19 16:28:57 -06001474 bool in_powersavemode;
Larry Finger0c817332010-12-08 11:12:31 -06001475 bool rfchange_inprogress;
Larry Finger7ea47242011-02-19 16:28:57 -06001476 bool swrf_processing;
1477 bool hwradiooff;
Larry Finger0c817332010-12-08 11:12:31 -06001478 /*
1479 * just for PCIE ASPM
1480 * If it supports ASPM, Offset[560h] = 0x40,
1481 * otherwise Offset[560h] = 0x00.
1482 * */
Larry Finger7ea47242011-02-19 16:28:57 -06001483 bool support_aspm;
1484 bool support_backdoor;
Larry Finger0c817332010-12-08 11:12:31 -06001485
1486 /*for LPS */
1487 enum rt_psmode dot11_psmode; /*Power save mode configured. */
Larry Fingere97b7752011-02-19 16:29:07 -06001488 bool swctrl_lps;
Larry Finger7ea47242011-02-19 16:28:57 -06001489 bool leisure_ps;
1490 bool fwctrl_lps;
Larry Finger0c817332010-12-08 11:12:31 -06001491 u8 fwctrl_psmode;
1492 /*For Fw control LPS mode */
Larry Finger7ea47242011-02-19 16:28:57 -06001493 u8 reg_fwctrl_lps;
Larry Finger0c817332010-12-08 11:12:31 -06001494 /*Record Fw PS mode status. */
Larry Finger7ea47242011-02-19 16:28:57 -06001495 bool fw_current_inpsmode;
Larry Finger0c817332010-12-08 11:12:31 -06001496 u8 reg_max_lps_awakeintvl;
1497 bool report_linked;
Larry Finger26634c42013-03-24 22:06:33 -05001498 bool low_power_enable;/*for 32k*/
Larry Finger0c817332010-12-08 11:12:31 -06001499
1500 /*for IPS */
Larry Finger7ea47242011-02-19 16:28:57 -06001501 bool inactiveps;
Larry Finger0c817332010-12-08 11:12:31 -06001502
1503 u32 rfoff_reason;
1504
1505 /*RF OFF Level */
1506 u32 cur_ps_level;
1507 u32 reg_rfps_level;
1508
1509 /*just for PCIE ASPM */
1510 u8 const_amdpci_aspm;
George18d30062011-02-19 16:29:02 -06001511 bool pwrdown_mode;
Larry Fingere97b7752011-02-19 16:29:07 -06001512
Larry Finger0c817332010-12-08 11:12:31 -06001513 enum rf_pwrstate inactive_pwrstate;
1514 enum rf_pwrstate rfpwr_state; /*cur power state */
Larry Fingere97b7752011-02-19 16:29:07 -06001515
1516 /* for SW LPS*/
1517 bool sw_ps_enabled;
1518 bool state;
1519 bool state_inap;
1520 bool multi_buffered;
1521 u16 nullfunc_seq;
1522 unsigned int dtim_counter;
1523 unsigned int sleep_ms;
1524 unsigned long last_sleep_jiffies;
1525 unsigned long last_awake_jiffies;
1526 unsigned long last_delaylps_stamp_jiffies;
1527 unsigned long last_dtim;
1528 unsigned long last_beacon;
1529 unsigned long last_action;
1530 unsigned long last_slept;
Larry Finger26634c42013-03-24 22:06:33 -05001531
1532 /*For P2P PS */
1533 struct rtl_p2p_ps_info p2p_ps_info;
1534 u8 pwr_mode;
1535 u8 smart_ps;
Larry Finger0c817332010-12-08 11:12:31 -06001536};
1537
1538struct rtl_stats {
Larry Finger0f015452012-10-25 13:46:46 -05001539 u8 psaddr[ETH_ALEN];
Larry Finger0c817332010-12-08 11:12:31 -06001540 u32 mac_time[2];
1541 s8 rssi;
1542 u8 signal;
1543 u8 noise;
Larry Fingere6deaf82013-03-24 22:06:55 -05001544 u8 rate; /* hw desc rate */
Larry Finger0c817332010-12-08 11:12:31 -06001545 u8 received_channel;
1546 u8 control;
1547 u8 mask;
1548 u8 freq;
1549 u16 len;
1550 u64 tsf;
1551 u32 beacon_time;
1552 u8 nic_type;
1553 u16 length;
1554 u8 signalquality; /*in 0-100 index. */
1555 /*
1556 * Real power in dBm for this packet,
1557 * no beautification and aggregation.
1558 * */
1559 s32 recvsignalpower;
1560 s8 rxpower; /*in dBm Translate from PWdB */
1561 u8 signalstrength; /*in 0-100 index. */
Larry Finger7ea47242011-02-19 16:28:57 -06001562 u16 hwerror:1;
1563 u16 crc:1;
1564 u16 icv:1;
1565 u16 shortpreamble:1;
Larry Finger0c817332010-12-08 11:12:31 -06001566 u16 antenna:1;
1567 u16 decrypted:1;
1568 u16 wakeup:1;
1569 u32 timestamp_low;
1570 u32 timestamp_high;
1571
1572 u8 rx_drvinfo_size;
1573 u8 rx_bufshift;
Larry Finger7ea47242011-02-19 16:28:57 -06001574 bool isampdu;
Larry Fingere97b7752011-02-19 16:29:07 -06001575 bool isfirst_ampdu;
Larry Finger0c817332010-12-08 11:12:31 -06001576 bool rx_is40Mhzpacket;
1577 u32 rx_pwdb_all;
1578 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
Larry Fingerda17fcf2012-10-25 13:46:31 -05001579 s8 rx_mimo_sig_qual[2];
Larry Finger7ea47242011-02-19 16:28:57 -06001580 bool packet_matchbssid;
1581 bool is_cck;
Chaoming Li5c079d82011-10-12 15:59:09 -05001582 bool is_ht;
Larry Finger7ea47242011-02-19 16:28:57 -06001583 bool packet_toself;
1584 bool packet_beacon; /*for rssi */
Larry Finger0c817332010-12-08 11:12:31 -06001585 char cck_adc_pwdb[4]; /*for rx path selection */
Larry Fingere6deaf82013-03-24 22:06:55 -05001586
1587 u8 packet_report_type;
1588
1589 u32 macid;
1590 u8 wake_match;
1591 u32 bt_rx_rssi_percentage;
1592 u32 macid_valid_entry[2];
Larry Finger0c817332010-12-08 11:12:31 -06001593};
1594
Larry Fingere6deaf82013-03-24 22:06:55 -05001595
Larry Finger0c817332010-12-08 11:12:31 -06001596struct rt_link_detect {
Larry Finger2461c7d2012-08-31 15:39:01 -05001597 /* count for roaming */
1598 u32 bcn_rx_inperiod;
1599 u32 roam_times;
1600
Larry Finger0c817332010-12-08 11:12:31 -06001601 u32 num_tx_in4period[4];
1602 u32 num_rx_in4period[4];
1603
1604 u32 num_tx_inperiod;
1605 u32 num_rx_inperiod;
1606
Larry Finger7ea47242011-02-19 16:28:57 -06001607 bool busytraffic;
Larry Finger2461c7d2012-08-31 15:39:01 -05001608 bool tx_busy_traffic;
1609 bool rx_busy_traffic;
Larry Finger7ea47242011-02-19 16:28:57 -06001610 bool higher_busytraffic;
1611 bool higher_busyrxtraffic;
Chaoming_Li3dad6182011-04-25 12:52:49 -05001612
1613 u32 tidtx_in4period[MAX_TID_COUNT][4];
1614 u32 tidtx_inperiod[MAX_TID_COUNT];
1615 bool higher_busytxtraffic[MAX_TID_COUNT];
Larry Finger0c817332010-12-08 11:12:31 -06001616};
1617
1618struct rtl_tcb_desc {
Larry Finger7ea47242011-02-19 16:28:57 -06001619 u8 packet_bw:1;
1620 u8 multicast:1;
1621 u8 broadcast:1;
Larry Finger0c817332010-12-08 11:12:31 -06001622
Larry Finger7ea47242011-02-19 16:28:57 -06001623 u8 rts_stbc:1;
1624 u8 rts_enable:1;
1625 u8 cts_enable:1;
1626 u8 rts_use_shortpreamble:1;
1627 u8 rts_use_shortgi:1;
Larry Finger0c817332010-12-08 11:12:31 -06001628 u8 rts_sc:1;
Larry Finger7ea47242011-02-19 16:28:57 -06001629 u8 rts_bw:1;
Larry Finger0c817332010-12-08 11:12:31 -06001630 u8 rts_rate;
1631
1632 u8 use_shortgi:1;
1633 u8 use_shortpreamble:1;
1634 u8 use_driver_rate:1;
1635 u8 disable_ratefallback:1;
1636
1637 u8 ratr_index;
1638 u8 mac_id;
1639 u8 hw_rate;
Larry Fingere97b7752011-02-19 16:29:07 -06001640
1641 u8 last_inipkt:1;
1642 u8 cmd_or_init:1;
1643 u8 queue_index;
1644
1645 /* early mode */
1646 u8 empkt_num;
1647 /* The max value by HW */
Larry Fingere6deaf82013-03-24 22:06:55 -05001648 u32 empkt_len[10];
1649 bool btx_enable_sw_calc_duration;
Larry Finger0c817332010-12-08 11:12:31 -06001650};
1651
1652struct rtl_hal_ops {
1653 int (*init_sw_vars) (struct ieee80211_hw *hw);
1654 void (*deinit_sw_vars) (struct ieee80211_hw *hw);
Larry Finger62e63972011-02-11 14:27:46 -06001655 void (*read_chip_version)(struct ieee80211_hw *hw);
Larry Finger0c817332010-12-08 11:12:31 -06001656 void (*read_eeprom_info) (struct ieee80211_hw *hw);
1657 void (*interrupt_recognized) (struct ieee80211_hw *hw,
1658 u32 *p_inta, u32 *p_intb);
1659 int (*hw_init) (struct ieee80211_hw *hw);
1660 void (*hw_disable) (struct ieee80211_hw *hw);
Larry Fingere97b7752011-02-19 16:29:07 -06001661 void (*hw_suspend) (struct ieee80211_hw *hw);
1662 void (*hw_resume) (struct ieee80211_hw *hw);
Larry Finger0c817332010-12-08 11:12:31 -06001663 void (*enable_interrupt) (struct ieee80211_hw *hw);
1664 void (*disable_interrupt) (struct ieee80211_hw *hw);
1665 int (*set_network_type) (struct ieee80211_hw *hw,
1666 enum nl80211_iftype type);
George18d30062011-02-19 16:29:02 -06001667 void (*set_chk_bssid)(struct ieee80211_hw *hw,
1668 bool check_bssid);
Larry Finger0c817332010-12-08 11:12:31 -06001669 void (*set_bw_mode) (struct ieee80211_hw *hw,
1670 enum nl80211_channel_type ch_type);
Larry Fingere97b7752011-02-19 16:29:07 -06001671 u8(*switch_channel) (struct ieee80211_hw *hw);
Larry Finger0c817332010-12-08 11:12:31 -06001672 void (*set_qos) (struct ieee80211_hw *hw, int aci);
1673 void (*set_bcn_reg) (struct ieee80211_hw *hw);
1674 void (*set_bcn_intv) (struct ieee80211_hw *hw);
1675 void (*update_interrupt_mask) (struct ieee80211_hw *hw,
1676 u32 add_msr, u32 rm_msr);
1677 void (*get_hw_reg) (struct ieee80211_hw *hw, u8 variable, u8 *val);
1678 void (*set_hw_reg) (struct ieee80211_hw *hw, u8 variable, u8 *val);
Chaoming_Li3dad6182011-04-25 12:52:49 -05001679 void (*update_rate_tbl) (struct ieee80211_hw *hw,
1680 struct ieee80211_sta *sta, u8 rssi_level);
Larry Finger0c817332010-12-08 11:12:31 -06001681 void (*update_rate_mask) (struct ieee80211_hw *hw, u8 rssi_level);
1682 void (*fill_tx_desc) (struct ieee80211_hw *hw,
1683 struct ieee80211_hdr *hdr, u8 *pdesc_tx,
1684 struct ieee80211_tx_info *info,
Thomas Huehn36323f82012-07-23 21:33:42 +02001685 struct ieee80211_sta *sta,
Chaoming_Li3dad6182011-04-25 12:52:49 -05001686 struct sk_buff *skb, u8 hw_queue,
1687 struct rtl_tcb_desc *ptcb_desc);
Chaoming_Li3dad6182011-04-25 12:52:49 -05001688 void (*fill_fake_txdesc) (struct ieee80211_hw *hw, u8 *pDesc,
George18d30062011-02-19 16:29:02 -06001689 u32 buffer_len, bool bIsPsPoll);
Larry Finger0c817332010-12-08 11:12:31 -06001690 void (*fill_tx_cmddesc) (struct ieee80211_hw *hw, u8 *pdesc,
Larry Finger7ea47242011-02-19 16:28:57 -06001691 bool firstseg, bool lastseg,
Larry Finger0c817332010-12-08 11:12:31 -06001692 struct sk_buff *skb);
Larry Finger62e63972011-02-11 14:27:46 -06001693 bool (*cmd_send_packet)(struct ieee80211_hw *hw, struct sk_buff *skb);
Larry Finger7ea47242011-02-19 16:28:57 -06001694 bool (*query_rx_desc) (struct ieee80211_hw *hw,
Larry Finger0c817332010-12-08 11:12:31 -06001695 struct rtl_stats *stats,
1696 struct ieee80211_rx_status *rx_status,
1697 u8 *pdesc, struct sk_buff *skb);
1698 void (*set_channel_access) (struct ieee80211_hw *hw);
Larry Finger7ea47242011-02-19 16:28:57 -06001699 bool (*radio_onoff_checking) (struct ieee80211_hw *hw, u8 *valid);
Larry Finger0c817332010-12-08 11:12:31 -06001700 void (*dm_watchdog) (struct ieee80211_hw *hw);
1701 void (*scan_operation_backup) (struct ieee80211_hw *hw, u8 operation);
Larry Finger7ea47242011-02-19 16:28:57 -06001702 bool (*set_rf_power_state) (struct ieee80211_hw *hw,
Larry Finger0c817332010-12-08 11:12:31 -06001703 enum rf_pwrstate rfpwr_state);
1704 void (*led_control) (struct ieee80211_hw *hw,
1705 enum led_ctl_mode ledaction);
1706 void (*set_desc) (u8 *pdesc, bool istx, u8 desc_name, u8 *val);
Larry Finger7ea47242011-02-19 16:28:57 -06001707 u32 (*get_desc) (u8 *pdesc, bool istx, u8 desc_name);
Chaoming_Li3dad6182011-04-25 12:52:49 -05001708 void (*tx_polling) (struct ieee80211_hw *hw, u8 hw_queue);
Larry Finger0c817332010-12-08 11:12:31 -06001709 void (*enable_hw_sec) (struct ieee80211_hw *hw);
1710 void (*set_key) (struct ieee80211_hw *hw, u32 key_index,
Chaoming_Li3dad6182011-04-25 12:52:49 -05001711 u8 *macaddr, bool is_group, u8 enc_algo,
Larry Finger0c817332010-12-08 11:12:31 -06001712 bool is_wepkey, bool clear_all);
1713 void (*init_sw_leds) (struct ieee80211_hw *hw);
1714 void (*deinit_sw_leds) (struct ieee80211_hw *hw);
Larry Finger7ea47242011-02-19 16:28:57 -06001715 u32 (*get_bbreg) (struct ieee80211_hw *hw, u32 regaddr, u32 bitmask);
Larry Finger0c817332010-12-08 11:12:31 -06001716 void (*set_bbreg) (struct ieee80211_hw *hw, u32 regaddr, u32 bitmask,
1717 u32 data);
Larry Finger7ea47242011-02-19 16:28:57 -06001718 u32 (*get_rfreg) (struct ieee80211_hw *hw, enum radio_path rfpath,
Larry Finger0c817332010-12-08 11:12:31 -06001719 u32 regaddr, u32 bitmask);
1720 void (*set_rfreg) (struct ieee80211_hw *hw, enum radio_path rfpath,
1721 u32 regaddr, u32 bitmask, u32 data);
Larry Finger2461c7d2012-08-31 15:39:01 -05001722 void (*allow_all_destaddr)(struct ieee80211_hw *hw,
1723 bool allow_all_da, bool write_into_reg);
Chaoming_Li3dad6182011-04-25 12:52:49 -05001724 void (*linked_set_reg) (struct ieee80211_hw *hw);
Larry Finger26634c42013-03-24 22:06:33 -05001725 void (*chk_switch_dmdp) (struct ieee80211_hw *hw);
Larry Finger2461c7d2012-08-31 15:39:01 -05001726 void (*dualmac_easy_concurrent) (struct ieee80211_hw *hw);
1727 void (*dualmac_switch_to_dmdp) (struct ieee80211_hw *hw);
Larry Finger1472d3a2011-02-23 10:24:58 -06001728 bool (*phy_rf6052_config) (struct ieee80211_hw *hw);
1729 void (*phy_rf6052_set_cck_txpower) (struct ieee80211_hw *hw,
1730 u8 *powerlevel);
1731 void (*phy_rf6052_set_ofdm_txpower) (struct ieee80211_hw *hw,
1732 u8 *ppowerlevel, u8 channel);
1733 bool (*config_bb_with_headerfile) (struct ieee80211_hw *hw,
1734 u8 configtype);
1735 bool (*config_bb_with_pgheaderfile) (struct ieee80211_hw *hw,
1736 u8 configtype);
1737 void (*phy_lc_calibrate) (struct ieee80211_hw *hw, bool is2t);
1738 void (*phy_set_bw_mode_callback) (struct ieee80211_hw *hw);
1739 void (*dm_dynamic_txpower) (struct ieee80211_hw *hw);
Larry Finger0f015452012-10-25 13:46:46 -05001740 void (*c2h_command_handle) (struct ieee80211_hw *hw);
Larry Fingerda17fcf2012-10-25 13:46:31 -05001741 void (*bt_wifi_media_status_notify) (struct ieee80211_hw *hw,
1742 bool mstate);
1743 void (*bt_coex_off_before_lps) (struct ieee80211_hw *hw);
Larry Finger5b8df242013-05-30 18:05:55 -05001744 void (*fill_h2c_cmd) (struct ieee80211_hw *hw, u8 element_id,
1745 u32 cmd_len, u8 *p_cmdbuffer);
Larry Finger0c817332010-12-08 11:12:31 -06001746};
1747
1748struct rtl_intf_ops {
1749 /*com */
Larry Fingere97b7752011-02-19 16:29:07 -06001750 void (*read_efuse_byte)(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf);
Larry Finger0c817332010-12-08 11:12:31 -06001751 int (*adapter_start) (struct ieee80211_hw *hw);
1752 void (*adapter_stop) (struct ieee80211_hw *hw);
Larry Finger2461c7d2012-08-31 15:39:01 -05001753 bool (*check_buddy_priv)(struct ieee80211_hw *hw,
1754 struct rtl_priv **buddy_priv);
Larry Finger0c817332010-12-08 11:12:31 -06001755
Thomas Huehn36323f82012-07-23 21:33:42 +02001756 int (*adapter_tx) (struct ieee80211_hw *hw,
1757 struct ieee80211_sta *sta,
1758 struct sk_buff *skb,
1759 struct rtl_tcb_desc *ptcb_desc);
Chaoming_Li3dad6182011-04-25 12:52:49 -05001760 void (*flush)(struct ieee80211_hw *hw, bool drop);
Larry Finger0c817332010-12-08 11:12:31 -06001761 int (*reset_trx_ring) (struct ieee80211_hw *hw);
Thomas Huehn36323f82012-07-23 21:33:42 +02001762 bool (*waitq_insert) (struct ieee80211_hw *hw,
1763 struct ieee80211_sta *sta,
1764 struct sk_buff *skb);
Larry Finger0c817332010-12-08 11:12:31 -06001765
1766 /*pci */
1767 void (*disable_aspm) (struct ieee80211_hw *hw);
1768 void (*enable_aspm) (struct ieee80211_hw *hw);
1769
1770 /*usb */
1771};
1772
1773struct rtl_mod_params {
1774 /* default: 0 = using hardware encryption */
Rusty Russelleb939922011-12-19 14:08:01 +00001775 bool sw_crypto;
Chaoming_Li3dad6182011-04-25 12:52:49 -05001776
Larry Finger73a253c2011-10-07 11:27:33 -05001777 /* default: 0 = DBG_EMERG (0)*/
1778 int debug;
1779
Chaoming_Li3dad6182011-04-25 12:52:49 -05001780 /* default: 1 = using no linked power save */
1781 bool inactiveps;
1782
1783 /* default: 1 = using linked sw power save */
1784 bool swctrl_lps;
1785
1786 /* default: 1 = using linked fw power save */
1787 bool fwctrl_lps;
Larry Finger0c817332010-12-08 11:12:31 -06001788};
1789
Larry Finger62e63972011-02-11 14:27:46 -06001790struct rtl_hal_usbint_cfg {
1791 /* data - rx */
1792 u32 in_ep_num;
1793 u32 rx_urb_num;
1794 u32 rx_max_size;
1795
1796 /* op - rx */
1797 void (*usb_rx_hdl)(struct ieee80211_hw *, struct sk_buff *);
1798 void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *,
1799 struct sk_buff_head *);
1800
1801 /* tx */
1802 void (*usb_tx_cleanup)(struct ieee80211_hw *, struct sk_buff *);
1803 int (*usb_tx_post_hdl)(struct ieee80211_hw *, struct urb *,
1804 struct sk_buff *);
1805 struct sk_buff *(*usb_tx_aggregate_hdl)(struct ieee80211_hw *,
1806 struct sk_buff_head *);
1807
1808 /* endpoint mapping */
1809 int (*usb_endpoint_mapping)(struct ieee80211_hw *hw);
Larry Finger17c9ac62011-02-19 16:29:57 -06001810 u16 (*usb_mq_to_hwq)(__le16 fc, u16 mac80211_queue_index);
Larry Finger62e63972011-02-11 14:27:46 -06001811};
1812
Larry Finger0c817332010-12-08 11:12:31 -06001813struct rtl_hal_cfg {
Larry Fingere97b7752011-02-19 16:29:07 -06001814 u8 bar_id;
Chaoming_Li3dad6182011-04-25 12:52:49 -05001815 bool write_readback;
Larry Finger0c817332010-12-08 11:12:31 -06001816 char *name;
1817 char *fw_name;
Larry Finger62009b72013-11-18 11:11:26 -06001818 char *alt_fw_name;
Larry Finger0c817332010-12-08 11:12:31 -06001819 struct rtl_hal_ops *ops;
1820 struct rtl_mod_params *mod_params;
Larry Finger62e63972011-02-11 14:27:46 -06001821 struct rtl_hal_usbint_cfg *usb_interface_cfg;
Larry Finger0c817332010-12-08 11:12:31 -06001822
1823 /*this map used for some registers or vars
1824 defined int HAL but used in MAIN */
1825 u32 maps[RTL_VAR_MAP_MAX];
1826
1827};
1828
1829struct rtl_locks {
Larry Fingerd7043002010-12-17 19:36:25 -06001830 /* mutex */
Larry Finger8a09d6d2010-12-16 11:13:57 -06001831 struct mutex conf_mutex;
Stanislaw Gruszka65393062011-12-12 12:43:24 +01001832 struct mutex ps_mutex;
Larry Finger0c817332010-12-08 11:12:31 -06001833
1834 /*spin lock */
Larry Fingerb9116b9a2011-12-16 21:17:16 -06001835 spinlock_t ips_lock;
Larry Finger0c817332010-12-08 11:12:31 -06001836 spinlock_t irq_th_lock;
Larry Finger26634c42013-03-24 22:06:33 -05001837 spinlock_t irq_pci_lock;
1838 spinlock_t tx_lock;
Larry Finger0c817332010-12-08 11:12:31 -06001839 spinlock_t h2c_lock;
1840 spinlock_t rf_ps_lock;
1841 spinlock_t rf_lock;
Larry Finger2461c7d2012-08-31 15:39:01 -05001842 spinlock_t lps_lock;
Larry Fingere97b7752011-02-19 16:29:07 -06001843 spinlock_t waitq_lock;
Larry Finger2461c7d2012-08-31 15:39:01 -05001844 spinlock_t entry_list_lock;
Larry Finger3ce4d852012-07-11 14:37:28 -05001845 spinlock_t usb_lock;
Larry Fingere97b7752011-02-19 16:29:07 -06001846
Larry Finger26634c42013-03-24 22:06:33 -05001847 /*FW clock change */
1848 spinlock_t fw_ps_lock;
1849
Larry Fingere97b7752011-02-19 16:29:07 -06001850 /*Dual mac*/
1851 spinlock_t cck_and_rw_pagea_lock;
Larry Finger2461c7d2012-08-31 15:39:01 -05001852
1853 /*Easy concurrent*/
1854 spinlock_t check_sendpkt_lock;
Larry Finger0c817332010-12-08 11:12:31 -06001855};
1856
1857struct rtl_works {
1858 struct ieee80211_hw *hw;
1859
1860 /*timer */
1861 struct timer_list watchdog_timer;
Larry Finger2461c7d2012-08-31 15:39:01 -05001862 struct timer_list dualmac_easyconcurrent_retrytimer;
Larry Finger26634c42013-03-24 22:06:33 -05001863 struct timer_list fw_clockoff_timer;
1864 struct timer_list fast_antenna_training_timer;
Larry Finger0c817332010-12-08 11:12:31 -06001865 /*task */
1866 struct tasklet_struct irq_tasklet;
1867 struct tasklet_struct irq_prepare_bcn_tasklet;
1868
1869 /*work queue */
1870 struct workqueue_struct *rtl_wq;
1871 struct delayed_work watchdog_wq;
1872 struct delayed_work ips_nic_off_wq;
Larry Fingere97b7752011-02-19 16:29:07 -06001873
1874 /* For SW LPS */
1875 struct delayed_work ps_work;
1876 struct delayed_work ps_rfon_wq;
Larry Finger26634c42013-03-24 22:06:33 -05001877 struct delayed_work fwevt_wq;
Stanislaw Gruszka41affd52011-12-12 12:43:23 +01001878
Larry Fingera2699132013-03-24 22:06:41 -05001879 struct work_struct lps_change_work;
Larry Finger5b8df242013-05-30 18:05:55 -05001880 struct work_struct fill_h2c_cmd;
Larry Finger0c817332010-12-08 11:12:31 -06001881};
1882
1883struct rtl_debug {
1884 u32 dbgp_type[DBGP_TYPE_MAX];
Larry Fingerd221ad12013-02-01 10:40:22 -06001885 int global_debuglevel;
Larry Finger0c817332010-12-08 11:12:31 -06001886 u64 global_debugcomponents;
Larry Fingere97b7752011-02-19 16:29:07 -06001887
1888 /* add for proc debug */
1889 struct proc_dir_entry *proc_dir;
1890 char proc_name[20];
Larry Finger0c817332010-12-08 11:12:31 -06001891};
1892
Larry Finger2461c7d2012-08-31 15:39:01 -05001893#define MIMO_PS_STATIC 0
1894#define MIMO_PS_DYNAMIC 1
1895#define MIMO_PS_NOLIMIT 3
1896
1897struct rtl_dualmac_easy_concurrent_ctl {
1898 enum band_type currentbandtype_backfordmdp;
1899 bool close_bbandrf_for_dmsp;
1900 bool change_to_dmdp;
1901 bool change_to_dmsp;
1902 bool switch_in_process;
1903};
1904
1905struct rtl_dmsp_ctl {
1906 bool activescan_for_slaveofdmsp;
1907 bool scan_for_anothermac_fordmsp;
1908 bool scan_for_itself_fordmsp;
1909 bool writedig_for_anothermacofdmsp;
1910 u32 curdigvalue_for_anothermacofdmsp;
1911 bool changecckpdstate_for_anothermacofdmsp;
1912 u8 curcckpdstate_for_anothermacofdmsp;
1913 bool changetxhighpowerlvl_for_anothermacofdmsp;
1914 u8 curtxhighlvl_for_anothermacofdmsp;
1915 long rssivalmin_for_anothermacofdmsp;
1916};
1917
Larry Fingerdf37a0e2012-04-19 16:32:39 -05001918struct ps_t {
1919 u8 pre_ccastate;
1920 u8 cur_ccasate;
1921 u8 pre_rfstate;
1922 u8 cur_rfstate;
1923 long rssi_val_min;
1924};
1925
1926struct dig_t {
1927 u32 rssi_lowthresh;
1928 u32 rssi_highthresh;
1929 u32 fa_lowthresh;
1930 u32 fa_highthresh;
Larry Fingerda17fcf2012-10-25 13:46:31 -05001931 long last_min_undec_pwdb_for_dm;
Larry Fingerdf37a0e2012-04-19 16:32:39 -05001932 long rssi_highpower_lowthresh;
1933 long rssi_highpower_highthresh;
1934 u32 recover_cnt;
1935 u32 pre_igvalue;
1936 u32 cur_igvalue;
1937 long rssi_val;
1938 u8 dig_enable_flag;
1939 u8 dig_ext_port_stage;
1940 u8 dig_algorithm;
1941 u8 dig_twoport_algorithm;
1942 u8 dig_dbgmode;
1943 u8 dig_slgorithm_switch;
Larry Fingerda17fcf2012-10-25 13:46:31 -05001944 u8 cursta_cstate;
1945 u8 presta_cstate;
1946 u8 curmultista_cstate;
1947 char back_val;
1948 char back_range_max;
1949 char back_range_min;
Larry Fingere6deaf82013-03-24 22:06:55 -05001950 u8 rx_gain_max;
1951 u8 rx_gain_min;
Larry Fingerda17fcf2012-10-25 13:46:31 -05001952 u8 min_undec_pwdb_for_dm;
Larry Fingerdf37a0e2012-04-19 16:32:39 -05001953 u8 rssi_val_min;
Larry Fingere6deaf82013-03-24 22:06:55 -05001954 u8 pre_cck_cca_thres;
1955 u8 cur_cck_cca_thres;
Larry Fingerdf37a0e2012-04-19 16:32:39 -05001956 u8 pre_cck_pd_state;
1957 u8 cur_cck_pd_state;
1958 u8 pre_cck_fa_state;
1959 u8 cur_cck_fa_state;
1960 u8 pre_ccastate;
1961 u8 cur_ccasate;
1962 u8 large_fa_hit;
Larry Fingerb9a758a2013-11-18 11:11:27 -06001963 u8 dig_dynamic_min;
Larry Fingerdf37a0e2012-04-19 16:32:39 -05001964 u8 forbidden_igi;
1965 u8 dig_state;
1966 u8 dig_highpwrstate;
Larry Fingerda17fcf2012-10-25 13:46:31 -05001967 u8 cur_sta_cstate;
1968 u8 pre_sta_cstate;
1969 u8 cur_ap_cstate;
1970 u8 pre_ap_cstate;
Larry Fingerdf37a0e2012-04-19 16:32:39 -05001971 u8 cur_pd_thstate;
1972 u8 pre_pd_thstate;
1973 u8 cur_cs_ratiostate;
1974 u8 pre_cs_ratiostate;
1975 u8 backoff_enable_flag;
1976 char backoffval_range_max;
1977 char backoffval_range_min;
Larry Fingere6deaf82013-03-24 22:06:55 -05001978 u8 dig_min_0;
1979 u8 dig_min_1;
1980 bool media_connect_0;
1981 bool media_connect_1;
1982
1983 u32 antdiv_rssi_max;
1984 u32 rssi_max;
Larry Fingerdf37a0e2012-04-19 16:32:39 -05001985};
1986
Larry Finger2461c7d2012-08-31 15:39:01 -05001987struct rtl_global_var {
1988 /* from this list we can get
1989 * other adapter's rtl_priv */
1990 struct list_head glb_priv_list;
1991 spinlock_t glb_list_lock;
1992};
1993
Larry Fingeraa45a672014-02-28 15:16:43 -06001994struct rtl_btc_info {
1995 u8 bt_type;
1996 u8 btcoexist;
1997 u8 ant_num;
1998};
1999
2000struct rtl_bt_coexist {
2001 struct rtl_btc_ops *btc_ops;
2002 struct rtl_btc_info btc_info;
2003};
2004
2005struct rtl_btc_ops {
2006 void (*btc_init_variables) (struct rtl_priv *rtlpriv);
2007 void (*btc_init_hal_vars) (struct rtl_priv *rtlpriv);
2008 void (*btc_init_hw_config) (struct rtl_priv *rtlpriv);
2009 void (*btc_ips_notify) (struct rtl_priv *rtlpriv, u8 type);
2010 void (*btc_scan_notify) (struct rtl_priv *rtlpriv, u8 scantype);
2011 void (*btc_connect_notify) (struct rtl_priv *rtlpriv, u8 action);
2012 void (*btc_mediastatus_notify) (struct rtl_priv *rtlpriv,
2013 enum _RT_MEDIA_STATUS mstatus);
2014 void (*btc_periodical) (struct rtl_priv *rtlpriv);
2015 void (*btc_halt_notify) (void);
2016 void (*btc_btinfo_notify) (struct rtl_priv *rtlpriv,
2017 u8 *tmp_buf, u8 length);
2018 bool (*btc_is_limited_dig) (struct rtl_priv *rtlpriv);
2019 bool (*btc_is_disable_edca_turbo) (struct rtl_priv *rtlpriv);
2020 bool (*btc_is_bt_disabled) (struct rtl_priv *rtlpriv);
2021};
2022
2023struct proxim {
2024 bool proxim_on;
2025
2026 void *proximity_priv;
2027 int (*proxim_rx)(struct ieee80211_hw *hw, struct rtl_stats *status,
2028 struct sk_buff *skb);
2029 u8 (*proxim_get_var)(struct ieee80211_hw *hw, u8 type);
2030};
2031
Larry Finger0c817332010-12-08 11:12:31 -06002032struct rtl_priv {
Larry Finger26634c42013-03-24 22:06:33 -05002033 struct ieee80211_hw *hw;
Larry Fingerb0302ab2012-01-30 09:54:49 -06002034 struct completion firmware_loading_complete;
Larry Finger2461c7d2012-08-31 15:39:01 -05002035 struct list_head list;
2036 struct rtl_priv *buddy_priv;
2037 struct rtl_global_var *glb_var;
2038 struct rtl_dualmac_easy_concurrent_ctl easy_concurrent_ctl;
2039 struct rtl_dmsp_ctl dmsp_ctl;
Larry Finger0c817332010-12-08 11:12:31 -06002040 struct rtl_locks locks;
2041 struct rtl_works works;
2042 struct rtl_mac mac80211;
2043 struct rtl_hal rtlhal;
2044 struct rtl_regulatory regd;
2045 struct rtl_rfkill rfkill;
2046 struct rtl_io io;
2047 struct rtl_phy phy;
2048 struct rtl_dm dm;
2049 struct rtl_security sec;
2050 struct rtl_efuse efuse;
2051
2052 struct rtl_ps_ctl psc;
2053 struct rate_adaptive ra;
2054 struct wireless_stats stats;
2055 struct rt_link_detect link_info;
2056 struct false_alarm_statistics falsealm_cnt;
2057
2058 struct rtl_rate_priv *rate_priv;
2059
Larry Finger2461c7d2012-08-31 15:39:01 -05002060 /* sta entry list for ap adhoc or mesh */
2061 struct list_head entry_list;
2062
Larry Finger0c817332010-12-08 11:12:31 -06002063 struct rtl_debug dbg;
Larry Fingerb0302ab2012-01-30 09:54:49 -06002064 int max_fw_size;
Larry Finger0c817332010-12-08 11:12:31 -06002065
2066 /*
2067 *hal_cfg : for diff cards
2068 *intf_ops : for diff interrface usb/pcie
2069 */
2070 struct rtl_hal_cfg *cfg;
2071 struct rtl_intf_ops *intf_ops;
2072
2073 /*this var will be set by set_bit,
2074 and was used to indicate status of
2075 interface or hardware */
2076 unsigned long status;
2077
Larry Finger0985dfb2012-04-19 16:32:40 -05002078 /* tables for dm */
2079 struct dig_t dm_digtable;
2080 struct ps_t dm_pstable;
2081
Larry Fingerb9a758a2013-11-18 11:11:27 -06002082 u32 reg_874;
2083 u32 reg_c70;
2084 u32 reg_85c;
2085 u32 reg_a74;
2086 bool reg_init; /* true if regs saved */
2087 bool bt_operation_on;
2088 __le32 *usb_data;
2089 int usb_data_index;
2090 bool initialized;
Larry Fingera2699132013-03-24 22:06:41 -05002091 bool enter_ps; /* true when entering PS */
Larry Finger5b8df242013-05-30 18:05:55 -05002092 u8 rate_mask[5];
Larry Finger30899cc2012-03-19 15:44:31 -05002093
Larry Fingeraa45a672014-02-28 15:16:43 -06002094 /* intel Proximity, should be alloc mem
2095 * in intel Proximity module and can only
2096 * be used in intel Proximity mode
2097 */
2098 struct proxim proximity;
2099
2100 /*for bt coexist use*/
2101 struct rtl_bt_coexist btcoexist;
2102
2103 /* separate 92ee from other ICs,
2104 * 92ee use new trx flow.
2105 */
2106 bool use_new_trx_flow;
2107
Larry Finger0c817332010-12-08 11:12:31 -06002108 /*This must be the last item so
2109 that it points to the data allocated
2110 beyond this structure like:
2111 rtl_pci_priv or rtl_usb_priv */
Larry Finger60ce3142013-09-18 21:21:35 -05002112 u8 priv[0] __aligned(sizeof(void *));
Larry Finger0c817332010-12-08 11:12:31 -06002113};
2114
2115#define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv))
2116#define rtl_mac(rtlpriv) (&((rtlpriv)->mac80211))
2117#define rtl_hal(rtlpriv) (&((rtlpriv)->rtlhal))
2118#define rtl_efuse(rtlpriv) (&((rtlpriv)->efuse))
2119#define rtl_psc(rtlpriv) (&((rtlpriv)->psc))
2120
Larry Fingere97b7752011-02-19 16:29:07 -06002121
George18d30062011-02-19 16:29:02 -06002122/***************************************
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002123 Bluetooth Co-existence Related
George18d30062011-02-19 16:29:02 -06002124****************************************/
2125
2126enum bt_ant_num {
2127 ANT_X2 = 0,
2128 ANT_X1 = 1,
2129};
2130
2131enum bt_co_type {
2132 BT_2WIRE = 0,
2133 BT_ISSC_3WIRE = 1,
2134 BT_ACCEL = 2,
2135 BT_CSR_BC4 = 3,
2136 BT_CSR_BC8 = 4,
2137 BT_RTL8756 = 5,
Larry Finger0f015452012-10-25 13:46:46 -05002138 BT_RTL8723A = 6,
Larry Fingeraa45a672014-02-28 15:16:43 -06002139 BT_RTL8821 = 7,
2140 BT_RTL8723B = 8,
2141 BT_RTL8192E = 9,
George18d30062011-02-19 16:29:02 -06002142};
2143
2144enum bt_cur_state {
2145 BT_OFF = 0,
2146 BT_ON = 1,
2147};
2148
2149enum bt_service_type {
2150 BT_SCO = 0,
2151 BT_A2DP = 1,
2152 BT_HID = 2,
2153 BT_HID_IDLE = 3,
2154 BT_SCAN = 4,
2155 BT_IDLE = 5,
2156 BT_OTHER_ACTION = 6,
2157 BT_BUSY = 7,
2158 BT_OTHERBUSY = 8,
2159 BT_PAN = 9,
2160};
2161
2162enum bt_radio_shared {
2163 BT_RADIO_SHARED = 0,
2164 BT_RADIO_INDIVIDUAL = 1,
2165};
2166
2167struct bt_coexist_info {
2168
2169 /* EEPROM BT info. */
2170 u8 eeprom_bt_coexist;
2171 u8 eeprom_bt_type;
2172 u8 eeprom_bt_ant_num;
Larry Fingerda17fcf2012-10-25 13:46:31 -05002173 u8 eeprom_bt_ant_isol;
George18d30062011-02-19 16:29:02 -06002174 u8 eeprom_bt_radio_shared;
2175
2176 u8 bt_coexistence;
2177 u8 bt_ant_num;
2178 u8 bt_coexist_type;
2179 u8 bt_state;
2180 u8 bt_cur_state; /* 0:on, 1:off */
2181 u8 bt_ant_isolation; /* 0:good, 1:bad */
2182 u8 bt_pape_ctrl; /* 0:SW, 1:SW/HW dynamic */
2183 u8 bt_service;
2184 u8 bt_radio_shared_type;
2185 u8 bt_rfreg_origin_1e;
2186 u8 bt_rfreg_origin_1f;
2187 u8 bt_rssi_state;
2188 u32 ratio_tx;
2189 u32 ratio_pri;
2190 u32 bt_edca_ul;
2191 u32 bt_edca_dl;
2192
Larry Finger32473282011-03-27 16:19:57 -05002193 bool init_set;
2194 bool bt_busy_traffic;
2195 bool bt_traffic_mode_set;
2196 bool bt_non_traffic_mode_set;
George18d30062011-02-19 16:29:02 -06002197
Larry Finger32473282011-03-27 16:19:57 -05002198 bool fw_coexist_all_off;
2199 bool sw_coexist_all_off;
Larry Finger0f015452012-10-25 13:46:46 -05002200 bool hw_coexist_all_off;
2201 u32 cstate;
George18d30062011-02-19 16:29:02 -06002202 u32 previous_state;
Larry Finger0f015452012-10-25 13:46:46 -05002203 u32 cstate_h;
2204 u32 previous_state_h;
2205
George18d30062011-02-19 16:29:02 -06002206 u8 bt_pre_rssi_state;
Larry Finger0f015452012-10-25 13:46:46 -05002207 u8 bt_pre_rssi_state1;
George18d30062011-02-19 16:29:02 -06002208
Larry Finger32473282011-03-27 16:19:57 -05002209 u8 reg_bt_iso;
2210 u8 reg_bt_sco;
Larry Finger0f015452012-10-25 13:46:46 -05002211 bool balance_on;
2212 u8 bt_active_zero_cnt;
2213 bool cur_bt_disabled;
2214 bool pre_bt_disabled;
George18d30062011-02-19 16:29:02 -06002215
Larry Finger0f015452012-10-25 13:46:46 -05002216 u8 bt_profile_case;
2217 u8 bt_profile_action;
2218 bool bt_busy;
2219 bool hold_for_bt_operation;
2220 u8 lps_counter;
George18d30062011-02-19 16:29:02 -06002221};
2222
Larry Fingere97b7752011-02-19 16:29:07 -06002223
Larry Finger0c817332010-12-08 11:12:31 -06002224/****************************************
2225 mem access macro define start
2226 Call endian free function when
2227 1. Read/write packet content.
2228 2. Before write integer to IO.
2229 3. After read integer from IO.
2230****************************************/
Larry Finger9e0bc672011-02-19 16:30:02 -06002231/* Convert little data endian to host ordering */
Larry Finger0c817332010-12-08 11:12:31 -06002232#define EF1BYTE(_val) \
2233 ((u8)(_val))
2234#define EF2BYTE(_val) \
2235 (le16_to_cpu(_val))
2236#define EF4BYTE(_val) \
2237 (le32_to_cpu(_val))
2238
Chaoming_Li3dad6182011-04-25 12:52:49 -05002239/* Read data from memory */
2240#define READEF1BYTE(_ptr) \
2241 EF1BYTE(*((u8 *)(_ptr)))
Larry Finger9e0bc672011-02-19 16:30:02 -06002242/* Read le16 data from memory and convert to host ordering */
Larry Finger0c817332010-12-08 11:12:31 -06002243#define READEF2BYTE(_ptr) \
Larry Finger8e2c4062012-08-31 15:39:00 -05002244 EF2BYTE(*(_ptr))
Chaoming_Li3dad6182011-04-25 12:52:49 -05002245#define READEF4BYTE(_ptr) \
Larry Finger8e2c4062012-08-31 15:39:00 -05002246 EF4BYTE(*(_ptr))
Larry Finger0c817332010-12-08 11:12:31 -06002247
Chaoming_Li3dad6182011-04-25 12:52:49 -05002248/* Write data to memory */
2249#define WRITEEF1BYTE(_ptr, _val) \
2250 (*((u8 *)(_ptr))) = EF1BYTE(_val)
Larry Finger9e0bc672011-02-19 16:30:02 -06002251/* Write le16 data to memory in host ordering */
Larry Finger0c817332010-12-08 11:12:31 -06002252#define WRITEEF2BYTE(_ptr, _val) \
2253 (*((u16 *)(_ptr))) = EF2BYTE(_val)
Chaoming_Li3dad6182011-04-25 12:52:49 -05002254#define WRITEEF4BYTE(_ptr, _val) \
Larry Finger8e2c4062012-08-31 15:39:00 -05002255 (*((u32 *)(_ptr))) = EF2BYTE(_val)
Larry Finger0c817332010-12-08 11:12:31 -06002256
Larry Finger9e0bc672011-02-19 16:30:02 -06002257/* Create a bit mask
2258 * Examples:
2259 * BIT_LEN_MASK_32(0) => 0x00000000
2260 * BIT_LEN_MASK_32(1) => 0x00000001
2261 * BIT_LEN_MASK_32(2) => 0x00000003
2262 * BIT_LEN_MASK_32(32) => 0xFFFFFFFF
2263 */
Larry Finger0c817332010-12-08 11:12:31 -06002264#define BIT_LEN_MASK_32(__bitlen) \
2265 (0xFFFFFFFF >> (32 - (__bitlen)))
2266#define BIT_LEN_MASK_16(__bitlen) \
2267 (0xFFFF >> (16 - (__bitlen)))
2268#define BIT_LEN_MASK_8(__bitlen) \
2269 (0xFF >> (8 - (__bitlen)))
2270
Larry Finger9e0bc672011-02-19 16:30:02 -06002271/* Create an offset bit mask
2272 * Examples:
2273 * BIT_OFFSET_LEN_MASK_32(0, 2) => 0x00000003
2274 * BIT_OFFSET_LEN_MASK_32(16, 2) => 0x00030000
2275 */
Larry Finger0c817332010-12-08 11:12:31 -06002276#define BIT_OFFSET_LEN_MASK_32(__bitoffset, __bitlen) \
2277 (BIT_LEN_MASK_32(__bitlen) << (__bitoffset))
2278#define BIT_OFFSET_LEN_MASK_16(__bitoffset, __bitlen) \
2279 (BIT_LEN_MASK_16(__bitlen) << (__bitoffset))
2280#define BIT_OFFSET_LEN_MASK_8(__bitoffset, __bitlen) \
2281 (BIT_LEN_MASK_8(__bitlen) << (__bitoffset))
2282
2283/*Description:
Larry Finger9e0bc672011-02-19 16:30:02 -06002284 * Return 4-byte value in host byte ordering from
2285 * 4-byte pointer in little-endian system.
2286 */
Larry Finger0c817332010-12-08 11:12:31 -06002287#define LE_P4BYTE_TO_HOST_4BYTE(__pstart) \
Larry Finger8e2c4062012-08-31 15:39:00 -05002288 (EF4BYTE(*((__le32 *)(__pstart))))
Larry Finger0c817332010-12-08 11:12:31 -06002289#define LE_P2BYTE_TO_HOST_2BYTE(__pstart) \
Larry Finger8e2c4062012-08-31 15:39:00 -05002290 (EF2BYTE(*((__le16 *)(__pstart))))
Larry Finger0c817332010-12-08 11:12:31 -06002291#define LE_P1BYTE_TO_HOST_1BYTE(__pstart) \
2292 (EF1BYTE(*((u8 *)(__pstart))))
2293
Chaoming_Li3dad6182011-04-25 12:52:49 -05002294/*Description:
2295Translate subfield (continuous bits in little-endian) of 4-byte
2296value to host byte ordering.*/
2297#define LE_BITS_TO_4BYTE(__pstart, __bitoffset, __bitlen) \
2298 ( \
2299 (LE_P4BYTE_TO_HOST_4BYTE(__pstart) >> (__bitoffset)) & \
2300 BIT_LEN_MASK_32(__bitlen) \
2301 )
2302#define LE_BITS_TO_2BYTE(__pstart, __bitoffset, __bitlen) \
2303 ( \
2304 (LE_P2BYTE_TO_HOST_2BYTE(__pstart) >> (__bitoffset)) & \
2305 BIT_LEN_MASK_16(__bitlen) \
2306 )
2307#define LE_BITS_TO_1BYTE(__pstart, __bitoffset, __bitlen) \
2308 ( \
2309 (LE_P1BYTE_TO_HOST_1BYTE(__pstart) >> (__bitoffset)) & \
2310 BIT_LEN_MASK_8(__bitlen) \
2311 )
2312
Larry Finger9e0bc672011-02-19 16:30:02 -06002313/* Description:
2314 * Mask subfield (continuous bits in little-endian) of 4-byte value
2315 * and return the result in 4-byte value in host byte ordering.
2316 */
Larry Finger0c817332010-12-08 11:12:31 -06002317#define LE_BITS_CLEARED_TO_4BYTE(__pstart, __bitoffset, __bitlen) \
2318 ( \
2319 LE_P4BYTE_TO_HOST_4BYTE(__pstart) & \
2320 (~BIT_OFFSET_LEN_MASK_32(__bitoffset, __bitlen)) \
2321 )
2322#define LE_BITS_CLEARED_TO_2BYTE(__pstart, __bitoffset, __bitlen) \
2323 ( \
2324 LE_P2BYTE_TO_HOST_2BYTE(__pstart) & \
2325 (~BIT_OFFSET_LEN_MASK_16(__bitoffset, __bitlen)) \
2326 )
2327#define LE_BITS_CLEARED_TO_1BYTE(__pstart, __bitoffset, __bitlen) \
2328 ( \
2329 LE_P1BYTE_TO_HOST_1BYTE(__pstart) & \
2330 (~BIT_OFFSET_LEN_MASK_8(__bitoffset, __bitlen)) \
2331 )
2332
Larry Finger9e0bc672011-02-19 16:30:02 -06002333/* Description:
2334 * Set subfield of little-endian 4-byte value to specified value.
2335 */
Chaoming_Li3dad6182011-04-25 12:52:49 -05002336#define SET_BITS_TO_LE_4BYTE(__pstart, __bitoffset, __bitlen, __val) \
Larry Finger8e2c4062012-08-31 15:39:00 -05002337 *((u32 *)(__pstart)) = \
Chaoming_Li3dad6182011-04-25 12:52:49 -05002338 ( \
2339 LE_BITS_CLEARED_TO_4BYTE(__pstart, __bitoffset, __bitlen) | \
2340 ((((u32)__val) & BIT_LEN_MASK_32(__bitlen)) << (__bitoffset)) \
2341 );
2342#define SET_BITS_TO_LE_2BYTE(__pstart, __bitoffset, __bitlen, __val) \
Larry Finger8e2c4062012-08-31 15:39:00 -05002343 *((u16 *)(__pstart)) = \
Chaoming_Li3dad6182011-04-25 12:52:49 -05002344 ( \
2345 LE_BITS_CLEARED_TO_2BYTE(__pstart, __bitoffset, __bitlen) | \
2346 ((((u16)__val) & BIT_LEN_MASK_16(__bitlen)) << (__bitoffset)) \
2347 );
Larry Finger0c817332010-12-08 11:12:31 -06002348#define SET_BITS_TO_LE_1BYTE(__pstart, __bitoffset, __bitlen, __val) \
2349 *((u8 *)(__pstart)) = EF1BYTE \
2350 ( \
2351 LE_BITS_CLEARED_TO_1BYTE(__pstart, __bitoffset, __bitlen) | \
2352 ((((u8)__val) & BIT_LEN_MASK_8(__bitlen)) << (__bitoffset)) \
2353 );
2354
Chaoming_Li3dad6182011-04-25 12:52:49 -05002355#define N_BYTE_ALIGMENT(__value, __aligment) ((__aligment == 1) ? \
2356 (__value) : (((__value + __aligment - 1) / __aligment) * __aligment))
2357
Larry Finger0c817332010-12-08 11:12:31 -06002358/****************************************
2359 mem access macro define end
2360****************************************/
2361
Larry Fingere97b7752011-02-19 16:29:07 -06002362#define byte(x, n) ((x >> (8 * n)) & 0xff)
2363
Chaoming_Li3dad6182011-04-25 12:52:49 -05002364#define packet_get_type(_packet) (EF1BYTE((_packet).octet[0]) & 0xFC)
Larry Finger0c817332010-12-08 11:12:31 -06002365#define RTL_WATCH_DOG_TIME 2000
2366#define MSECS(t) msecs_to_jiffies(t)
Larry Finger17c9ac62011-02-19 16:29:57 -06002367#define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS)
2368#define WLAN_FC_GET_TYPE(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE)
2369#define WLAN_FC_GET_STYPE(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE)
2370#define WLAN_FC_MORE_DATA(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_MOREDATA)
Larry Fingere6deaf82013-03-24 22:06:55 -05002371#define rtl_dm(rtlpriv) (&((rtlpriv)->dm))
Larry Finger0c817332010-12-08 11:12:31 -06002372
2373#define RT_RF_OFF_LEVL_ASPM BIT(0) /*PCI ASPM */
2374#define RT_RF_OFF_LEVL_CLK_REQ BIT(1) /*PCI clock request */
2375#define RT_RF_OFF_LEVL_PCI_D3 BIT(2) /*PCI D3 mode */
2376/*NIC halt, re-initialize hw parameters*/
2377#define RT_RF_OFF_LEVL_HALT_NIC BIT(3)
2378#define RT_RF_OFF_LEVL_FREE_FW BIT(4) /*FW free, re-download the FW */
2379#define RT_RF_OFF_LEVL_FW_32K BIT(5) /*FW in 32k */
2380/*Always enable ASPM and Clock Req in initialization.*/
2381#define RT_RF_PS_LEVEL_ALWAYS_ASPM BIT(6)
Larry Fingere97b7752011-02-19 16:29:07 -06002382/* no matter RFOFF or SLEEP we set PS_ASPM_LEVL*/
2383#define RT_PS_LEVEL_ASPM BIT(7)
Larry Finger0c817332010-12-08 11:12:31 -06002384/*When LPS is on, disable 2R if no packet is received or transmittd.*/
2385#define RT_RF_LPS_DISALBE_2R BIT(30)
2386#define RT_RF_LPS_LEVEL_ASPM BIT(31) /*LPS with ASPM */
2387#define RT_IN_PS_LEVEL(ppsc, _ps_flg) \
2388 ((ppsc->cur_ps_level & _ps_flg) ? true : false)
2389#define RT_CLEAR_PS_LEVEL(ppsc, _ps_flg) \
2390 (ppsc->cur_ps_level &= (~(_ps_flg)))
2391#define RT_SET_PS_LEVEL(ppsc, _ps_flg) \
2392 (ppsc->cur_ps_level |= _ps_flg)
2393
2394#define container_of_dwork_rtl(x, y, z) \
2395 container_of(container_of(x, struct delayed_work, work), y, z)
2396
Chaoming_Li3dad6182011-04-25 12:52:49 -05002397#define FILL_OCTET_STRING(_os, _octet, _len) \
2398 (_os).octet = (u8 *)(_octet); \
2399 (_os).length = (_len);
2400
2401#define CP_MACADDR(des, src) \
2402 ((des)[0] = (src)[0], (des)[1] = (src)[1],\
2403 (des)[2] = (src)[2], (des)[3] = (src)[3],\
2404 (des)[4] = (src)[4], (des)[5] = (src)[5])
2405
Larry Finger0c817332010-12-08 11:12:31 -06002406static inline u8 rtl_read_byte(struct rtl_priv *rtlpriv, u32 addr)
2407{
2408 return rtlpriv->io.read8_sync(rtlpriv, addr);
2409}
2410
2411static inline u16 rtl_read_word(struct rtl_priv *rtlpriv, u32 addr)
2412{
2413 return rtlpriv->io.read16_sync(rtlpriv, addr);
2414}
2415
2416static inline u32 rtl_read_dword(struct rtl_priv *rtlpriv, u32 addr)
2417{
2418 return rtlpriv->io.read32_sync(rtlpriv, addr);
2419}
2420
2421static inline void rtl_write_byte(struct rtl_priv *rtlpriv, u32 addr, u8 val8)
2422{
2423 rtlpriv->io.write8_async(rtlpriv, addr, val8);
Chaoming_Li3dad6182011-04-25 12:52:49 -05002424
2425 if (rtlpriv->cfg->write_readback)
2426 rtlpriv->io.read8_sync(rtlpriv, addr);
Larry Finger0c817332010-12-08 11:12:31 -06002427}
2428
2429static inline void rtl_write_word(struct rtl_priv *rtlpriv, u32 addr, u16 val16)
2430{
2431 rtlpriv->io.write16_async(rtlpriv, addr, val16);
Chaoming_Li3dad6182011-04-25 12:52:49 -05002432
2433 if (rtlpriv->cfg->write_readback)
2434 rtlpriv->io.read16_sync(rtlpriv, addr);
Larry Finger0c817332010-12-08 11:12:31 -06002435}
2436
2437static inline void rtl_write_dword(struct rtl_priv *rtlpriv,
2438 u32 addr, u32 val32)
2439{
2440 rtlpriv->io.write32_async(rtlpriv, addr, val32);
Chaoming_Li3dad6182011-04-25 12:52:49 -05002441
2442 if (rtlpriv->cfg->write_readback)
2443 rtlpriv->io.read32_sync(rtlpriv, addr);
Larry Finger0c817332010-12-08 11:12:31 -06002444}
2445
2446static inline u32 rtl_get_bbreg(struct ieee80211_hw *hw,
2447 u32 regaddr, u32 bitmask)
2448{
Joe Perchesd6b6fc142012-03-17 13:36:30 -07002449 struct rtl_priv *rtlpriv = hw->priv;
2450
2451 return rtlpriv->cfg->ops->get_bbreg(hw, regaddr, bitmask);
Larry Finger0c817332010-12-08 11:12:31 -06002452}
2453
2454static inline void rtl_set_bbreg(struct ieee80211_hw *hw, u32 regaddr,
2455 u32 bitmask, u32 data)
2456{
Joe Perchesd6b6fc142012-03-17 13:36:30 -07002457 struct rtl_priv *rtlpriv = hw->priv;
Larry Finger0c817332010-12-08 11:12:31 -06002458
Joe Perchesd6b6fc142012-03-17 13:36:30 -07002459 rtlpriv->cfg->ops->set_bbreg(hw, regaddr, bitmask, data);
Larry Finger0c817332010-12-08 11:12:31 -06002460}
2461
2462static inline u32 rtl_get_rfreg(struct ieee80211_hw *hw,
2463 enum radio_path rfpath, u32 regaddr,
2464 u32 bitmask)
2465{
Joe Perchesd6b6fc142012-03-17 13:36:30 -07002466 struct rtl_priv *rtlpriv = hw->priv;
2467
2468 return rtlpriv->cfg->ops->get_rfreg(hw, rfpath, regaddr, bitmask);
Larry Finger0c817332010-12-08 11:12:31 -06002469}
2470
2471static inline void rtl_set_rfreg(struct ieee80211_hw *hw,
2472 enum radio_path rfpath, u32 regaddr,
2473 u32 bitmask, u32 data)
2474{
Joe Perchesd6b6fc142012-03-17 13:36:30 -07002475 struct rtl_priv *rtlpriv = hw->priv;
2476
2477 rtlpriv->cfg->ops->set_rfreg(hw, rfpath, regaddr, bitmask, data);
Larry Finger0c817332010-12-08 11:12:31 -06002478}
2479
2480static inline bool is_hal_stop(struct rtl_hal *rtlhal)
2481{
2482 return (_HAL_STATE_STOP == rtlhal->state);
2483}
2484
2485static inline void set_hal_start(struct rtl_hal *rtlhal)
2486{
2487 rtlhal->state = _HAL_STATE_START;
2488}
2489
2490static inline void set_hal_stop(struct rtl_hal *rtlhal)
2491{
2492 rtlhal->state = _HAL_STATE_STOP;
2493}
2494
2495static inline u8 get_rf_type(struct rtl_phy *rtlphy)
2496{
2497 return rtlphy->rf_type;
2498}
2499
Chaoming_Li3dad6182011-04-25 12:52:49 -05002500static inline struct ieee80211_hdr *rtl_get_hdr(struct sk_buff *skb)
2501{
2502 return (struct ieee80211_hdr *)(skb->data);
2503}
2504
Larry Fingerd3bb1422011-04-25 13:23:20 -05002505static inline __le16 rtl_get_fc(struct sk_buff *skb)
Chaoming_Li3dad6182011-04-25 12:52:49 -05002506{
Larry Fingerd3bb1422011-04-25 13:23:20 -05002507 return rtl_get_hdr(skb)->frame_control;
Chaoming_Li3dad6182011-04-25 12:52:49 -05002508}
2509
2510static inline u16 rtl_get_tid_h(struct ieee80211_hdr *hdr)
2511{
2512 return (ieee80211_get_qos_ctl(hdr))[0] & IEEE80211_QOS_CTL_TID_MASK;
2513}
2514
2515static inline u16 rtl_get_tid(struct sk_buff *skb)
2516{
2517 return rtl_get_tid_h(rtl_get_hdr(skb));
2518}
2519
2520static inline struct ieee80211_sta *get_sta(struct ieee80211_hw *hw,
2521 struct ieee80211_vif *vif,
Larry Finger7101f402011-06-10 11:05:23 -05002522 const u8 *bssid)
Chaoming_Li3dad6182011-04-25 12:52:49 -05002523{
2524 return ieee80211_find_sta(vif, bssid);
2525}
2526
Larry Finger2461c7d2012-08-31 15:39:01 -05002527static inline struct ieee80211_sta *rtl_find_sta(struct ieee80211_hw *hw,
2528 u8 *mac_addr)
2529{
2530 struct rtl_mac *mac = rtl_mac(rtl_priv(hw));
2531 return ieee80211_find_sta(mac->vif, mac_addr);
2532}
2533
Larry Finger0c817332010-12-08 11:12:31 -06002534#endif