blob: 0b7b04ea09102e8be8b00dc9329c543de8100a9c [file] [log] [blame]
Jerry Chuang8fc85982009-11-03 07:17:11 -02001/*
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03002 * This is part of rtl8187 OpenSource driver.
Andrea Merello559a4c32013-08-26 13:53:30 +02003 * Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03004 * Released under the terms of GPL (General Public Licence)
5 *
6 * Parts of this driver are based on the GPL part of the
7 * official realtek driver
8 *
9 * Parts of this driver are based on the rtl8192 driver skeleton
10 * from Patric Schenke & Andres Salomon
11 *
12 * Parts of this driver are based on the Intel Pro Wireless 2100 GPL driver
13 *
14 * We want to thank the Authors of those projects and the Ndiswrapper
15 * project Authors.
16 */
Jerry Chuang8fc85982009-11-03 07:17:11 -020017
18#ifndef R819xU_H
19#define R819xU_H
20
21#include <linux/module.h>
22#include <linux/kernel.h>
Jerry Chuang8fc85982009-11-03 07:17:11 -020023#include <linux/ioport.h>
24#include <linux/sched.h>
25#include <linux/types.h>
26#include <linux/slab.h>
27#include <linux/netdevice.h>
Jerry Chuang8fc85982009-11-03 07:17:11 -020028#include <linux/usb.h>
29#include <linux/etherdevice.h>
30#include <linux/delay.h>
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +030031#include <linux/rtnetlink.h>
Jerry Chuang8fc85982009-11-03 07:17:11 -020032#include <linux/wireless.h>
33#include <linux/timer.h>
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +030034#include <linux/proc_fs.h>
Jerry Chuang8fc85982009-11-03 07:17:11 -020035#include <linux/if_arp.h>
36#include <linux/random.h>
Jerry Chuang8fc85982009-11-03 07:17:11 -020037#include <asm/io.h>
Dave Jones2addf792010-07-02 23:04:44 -040038#include "ieee80211/ieee80211.h"
Jerry Chuang8fc85982009-11-03 07:17:11 -020039
40#define RTL8192U
41#define RTL819xU_MODULE_NAME "rtl819xU"
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +030042/* HW security */
Jerry Chuang8fc85982009-11-03 07:17:11 -020043#define MAX_KEY_LEN 61
44#define KEY_BUF_SIZE 5
45
Jerry Chuang8fc85982009-11-03 07:17:11 -020046#define Rx_Smooth_Factor 20
Xenia Ragiadakou631edcd2013-06-09 14:37:50 +030047#define DMESG(x, a...)
48#define DMESGW(x, a...)
49#define DMESGE(x, a...)
Jerry Chuang8fc85982009-11-03 07:17:11 -020050extern u32 rt_global_debug_component;
51#define RT_TRACE(component, x, args...) \
Xenia Ragiadakou4a8d1132013-06-09 14:38:43 +030052 do { \
53 if (rt_global_debug_component & component) \
54 pr_debug("RTL8192U: " x "\n", ##args); \
55 } while (0)
Jerry Chuang8fc85982009-11-03 07:17:11 -020056
Anish Bhatt56b31522015-10-12 21:02:36 -070057#define COMP_TRACE BIT(0) /* Function call tracing. */
58#define COMP_DBG BIT(1)
59#define COMP_INIT BIT(2) /* Driver initialization/halt/reset. */
Jerry Chuang8fc85982009-11-03 07:17:11 -020060
61
Anish Bhatt56b31522015-10-12 21:02:36 -070062#define COMP_RECV BIT(3) /* Receive data path. */
63#define COMP_SEND BIT(4) /* Send data path. */
64#define COMP_IO BIT(5)
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +030065/* 802.11 Power Save mode or System/Device Power state. */
Anish Bhatt56b31522015-10-12 21:02:36 -070066#define COMP_POWER BIT(6)
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +030067/* 802.11 link related: join/start BSS, leave BSS. */
Anish Bhatt56b31522015-10-12 21:02:36 -070068#define COMP_EPROM BIT(7)
69#define COMP_SWBW BIT(8) /* Bandwidth switch. */
70#define COMP_POWER_TRACKING BIT(9) /* 8190 TX Power Tracking */
71#define COMP_TURBO BIT(10) /* Turbo Mode */
72#define COMP_QOS BIT(11)
73#define COMP_RATE BIT(12) /* Rate Adaptive mechanism */
74#define COMP_RM BIT(13) /* Radio Measurement */
75#define COMP_DIG BIT(14)
76#define COMP_PHY BIT(15)
77#define COMP_CH BIT(16) /* Channel setting debug */
78#define COMP_TXAGC BIT(17) /* Tx power */
79#define COMP_HIPWR BIT(18) /* High Power Mechanism */
80#define COMP_HALDM BIT(19) /* HW Dynamic Mechanism */
81#define COMP_SEC BIT(20) /* Event handling */
82#define COMP_LED BIT(21)
83#define COMP_RF BIT(22)
84#define COMP_RXDESC BIT(23) /* Rx desc information for SD3 debug */
Jerry Chuang8fc85982009-11-03 07:17:11 -020085
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +030086/* 11n or 8190 specific code */
Jerry Chuang8fc85982009-11-03 07:17:11 -020087
Anish Bhatt56b31522015-10-12 21:02:36 -070088#define COMP_FIRMWARE BIT(24) /* Firmware downloading */
89#define COMP_HT BIT(25) /* 802.11n HT related information */
90#define COMP_AMSDU BIT(26) /* A-MSDU Debugging */
91#define COMP_SCAN BIT(27)
92#define COMP_DOWN BIT(29) /* rm driver module */
93#define COMP_RESET BIT(30) /* Silent reset */
94#define COMP_ERR BIT(31) /* Error out, always on */
Jerry Chuang8fc85982009-11-03 07:17:11 -020095
96#define RTL819x_DEBUG
97#ifdef RTL819x_DEBUG
Xenia Ragiadakou4a8d1132013-06-09 14:38:43 +030098#define RTL8192U_ASSERT(expr) \
99 do { \
100 if (!(expr)) { \
101 pr_debug("Assertion failed! %s, %s, %s, line = %d\n", \
102 #expr, __FILE__, __func__, __LINE__); \
103 } \
104 } while (0)
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300105/*
106 * Debug out data buf.
107 * If you want to print DATA buffer related BA,
108 * please set ieee80211_debug_level to DATA|BA
109 */
Xenia Ragiadakou4a8d1132013-06-09 14:38:43 +0300110#define RT_DEBUG_DATA(level, data, datalen) \
111 do { \
112 if ((rt_global_debug_component & (level)) == (level)) { \
113 int i; \
114 u8 *pdata = (u8 *) data; \
115 pr_debug("RTL8192U: %s()\n", __func__); \
116 for (i = 0; i < (int)(datalen); i++) { \
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100117 printk("%2x ", pdata[i]); \
Xenia Ragiadakou4a8d1132013-06-09 14:38:43 +0300118 if ((i+1)%16 == 0) \
119 printk("\n"); \
120 } \
121 printk("\n"); \
122 } \
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100123 } while (0)
Jerry Chuang8fc85982009-11-03 07:17:11 -0200124#else
Xenia Ragiadakou4a8d1132013-06-09 14:38:43 +0300125#define RTL8192U_ASSERT(expr) do {} while (0)
Xenia Ragiadakou631edcd2013-06-09 14:37:50 +0300126#define RT_DEBUG_DATA(level, data, datalen) do {} while (0)
Jerry Chuang8fc85982009-11-03 07:17:11 -0200127#endif /* RTL8169_DEBUG */
128
129
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300130/* Queue Select Value in TxDesc */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200131#define QSLT_BK 0x1
132#define QSLT_BE 0x0
133#define QSLT_VI 0x4
134#define QSLT_VO 0x6
135#define QSLT_BEACON 0x10
136#define QSLT_HIGH 0x11
137#define QSLT_MGNT 0x12
138#define QSLT_CMD 0x13
139
140#define DESC90_RATE1M 0x00
141#define DESC90_RATE2M 0x01
142#define DESC90_RATE5_5M 0x02
143#define DESC90_RATE11M 0x03
144#define DESC90_RATE6M 0x04
145#define DESC90_RATE9M 0x05
146#define DESC90_RATE12M 0x06
147#define DESC90_RATE18M 0x07
148#define DESC90_RATE24M 0x08
149#define DESC90_RATE36M 0x09
150#define DESC90_RATE48M 0x0a
151#define DESC90_RATE54M 0x0b
152#define DESC90_RATEMCS0 0x00
153#define DESC90_RATEMCS1 0x01
154#define DESC90_RATEMCS2 0x02
155#define DESC90_RATEMCS3 0x03
156#define DESC90_RATEMCS4 0x04
157#define DESC90_RATEMCS5 0x05
158#define DESC90_RATEMCS6 0x06
159#define DESC90_RATEMCS7 0x07
160#define DESC90_RATEMCS8 0x08
161#define DESC90_RATEMCS9 0x09
162#define DESC90_RATEMCS10 0x0a
163#define DESC90_RATEMCS11 0x0b
164#define DESC90_RATEMCS12 0x0c
165#define DESC90_RATEMCS13 0x0d
166#define DESC90_RATEMCS14 0x0e
167#define DESC90_RATEMCS15 0x0f
168#define DESC90_RATEMCS32 0x20
169
170#define RTL819X_DEFAULT_RF_TYPE RF_1T2R
171
172#define IEEE80211_WATCH_DOG_TIME 2000
173#define PHY_Beacon_RSSI_SLID_WIN_MAX 10
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300174/* For Tx Power Tracking */
Sebastian Hahn35997ff2012-12-05 21:40:18 +0100175#define OFDM_Table_Length 19
Jerry Chuang8fc85982009-11-03 07:17:11 -0200176#define CCK_Table_length 12
177
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300178/* For rtl819x */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200179typedef struct _tx_desc_819x_usb {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300180 /* DWORD 0 */
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100181 u16 PktSize;
182 u8 Offset;
183 u8 Reserved0:3;
184 u8 CmdInit:1;
185 u8 LastSeg:1;
186 u8 FirstSeg:1;
187 u8 LINIP:1;
188 u8 OWN:1;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200189
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300190 /* DWORD 1 */
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100191 u8 TxFWInfoSize;
192 u8 RATid:3;
193 u8 DISFB:1;
194 u8 USERATE:1;
195 u8 MOREFRAG:1;
196 u8 NoEnc:1;
197 u8 PIFS:1;
198 u8 QueueSelect:5;
199 u8 NoACM:1;
200 u8 Reserved1:2;
201 u8 SecCAMID:5;
202 u8 SecDescAssign:1;
203 u8 SecType:2;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200204
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300205 /* DWORD 2 */
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100206 u16 TxBufferSize;
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100207 u8 ResvForPaddingLen:7;
208 u8 Reserved3:1;
209 u8 Reserved4;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200210
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300211 /* DWORD 3, 4, 5 */
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100212 u32 Reserved5;
213 u32 Reserved6;
214 u32 Reserved7;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300215} tx_desc_819x_usb, *ptx_desc_819x_usb;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200216
217#ifdef USB_TX_DRIVER_AGGREGATION_ENABLE
218typedef struct _tx_desc_819x_usb_aggr_subframe {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300219 /* DWORD 0 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200220 u16 PktSize;
221 u8 Offset;
222 u8 TxFWInfoSize;
223
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300224 /* DWORD 1 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200225 u8 RATid:3;
226 u8 DISFB:1;
227 u8 USERATE:1;
228 u8 MOREFRAG:1;
229 u8 NoEnc:1;
230 u8 PIFS:1;
231 u8 QueueSelect:5;
232 u8 NoACM:1;
233 u8 Reserved1:2;
234 u8 SecCAMID:5;
235 u8 SecDescAssign:1;
236 u8 SecType:2;
237 u8 PacketID:7;
238 u8 OWN:1;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300239} tx_desc_819x_usb_aggr_subframe, *ptx_desc_819x_usb_aggr_subframe;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200240#endif
241
242
243
244typedef struct _tx_desc_cmd_819x_usb {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300245 /* DWORD 0 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200246 u16 Reserved0;
247 u8 Reserved1;
248 u8 Reserved2:3;
249 u8 CmdInit:1;
250 u8 LastSeg:1;
251 u8 FirstSeg:1;
252 u8 LINIP:1;
253 u8 OWN:1;
254
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300255 /* DOWRD 1 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200256 u8 TxFWInfoSize;
257 u8 Reserved3;
258 u8 QueueSelect;
259 u8 Reserved4;
260
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300261 /* DOWRD 2 */
Sebastian Hahn35997ff2012-12-05 21:40:18 +0100262 u16 TxBufferSize;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200263 u16 Reserved5;
264
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300265 /* DWORD 3, 4, 5 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200266 u32 Reserved6;
267 u32 Reserved7;
268 u32 Reserved8;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300269} tx_desc_cmd_819x_usb, *ptx_desc_cmd_819x_usb;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200270
271
272typedef struct _tx_fwinfo_819x_usb {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300273 /* DOWRD 0 */
274 u8 TxRate:7;
275 u8 CtsEnable:1;
276 u8 RtsRate:7;
277 u8 RtsEnable:1;
278 u8 TxHT:1;
279 u8 Short:1; /* Error out, always on */
280 u8 TxBandwidth:1; /* Used for HT MCS rate only */
281 u8 TxSubCarrier:2; /* Used for legacy OFDM rate only */
282 u8 STBC:2;
283 u8 AllowAggregation:1;
284 /* Interpret RtsRate field as high throughput data rate */
285 u8 RtsHT:1;
286 u8 RtsShort:1; /* Short PLCP for CCK or short GI for 11n MCS */
287 u8 RtsBandwidth:1; /* Used for HT MCS rate only */
288 u8 RtsSubcarrier:2;/* Used for legacy OFDM rate only */
289 u8 RtsSTBC:2;
290 /* Enable firmware to recalculate and assign packet duration */
291 u8 EnableCPUDur:1;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200292
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300293 /* DWORD 1 */
294 u32 RxMF:2;
295 u32 RxAMD:3;
296 /* 1 indicate Tx info gathered by firmware and returned by Rx Cmd */
297 u32 TxPerPktInfoFeedback:1;
298 u32 Reserved1:2;
299 u32 TxAGCOffSet:4;
300 u32 TxAGCSign:1;
301 u32 Tx_INFO_RSVD:6;
302 u32 PacketID:13;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300303} tx_fwinfo_819x_usb, *ptx_fwinfo_819x_usb;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200304
Raphaël Beamonteb54cc8d2015-08-18 12:58:06 -0400305struct rtl8192_rx_info {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200306 struct urb *urb;
307 struct net_device *dev;
308 u8 out_pipe;
Raphaël Beamonteb54cc8d2015-08-18 12:58:06 -0400309};
Jerry Chuang8fc85982009-11-03 07:17:11 -0200310
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300311typedef struct rx_desc_819x_usb {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300312 /* DOWRD 0 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200313 u16 Length:14;
314 u16 CRC32:1;
315 u16 ICV:1;
316 u8 RxDrvInfoSize;
317 u8 Shift:2;
318 u8 PHYStatus:1;
319 u8 SWDec:1;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200320 u8 Reserved1:4;
321
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300322 /* DWORD 1 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200323 u32 Reserved2;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300324} rx_desc_819x_usb, *prx_desc_819x_usb;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200325
326#ifdef USB_RX_AGGREGATION_SUPPORT
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300327typedef struct _rx_desc_819x_usb_aggr_subframe {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300328 /* DOWRD 0 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200329 u16 Length:14;
330 u16 CRC32:1;
331 u16 ICV:1;
332 u8 Offset;
333 u8 RxDrvInfoSize;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300334 /* DOWRD 1 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200335 u8 Shift:2;
336 u8 PHYStatus:1;
337 u8 SWDec:1;
338 u8 Reserved1:4;
339 u8 Reserved2;
340 u16 Reserved3;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300341} rx_desc_819x_usb_aggr_subframe, *prx_desc_819x_usb_aggr_subframe;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200342#endif
343
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300344typedef struct rx_drvinfo_819x_usb {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300345 /* DWORD 0 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200346 u16 Reserved1:12;
347 u16 PartAggr:1;
348 u16 FirstAGGR:1;
349 u16 Reserved2:2;
350
351 u8 RxRate:7;
352 u8 RxHT:1;
353
354 u8 BW:1;
355 u8 SPLCP:1;
356 u8 Reserved3:2;
357 u8 PAM:1;
358 u8 Mcast:1;
359 u8 Bcast:1;
360 u8 Reserved4:1;
361
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300362 /* DWORD 1 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200363 u32 TSFL;
364
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300365} rx_drvinfo_819x_usb, *prx_drvinfo_819x_usb;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200366
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300367/* Support till 64 bit bus width OS */
368#define MAX_DEV_ADDR_SIZE 8
369/* For RTL8190 */
370#define MAX_FIRMWARE_INFORMATION_SIZE 32
Jerry Chuang8fc85982009-11-03 07:17:11 -0200371#define MAX_802_11_HEADER_LENGTH (40 + MAX_FIRMWARE_INFORMATION_SIZE)
372#define ENCRYPTION_MAX_OVERHEAD 128
373#define USB_HWDESC_HEADER_LEN sizeof(tx_desc_819x_usb)
Sebastian Hahn35997ff2012-12-05 21:40:18 +0100374#define TX_PACKET_SHIFT_BYTES (USB_HWDESC_HEADER_LEN + sizeof(tx_fwinfo_819x_usb))
Jerry Chuang8fc85982009-11-03 07:17:11 -0200375#define MAX_FRAGMENT_COUNT 8
Jerry Chuang8fc85982009-11-03 07:17:11 -0200376#ifdef USB_TX_DRIVER_AGGREGATION_ENABLE
377#define MAX_TRANSMIT_BUFFER_SIZE 32000
378#else
379#define MAX_TRANSMIT_BUFFER_SIZE 8000
380#endif
Jerry Chuang8fc85982009-11-03 07:17:11 -0200381#ifdef USB_TX_DRIVER_AGGREGATION_ENABLE
382#define TX_PACKET_DRVAGGR_SUBFRAME_SHIFT_BYTES (sizeof(tx_desc_819x_usb_aggr_subframe) + sizeof(tx_fwinfo_819x_usb))
383#endif
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300384/* Octets for crc32 (FCS, ICV) */
385#define scrclng 4
Jerry Chuang8fc85982009-11-03 07:17:11 -0200386
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300387typedef enum rf_optype {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200388 RF_OP_By_SW_3wire = 0,
389 RF_OP_By_FW,
390 RF_OP_MAX
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300391} rf_op_type;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200392/* 8190 Loopback Mode definition */
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300393typedef enum _rtl819xUsb_loopback {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200394 RTL819xU_NO_LOOPBACK = 0,
395 RTL819xU_MAC_LOOPBACK = 1,
396 RTL819xU_DMA_LOOPBACK = 2,
397 RTL819xU_CCK_LOOPBACK = 3,
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300398} rtl819xUsb_loopback_e;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200399
400/* due to rtl8192 firmware */
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300401typedef enum _desc_packet_type_e {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200402 DESC_PACKET_TYPE_INIT = 0,
403 DESC_PACKET_TYPE_NORMAL = 1,
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300404} desc_packet_type_e;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200405
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300406typedef enum _firmware_status {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200407 FW_STATUS_0_INIT = 0,
408 FW_STATUS_1_MOVE_BOOT_CODE = 1,
409 FW_STATUS_2_MOVE_MAIN_CODE = 2,
410 FW_STATUS_3_TURNON_CPU = 3,
411 FW_STATUS_4_MOVE_DATA_CODE = 4,
412 FW_STATUS_5_READY = 5,
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300413} firmware_status_e;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200414
415typedef struct _rt_firmare_seg_container {
416 u16 seg_size;
417 u8 *seg_ptr;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300418} fw_seg_container, *pfw_seg_container;
419typedef struct _rt_firmware {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200420 firmware_status_e firmware_status;
421 u16 cmdpacket_frag_thresold;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300422#define RTL8190_MAX_FIRMWARE_CODE_SIZE 64000
Jerry Chuang8fc85982009-11-03 07:17:11 -0200423 u8 firmware_buf[RTL8190_MAX_FIRMWARE_CODE_SIZE];
424 u16 firmware_buf_size;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300425} rt_firmware, *prt_firmware;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200426
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300427/* Add this to 9100 bytes to receive A-MSDU from RT-AP */
428#define MAX_RECEIVE_BUFFER_SIZE 9100
Jerry Chuang8fc85982009-11-03 07:17:11 -0200429
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300430typedef struct _rt_firmware_info_819xUsb {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200431 u8 sz_info[16];
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300432} rt_firmware_info_819xUsb, *prt_firmware_info_819xUsb;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200433
434/* Firmware Queue Layout */
435#define NUM_OF_FIRMWARE_QUEUE 10
436#define NUM_OF_PAGES_IN_FW 0x100
437
438#ifdef USE_ONE_PIPE
439#define NUM_OF_PAGE_IN_FW_QUEUE_BE 0x000
440#define NUM_OF_PAGE_IN_FW_QUEUE_BK 0x000
441#define NUM_OF_PAGE_IN_FW_QUEUE_VI 0x0ff
442#define NUM_OF_PAGE_IN_FW_QUEUE_VO 0x000
443#define NUM_OF_PAGE_IN_FW_QUEUE_HCCA 0
444#define NUM_OF_PAGE_IN_FW_QUEUE_CMD 0x0
445#define NUM_OF_PAGE_IN_FW_QUEUE_MGNT 0x00
446#define NUM_OF_PAGE_IN_FW_QUEUE_HIGH 0
447#define NUM_OF_PAGE_IN_FW_QUEUE_BCN 0x0
448#define NUM_OF_PAGE_IN_FW_QUEUE_PUB 0x00
449#else
450
451#define NUM_OF_PAGE_IN_FW_QUEUE_BE 0x020
452#define NUM_OF_PAGE_IN_FW_QUEUE_BK 0x020
453#define NUM_OF_PAGE_IN_FW_QUEUE_VI 0x040
454#define NUM_OF_PAGE_IN_FW_QUEUE_VO 0x040
455#define NUM_OF_PAGE_IN_FW_QUEUE_HCCA 0
456#define NUM_OF_PAGE_IN_FW_QUEUE_CMD 0x4
457#define NUM_OF_PAGE_IN_FW_QUEUE_MGNT 0x20
458#define NUM_OF_PAGE_IN_FW_QUEUE_HIGH 0
459#define NUM_OF_PAGE_IN_FW_QUEUE_BCN 0x4
460#define NUM_OF_PAGE_IN_FW_QUEUE_PUB 0x18
461
462#endif
463
464#define APPLIED_RESERVED_QUEUE_IN_FW 0x80000000
465#define RSVD_FW_QUEUE_PAGE_BK_SHIFT 0x00
466#define RSVD_FW_QUEUE_PAGE_BE_SHIFT 0x08
467#define RSVD_FW_QUEUE_PAGE_VI_SHIFT 0x10
468#define RSVD_FW_QUEUE_PAGE_VO_SHIFT 0x18
469#define RSVD_FW_QUEUE_PAGE_MGNT_SHIFT 0x10
470#define RSVD_FW_QUEUE_PAGE_CMD_SHIFT 0x08
471#define RSVD_FW_QUEUE_PAGE_BCN_SHIFT 0x00
472#define RSVD_FW_QUEUE_PAGE_PUB_SHIFT 0x08
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300473
474/*
475 * =================================================================
476 * =================================================================
477 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200478
479#define EPROM_93c46 0
480#define EPROM_93c56 1
481
482#define DEFAULT_FRAG_THRESHOLD 2342U
483#define MIN_FRAG_THRESHOLD 256U
484#define DEFAULT_BEACONINTERVAL 0x64U
485#define DEFAULT_BEACON_ESSID "Rtl819xU"
486
487#define DEFAULT_SSID ""
488#define DEFAULT_RETRY_RTS 7
489#define DEFAULT_RETRY_DATA 7
490#define PRISM_HDR_SIZE 64
491
492#define PHY_RSSI_SLID_WIN_MAX 100
493
494
495typedef enum _WIRELESS_MODE {
496 WIRELESS_MODE_UNKNOWN = 0x00,
497 WIRELESS_MODE_A = 0x01,
498 WIRELESS_MODE_B = 0x02,
499 WIRELESS_MODE_G = 0x04,
500 WIRELESS_MODE_AUTO = 0x08,
501 WIRELESS_MODE_N_24G = 0x10,
502 WIRELESS_MODE_N_5G = 0x20
503} WIRELESS_MODE;
504
505
Xenia Ragiadakou4a8d1132013-06-09 14:38:43 +0300506#define RTL_IOCTL_WPA_SUPPLICANT (SIOCIWFIRSTPRIV + 30)
Jerry Chuang8fc85982009-11-03 07:17:11 -0200507
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100508typedef struct buffer {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200509 struct buffer *next;
510 u32 *buf;
511
512} buffer;
513
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300514typedef struct rtl_reg_debug {
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100515 unsigned int cmd;
516 struct {
517 unsigned char type;
518 unsigned char addr;
519 unsigned char page;
520 unsigned char length;
521 } head;
522 unsigned char buf[0xff];
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300523} rtl_reg_debug;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200524
525
526
527
528
Jerry Chuang8fc85982009-11-03 07:17:11 -0200529
530typedef struct _rt_9x_tx_rate_history {
531 u32 cck[4];
532 u32 ofdm[8];
Jerry Chuang8fc85982009-11-03 07:17:11 -0200533 u32 ht_mcs[4][16];
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300534} rt_tx_rahis_t, *prt_tx_rahis_t;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200535typedef struct _RT_SMOOTH_DATA_4RF {
Arnd Bergmannf352a9e2016-07-20 17:13:58 +0200536 s8 elements[4][100]; /* array to store values */
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300537 u32 index; /* index to current array to store */
538 u32 TotalNum; /* num of valid elements */
539 u32 TotalVal[4]; /* sum of valid elements */
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300540} RT_SMOOTH_DATA_4RF, *PRT_SMOOTH_DATA_4RF;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200541
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300542/* This maybe changed for D-cut larger aggregation size */
543#define MAX_8192U_RX_SIZE 8192
544/* Stats seems messed up, clean it ASAP */
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100545typedef struct Stats {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200546 unsigned long txrdu;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200547 unsigned long rxok;
548 unsigned long rxframgment;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200549 unsigned long rxurberr;
550 unsigned long rxstaterr;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300551 /* 0: Total, 1: OK, 2: CRC, 3: ICV */
552 unsigned long received_rate_histogram[4][32];
553 /* 0: Long preamble/GI, 1: Short preamble/GI */
554 unsigned long received_preamble_GI[2][32];
555 /* level: (<4K), (4K~8K), (8K~16K), (16K~32K), (32K~64K) */
556 unsigned long rx_AMPDUsize_histogram[5];
557 /* level: (<5), (5~10), (10~20), (20~40), (>40) */
558 unsigned long rx_AMPDUnum_histogram[5];
559 unsigned long numpacket_matchbssid;
560 unsigned long numpacket_toself;
561 unsigned long num_process_phyinfo;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200562 unsigned long numqry_phystatus;
563 unsigned long numqry_phystatusCCK;
564 unsigned long numqry_phystatusHT;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300565 /* 0: 20M, 1: funn40M, 2: upper20M, 3: lower20M, 4: duplicate */
566 unsigned long received_bwtype[5];
Jerry Chuang8fc85982009-11-03 07:17:11 -0200567 unsigned long txnperr;
568 unsigned long txnpdrop;
569 unsigned long txresumed;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200570 unsigned long txnpokint;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200571 unsigned long txoverflow;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200572 unsigned long txlpokint;
573 unsigned long txlpdrop;
574 unsigned long txlperr;
575 unsigned long txbeokint;
576 unsigned long txbedrop;
577 unsigned long txbeerr;
578 unsigned long txbkokint;
579 unsigned long txbkdrop;
580 unsigned long txbkerr;
581 unsigned long txviokint;
582 unsigned long txvidrop;
583 unsigned long txvierr;
584 unsigned long txvookint;
585 unsigned long txvodrop;
586 unsigned long txvoerr;
587 unsigned long txbeaconokint;
588 unsigned long txbeacondrop;
589 unsigned long txbeaconerr;
590 unsigned long txmanageokint;
591 unsigned long txmanagedrop;
592 unsigned long txmanageerr;
593 unsigned long txdatapkt;
594 unsigned long txfeedback;
595 unsigned long txfeedbackok;
596
597 unsigned long txoktotal;
598 unsigned long txokbytestotal;
599 unsigned long txokinperiod;
600 unsigned long txmulticast;
601 unsigned long txbytesmulticast;
602 unsigned long txbroadcast;
603 unsigned long txbytesbroadcast;
604 unsigned long txunicast;
605 unsigned long txbytesunicast;
606
607 unsigned long rxoktotal;
608 unsigned long rxbytesunicast;
609 unsigned long txfeedbackfail;
610 unsigned long txerrtotal;
611 unsigned long txerrbytestotal;
612 unsigned long txerrmulticast;
613 unsigned long txerrbroadcast;
614 unsigned long txerrunicast;
615 unsigned long txretrycount;
616 unsigned long txfeedbackretry;
617 u8 last_packet_rate;
618 unsigned long slide_signal_strength[100];
619 unsigned long slide_evm[100];
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300620 /* For recording sliding window's RSSI value */
621 unsigned long slide_rssi_total;
622 /* For recording sliding window's EVM value */
623 unsigned long slide_evm_total;
624 /* Transformed in dbm. Beautified signal strength for UI, not correct */
625 long signal_strength;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200626 long signal_quality;
627 long last_signal_strength_inpercent;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300628 /* Correct smoothed ss in dbm, only used in driver
629 * to report real power now */
630 long recv_signal_power;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200631 u8 rx_rssi_percentage[4];
632 u8 rx_evm_percentage[2];
633 long rxSNRdB[4];
634 rt_tx_rahis_t txrate;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300635 /* For beacon RSSI */
636 u32 Slide_Beacon_pwdb[100];
637 u32 Slide_Beacon_Total;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200638 RT_SMOOTH_DATA_4RF cck_adc_pwdb;
639
640 u32 CurrentShowTxate;
641} Stats;
642
643
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300644/* Bandwidth Offset */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200645#define HAL_PRIME_CHNL_OFFSET_DONT_CARE 0
646#define HAL_PRIME_CHNL_OFFSET_LOWER 1
647#define HAL_PRIME_CHNL_OFFSET_UPPER 2
648
Jerry Chuang8fc85982009-11-03 07:17:11 -0200649
Sebastian Hahn35997ff2012-12-05 21:40:18 +0100650typedef struct ChnlAccessSetting {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200651 u16 SIFS_Timer;
652 u16 DIFS_Timer;
653 u16 SlotTimeTimer;
654 u16 EIFS_Timer;
655 u16 CWminIndex;
656 u16 CWmaxIndex;
Xenia Ragiadakou631edcd2013-06-09 14:37:50 +0300657} *PCHANNEL_ACCESS_SETTING, CHANNEL_ACCESS_SETTING;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200658
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300659typedef struct _BB_REGISTER_DEFINITION {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300660 /* set software control: 0x870~0x877 [8 bytes] */
661 u32 rfintfs;
662 /* readback data: 0x8e0~0x8e7 [8 bytes] */
663 u32 rfintfi;
664 /* output data: 0x860~0x86f [16 bytes] */
665 u32 rfintfo;
666 /* output enable: 0x860~0x86f [16 bytes] */
667 u32 rfintfe;
668 /* LSSI data: 0x840~0x84f [16 bytes] */
669 u32 rf3wireOffset;
670 /* BB Band Select: 0x878~0x87f [8 bytes] */
671 u32 rfLSSI_Select;
672 /* Tx gain stage: 0x80c~0x80f [4 bytes] */
673 u32 rfTxGainStage;
674 /* wire parameter control1: 0x820~0x823, 0x828~0x82b,
675 * 0x830~0x833, 0x838~0x83b [16 bytes] */
676 u32 rfHSSIPara1;
677 /* wire parameter control2: 0x824~0x827, 0x82c~0x82f,
678 * 0x834~0x837, 0x83c~0x83f [16 bytes] */
679 u32 rfHSSIPara2;
680 /* Tx Rx antenna control: 0x858~0x85f [16 bytes] */
681 u32 rfSwitchControl;
682 /* AGC parameter control1: 0xc50~0xc53, 0xc58~0xc5b,
683 * 0xc60~0xc63, 0xc68~0xc6b [16 bytes] */
684 u32 rfAGCControl1;
685 /* AGC parameter control2: 0xc54~0xc57, 0xc5c~0xc5f,
686 * 0xc64~0xc67, 0xc6c~0xc6f [16 bytes] */
687 u32 rfAGCControl2;
688 /* OFDM Rx IQ imbalance matrix: 0xc14~0xc17, 0xc1c~0xc1f,
689 * 0xc24~0xc27, 0xc2c~0xc2f [16 bytes] */
690 u32 rfRxIQImbalance;
691 /* Rx IQ DC offset and Rx digital filter, Rx DC notch filter:
692 * 0xc10~0xc13, 0xc18~0xc1b,
693 * 0xc20~0xc23, 0xc28~0xc2b [16 bytes] */
694 u32 rfRxAFE;
695 /* OFDM Tx IQ imbalance matrix: 0xc80~0xc83, 0xc88~0xc8b,
696 * 0xc90~0xc93, 0xc98~0xc9b [16 bytes] */
697 u32 rfTxIQImbalance;
698 /* Tx IQ DC Offset and Tx DFIR type:
699 * 0xc84~0xc87, 0xc8c~0xc8f,
700 * 0xc94~0xc97, 0xc9c~0xc9f [16 bytes] */
701 u32 rfTxAFE;
702 /* LSSI RF readback data: 0x8a0~0x8af [16 bytes] */
703 u32 rfLSSIReadBack;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300704} BB_REGISTER_DEFINITION_T, *PBB_REGISTER_DEFINITION_T;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200705
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300706typedef enum _RT_RF_TYPE_819xU {
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100707 RF_TYPE_MIN = 0,
708 RF_8225,
709 RF_8256,
710 RF_8258,
711 RF_PSEUDO_11N = 4,
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300712} RT_RF_TYPE_819xU, *PRT_RF_TYPE_819xU;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200713
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100714typedef struct _rate_adaptive {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200715 u8 rate_adaptive_disabled;
716 u8 ratr_state;
717 u16 reserve;
718
719 u32 high_rssi_thresh_for_ra;
720 u32 high2low_rssi_thresh_for_ra;
721 u8 low2high_rssi_thresh_for_ra40M;
722 u32 low_rssi_thresh_for_ra40M;
723 u8 low2high_rssi_thresh_for_ra20M;
724 u32 low_rssi_thresh_for_ra20M;
725 u32 upper_rssi_threshold_ratr;
726 u32 middle_rssi_threshold_ratr;
727 u32 low_rssi_threshold_ratr;
728 u32 low_rssi_threshold_ratr_40M;
729 u32 low_rssi_threshold_ratr_20M;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300730 u8 ping_rssi_enable;
731 u32 ping_rssi_ratr;
732 u32 ping_rssi_thresh_for_ra;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200733 u32 last_ratr;
734
735} rate_adaptive, *prate_adaptive;
736
737#define TxBBGainTableLength 37
738#define CCKTxBBGainTableLength 23
739
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100740typedef struct _txbbgain_struct {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200741 long txbb_iq_amplifygain;
742 u32 txbbgain_value;
743} txbbgain_struct, *ptxbbgain_struct;
744
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100745typedef struct _ccktxbbgain_struct {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300746 /* The value is from a22 to a29, one byte one time is much safer */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200747 u8 ccktxbb_valuearray[8];
Xenia Ragiadakou631edcd2013-06-09 14:37:50 +0300748} ccktxbbgain_struct, *pccktxbbgain_struct;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200749
750
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100751typedef struct _init_gain {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200752 u8 xaagccore1;
753 u8 xbagccore1;
754 u8 xcagccore1;
755 u8 xdagccore1;
756 u8 cca;
757
758} init_gain, *pinit_gain;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200759
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100760typedef struct _phy_ofdm_rx_status_report_819xusb {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200761 u8 trsw_gain_X[4];
762 u8 pwdb_all;
763 u8 cfosho_X[4];
764 u8 cfotail_X[4];
765 u8 rxevm_X[2];
766 u8 rxsnr_X[4];
767 u8 pdsnr_X[2];
768 u8 csi_current_X[2];
769 u8 csi_target_X[2];
770 u8 sigevm;
771 u8 max_ex_pwr;
772 u8 sgi_en;
773 u8 rxsc_sgien_exflg;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300774} phy_sts_ofdm_819xusb_t;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200775
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100776typedef struct _phy_cck_rx_status_report_819xusb {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300777 /* For CCK rate descriptor. This is an unsigned 8:1 variable.
778 * LSB bit presend 0.5. And MSB 7 bts presend a signed value.
779 * Range from -64~+63.5. */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200780 u8 adc_pwdb_X[4];
781 u8 sq_rpt;
782 u8 cck_agc_rpt;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300783} phy_sts_cck_819xusb_t;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200784
785
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300786typedef struct _phy_ofdm_rx_status_rxsc_sgien_exintfflag {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200787 u8 reserved:4;
788 u8 rxsc:2;
789 u8 sgi_en:1;
790 u8 ex_intf_flag:1;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300791} phy_ofdm_rx_status_rxsc_sgien_exintfflag;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200792
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300793typedef enum _RT_CUSTOMER_ID {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200794 RT_CID_DEFAULT = 0,
795 RT_CID_8187_ALPHA0 = 1,
796 RT_CID_8187_SERCOMM_PS = 2,
797 RT_CID_8187_HW_LED = 3,
798 RT_CID_8187_NETGEAR = 4,
799 RT_CID_WHQL = 5,
800 RT_CID_819x_CAMEO = 6,
801 RT_CID_819x_RUNTOP = 7,
802 RT_CID_819x_Senao = 8,
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300803 RT_CID_TOSHIBA = 9,
Jerry Chuang8fc85982009-11-03 07:17:11 -0200804 RT_CID_819x_Netcore = 10,
805 RT_CID_Nettronix = 11,
806 RT_CID_DLINK = 12,
807 RT_CID_PRONET = 13,
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300808} RT_CUSTOMER_ID, *PRT_CUSTOMER_ID;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200809
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300810/*
811 * ==========================================================================
812 * LED customization.
813 * ==========================================================================
814 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200815
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300816typedef enum _LED_STRATEGY_8190 {
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300817 SW_LED_MODE0, /* SW control 1 LED via GPIO0. It is default option. */
818 SW_LED_MODE1, /* SW control for PCI Express */
819 SW_LED_MODE2, /* SW control for Cameo. */
820 SW_LED_MODE3, /* SW control for RunTop. */
821 SW_LED_MODE4, /* SW control for Netcore. */
822 /* HW control 2 LEDs, LED0 and LED1 (4 different control modes) */
823 HW_LED,
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300824} LED_STRATEGY_8190, *PLED_STRATEGY_8190;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200825
826typedef enum _RESET_TYPE {
827 RESET_TYPE_NORESET = 0x00,
828 RESET_TYPE_NORMAL = 0x01,
829 RESET_TYPE_SILENT = 0x02
830} RESET_TYPE;
831
832/* The simple tx command OP code. */
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300833typedef enum _tag_TxCmd_Config_Index {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200834 TXCMD_TXRA_HISTORY_CTRL = 0xFF900000,
835 TXCMD_RESET_TX_PKT_BUFF = 0xFF900001,
836 TXCMD_RESET_RX_PKT_BUFF = 0xFF900002,
837 TXCMD_SET_TX_DURATION = 0xFF900003,
838 TXCMD_SET_RX_RSSI = 0xFF900004,
839 TXCMD_SET_TX_PWR_TRACKING = 0xFF900005,
840 TXCMD_XXXX_CTRL,
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300841} DCMD_TXCMD_OP;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200842
Jennifer Naumann0db7a342012-12-05 21:40:19 +0100843typedef struct r8192_priv {
Jerry Chuang8fc85982009-11-03 07:17:11 -0200844 struct usb_device *udev;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300845 /* For maintain info from eeprom */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200846 short epromtype;
847 u16 eeprom_vid;
848 u16 eeprom_pid;
849 u8 eeprom_CustomerID;
850 u8 eeprom_ChannelPlan;
851 RT_CUSTOMER_ID CustomerID;
852 LED_STRATEGY_8190 LedStrategy;
853 u8 txqueue_to_outpipemap[9];
854 int irq;
855 struct ieee80211_device *ieee80211;
856
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300857 /* O: rtl8192, 1: rtl8185 V B/C, 2: rtl8185 V D */
858 short card_8192;
859 /* If TCR reports card V B/C, this discriminates */
860 u8 card_8192_version;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200861 short enable_gpio0;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +0300862 enum card_type {
863 PCI, MINIPCI, CARDBUS, USB
864 } card_type;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200865 short hw_plcp_len;
866 short plcp_preamble_mode;
867
868 spinlock_t irq_lock;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200869 spinlock_t tx_lock;
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100870 struct mutex mutex;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200871
872 u16 irq_mask;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200873 short chan;
874 short sens;
875 short max_sens;
876
877
Jerry Chuang8fc85982009-11-03 07:17:11 -0200878 short up;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300879 /* If 1, allow bad crc frame, reception in monitor mode */
880 short crcmon;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200881
Binoy Jayan75deebb2016-06-02 16:22:59 +0530882 struct mutex wx_mutex;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200883
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300884 u8 rf_type; /* 0: 1T2R, 1: 2T4R */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200885 RT_RF_TYPE_819xU rf_chip;
886
Xenia Ragiadakou631edcd2013-06-09 14:37:50 +0300887 short (*rf_set_sens)(struct net_device *dev, short sens);
888 u8 (*rf_set_chan)(struct net_device *dev, u8 ch);
Jerry Chuang8fc85982009-11-03 07:17:11 -0200889 void (*rf_close)(struct net_device *dev);
890 void (*rf_init)(struct net_device *dev);
Jerry Chuang8fc85982009-11-03 07:17:11 -0200891 short promisc;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300892 /* Stats */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200893 struct Stats stats;
894 struct iw_statistics wstats;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200895
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300896 /* RX stuff */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200897 struct urb **rx_urb;
898 struct urb **rx_cmd_urb;
899#ifdef THOMAS_BEACON
900 u32 *oldaddr;
901#endif
902#ifdef THOMAS_TASKLET
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300903 atomic_t irt_counter; /* count for irq_rx_tasklet */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200904#endif
905#ifdef JACKSON_NEW_RX
Sebastian Hahnfdc64a92012-12-06 12:23:03 +0100906 struct sk_buff **pp_rxskb;
907 int rx_inx;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200908#endif
909
Jerry Chuang8fc85982009-11-03 07:17:11 -0200910 struct sk_buff_head rx_queue;
911 struct sk_buff_head skb_queue;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200912 struct work_struct qos_activate;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200913 short tx_urb_index;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300914 atomic_t tx_pending[0x10]; /* UART_PRIORITY + 1 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200915
916
917 struct tasklet_struct irq_rx_tasklet;
918 struct urb *rxurb_task;
919
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300920 /* Tx Related variables */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200921 u16 ShortRetryLimit;
922 u16 LongRetryLimit;
923 u32 TransmitConfig;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300924 u8 RegCWinMin; /* For turbo mode CW adaptive */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200925
926 u32 LastRxDescTSFHigh;
927 u32 LastRxDescTSFLow;
928
929
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300930 /* Rx Related variables */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200931 u16 EarlyRxThreshold;
932 u32 ReceiveConfig;
933 u8 AcmControl;
934
935 u8 RFProgType;
936
937 u8 retry_data;
938 u8 retry_rts;
939 u16 rts;
940
Sebastian Hahn35997ff2012-12-05 21:40:18 +0100941 struct ChnlAccessSetting ChannelAccessSetting;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200942 struct work_struct reset_wq;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200943
944/**********************************************************/
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300945 /* For rtl819xUsb */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200946 u16 basic_rate;
947 u8 short_preamble;
948 u8 slot_time;
Sebastian Hahn35997ff2012-12-05 21:40:18 +0100949 bool bDcut;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200950 bool bCurrentRxAggrEnable;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300951 u8 Rf_Mode; /* For Firmware RF -R/W switch */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200952 prt_firmware pFirmware;
953 rtl819xUsb_loopback_e LoopbackMode;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200954 u16 EEPROMTxPowerDiff;
955 u8 EEPROMThermalMeter;
956 u8 EEPROMPwDiff;
957 u8 EEPROMCrystalCap;
958 u8 EEPROM_Def_Ver;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300959 u8 EEPROMTxPowerLevelCCK; /* CCK channel 1~14 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200960 u8 EEPROMTxPowerLevelCCK_V1[3];
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300961 u8 EEPROMTxPowerLevelOFDM24G[3]; /* OFDM 2.4G channel 1~14 */
962 u8 EEPROMTxPowerLevelOFDM5G[24]; /* OFDM 5G */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200963
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300964 /* PHY related */
965 BB_REGISTER_DEFINITION_T PHYRegDef[4]; /* Radio A/B/C/D */
966 /* Read/write are allow for following hardware information variables */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200967 u32 MCSTxPowerLevelOriginalOffset[6];
968 u32 CCKTxPowerLevelOriginalOffset;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300969 u8 TxPowerLevelCCK[14]; /* CCK channel 1~14 */
970 u8 TxPowerLevelOFDM24G[14]; /* OFDM 2.4G channel 1~14 */
971 u8 TxPowerLevelOFDM5G[14]; /* OFDM 5G */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200972 u32 Pwr_Track;
973 u8 TxPowerDiff;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300974 u8 AntennaTxPwDiff[2]; /* Antenna gain offset, 0: B, 1: C, 2: D */
975 u8 CrystalCap;
976 u8 ThermalMeter[2]; /* index 0: RFIC0, index 1: RFIC1 */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200977
978 u8 CckPwEnl;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300979 /* Use to calculate PWBD */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200980 u8 bCckHighPower;
981 long undecorated_smoothed_pwdb;
982
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300983 /* For set channel */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200984 u8 SwChnlInProgress;
Sebastian Hahn35997ff2012-12-05 21:40:18 +0100985 u8 SwChnlStage;
Jerry Chuang8fc85982009-11-03 07:17:11 -0200986 u8 SwChnlStep;
987 u8 SetBWModeInProgress;
988 HT_CHANNEL_WIDTH CurrentChannelBW;
989 u8 ChannelPlan;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300990 /* 8190 40MHz mode */
991 /* Control channel sub-carrier */
992 u8 nCur40MhzPrimeSC;
993 /* Test for shorten RF configuration time.
994 * We save RF reg0 in this variable to reduce RF reading. */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200995 u32 RfReg0Value[4];
Sebastian Hahn35997ff2012-12-05 21:40:18 +0100996 u8 NumTotalRFPath;
997 bool brfpath_rxenable[4];
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +0300998 /* RF set related */
Jerry Chuang8fc85982009-11-03 07:17:11 -0200999 bool SetRFPowerStateInProgress;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001000 struct timer_list watch_dog_timer;
1001
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001002 /* For dynamic mechanism */
1003 /* Tx Power Control for Near/Far Range */
1004 bool bdynamic_txpower;
1005 bool bDynamicTxHighPower;
1006 bool bDynamicTxLowPower;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001007 bool bLastDTPFlag_High;
1008 bool bLastDTPFlag_Low;
1009
1010 bool bstore_last_dtpflag;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001011 /* Define to discriminate on High power State or
1012 * on sitesurvey to change Tx gain index */
1013 bool bstart_txctrl_bydtp;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001014 rate_adaptive rate_adaptive;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001015 /* TX power tracking
1016 * OPEN/CLOSE TX POWER TRACKING */
1017 txbbgain_struct txbbgain_table[TxBBGainTableLength];
1018 u8 txpower_count; /* For 6 sec do tracking again */
1019 bool btxpower_trackingInit;
1020 u8 OFDM_index;
1021 u8 CCK_index;
1022 /* CCK TX Power Tracking */
Jerry Chuang8fc85982009-11-03 07:17:11 -02001023 ccktxbbgain_struct cck_txbbgain_table[CCKTxBBGainTableLength];
1024 ccktxbbgain_struct cck_txbbgain_ch14_table[CCKTxBBGainTableLength];
1025 u8 rfa_txpowertrackingindex;
1026 u8 rfa_txpowertrackingindex_real;
1027 u8 rfa_txpowertracking_default;
1028 u8 rfc_txpowertrackingindex;
1029 u8 rfc_txpowertrackingindex_real;
1030
1031 s8 cck_present_attentuation;
1032 u8 cck_present_attentuation_20Mdefault;
1033 u8 cck_present_attentuation_40Mdefault;
Arnd Bergmannf352a9e2016-07-20 17:13:58 +02001034 s8 cck_present_attentuation_difference;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001035 bool btxpower_tracking;
1036 bool bcck_in_ch14;
1037 bool btxpowerdata_readfromEEPORM;
Sebastian Hahn35997ff2012-12-05 21:40:18 +01001038 u16 TSSI_13dBm;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001039 init_gain initgain_backup;
1040 u8 DefaultInitialGain[4];
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001041 /* For EDCA Turbo mode */
Jerry Chuang8fc85982009-11-03 07:17:11 -02001042 bool bis_any_nonbepkts;
1043 bool bcurrent_turbo_EDCA;
1044 bool bis_cur_rdlstate;
1045 struct timer_list fsync_timer;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001046 bool bfsync_processing; /* 500ms Fsync timer is active or not */
Sebastian Hahn35997ff2012-12-05 21:40:18 +01001047 u32 rate_record;
1048 u32 rateCountDiffRecord;
Justin P. Mattock4c234eb2012-05-01 08:34:14 -07001049 u32 ContinueDiffCount;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001050 bool bswitch_fsync;
1051
1052 u8 framesync;
Sebastian Hahn35997ff2012-12-05 21:40:18 +01001053 u32 framesyncC34;
1054 u8 framesyncMonitor;
Sebastian Hahn35997ff2012-12-05 21:40:18 +01001055 u16 nrxAMPDU_size;
1056 u8 nrxAMPDU_aggr_num;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001057
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001058 /* For gpio */
Jerry Chuang8fc85982009-11-03 07:17:11 -02001059 bool bHwRadioOff;
1060
Jerry Chuang8fc85982009-11-03 07:17:11 -02001061 u32 reset_count;
1062 bool bpbc_pressed;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001063 u32 txpower_checkcnt;
1064 u32 txpower_tracking_callback_cnt;
1065 u8 thermal_read_val[40];
1066 u8 thermal_readback_index;
1067 u32 ccktxpower_adjustcnt_not_ch14;
1068 u32 ccktxpower_adjustcnt_ch14;
1069 u8 tx_fwinfo_force_subcarriermode;
1070 u8 tx_fwinfo_force_subcarrierval;
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001071 /* For silent reset */
Jerry Chuang8fc85982009-11-03 07:17:11 -02001072 RESET_TYPE ResetProgress;
1073 bool bForcedSilentReset;
1074 bool bDisableNormalResetCheck;
1075 u16 TxCounter;
1076 u16 RxCounter;
1077 int IrpPendingCount;
1078 bool bResetInProgress;
1079 bool force_reset;
1080 u8 InitialGainOperateType;
1081
1082 u16 SifsTime;
1083
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001084 /* Define work item */
Jerry Chuang8fc85982009-11-03 07:17:11 -02001085
Jerry Chuang8fc85982009-11-03 07:17:11 -02001086 struct delayed_work update_beacon_wq;
1087 struct delayed_work watch_dog_wq;
1088 struct delayed_work txpower_tracking_wq;
1089 struct delayed_work rfpath_check_wq;
1090 struct delayed_work gpio_change_rf_wq;
1091 struct delayed_work initialgain_operate_wq;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001092 struct workqueue_struct *priv_wq;
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +03001093} r8192_priv;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001094
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001095/* For rtl8187B */
Jerry Chuang8fc85982009-11-03 07:17:11 -02001096typedef enum{
1097 BULK_PRIORITY = 0x01,
Jerry Chuang8fc85982009-11-03 07:17:11 -02001098 LOW_PRIORITY,
1099 NORM_PRIORITY,
1100 VO_PRIORITY,
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001101 VI_PRIORITY,
Jerry Chuang8fc85982009-11-03 07:17:11 -02001102 BE_PRIORITY,
1103 BK_PRIORITY,
1104 RSVD2,
1105 RSVD3,
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001106 BEACON_PRIORITY,
Jerry Chuang8fc85982009-11-03 07:17:11 -02001107 HIGH_PRIORITY,
1108 MANAGE_PRIORITY,
1109 RSVD4,
1110 RSVD5,
Xenia Ragiadakou4e0be662013-06-09 14:35:07 +03001111 UART_PRIORITY
Jerry Chuang8fc85982009-11-03 07:17:11 -02001112} priority_t;
1113
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +03001114typedef enum {
Jerry Chuang8fc85982009-11-03 07:17:11 -02001115 NIC_8192U = 1,
1116 NIC_8190P = 2,
1117 NIC_8192E = 3,
Xenia Ragiadakou2da4fc22013-06-09 14:35:49 +03001118} nic_t;
Jerry Chuang8fc85982009-11-03 07:17:11 -02001119
Jerry Chuang8fc85982009-11-03 07:17:11 -02001120bool init_firmware(struct net_device *dev);
1121short rtl819xU_tx_cmd(struct net_device *dev, struct sk_buff *skb);
Xenia Ragiadakoue9082792013-05-11 17:22:25 +03001122short rtl8192_tx(struct net_device *dev, struct sk_buff *skb);
Jerry Chuang8fc85982009-11-03 07:17:11 -02001123
1124u32 read_cam(struct net_device *dev, u8 addr);
1125void write_cam(struct net_device *dev, u8 addr, u32 data);
1126
Xenia Ragiadakoub3d42bf2013-06-06 16:40:51 +03001127int read_nic_byte(struct net_device *dev, int x, u8 *data);
1128int read_nic_byte_E(struct net_device *dev, int x, u8 *data);
1129int read_nic_dword(struct net_device *dev, int x, u32 *data);
1130int read_nic_word(struct net_device *dev, int x, u16 *data);
Salah Trikiba15f652016-05-04 04:42:45 +01001131int write_nic_byte(struct net_device *dev, int x, u8 y);
Salah Triki6ae4e4b2016-05-04 04:42:46 +01001132int write_nic_byte_E(struct net_device *dev, int x, u8 y);
Salah Triki28d653d2016-05-04 04:42:47 +01001133int write_nic_word(struct net_device *dev, int x, u16 y);
Salah Trikiec06d48f2016-05-04 04:42:48 +01001134int write_nic_dword(struct net_device *dev, int x, u32 y);
Jerry Chuang8fc85982009-11-03 07:17:11 -02001135void force_pci_posting(struct net_device *dev);
1136
1137void rtl8192_rtx_disable(struct net_device *);
1138void rtl8192_rx_enable(struct net_device *);
1139void rtl8192_tx_enable(struct net_device *);
1140
1141void rtl8192_disassociate(struct net_device *dev);
Xenia Ragiadakou631edcd2013-06-09 14:37:50 +03001142void rtl8185_set_rf_pins_enable(struct net_device *dev, u32 a);
Jerry Chuang8fc85982009-11-03 07:17:11 -02001143
Xenia Ragiadakou631edcd2013-06-09 14:37:50 +03001144void rtl8192_set_anaparam(struct net_device *dev, u32 a);
1145void rtl8185_set_anaparam2(struct net_device *dev, u32 a);
Jerry Chuang8fc85982009-11-03 07:17:11 -02001146void rtl8192_update_msr(struct net_device *dev);
1147int rtl8192_down(struct net_device *dev);
1148int rtl8192_up(struct net_device *dev);
1149void rtl8192_commit(struct net_device *dev);
Xenia Ragiadakou631edcd2013-06-09 14:37:50 +03001150void rtl8192_set_chan(struct net_device *dev, short ch);
Jerry Chuang8fc85982009-11-03 07:17:11 -02001151void write_phy(struct net_device *dev, u8 adr, u8 data);
1152void write_phy_cck(struct net_device *dev, u8 adr, u32 data);
1153void write_phy_ofdm(struct net_device *dev, u8 adr, u32 data);
1154void rtl8185_tx_antenna(struct net_device *dev, u8 ant);
1155void rtl8192_set_rxconf(struct net_device *dev);
Joe Perchesbeb12162015-08-10 14:51:30 -07001156void rtl819xusb_beacon_tx(struct net_device *dev, u16 tx_rate);
Jerry Chuang8fc85982009-11-03 07:17:11 -02001157
1158void EnableHWSecurityConfig8192(struct net_device *dev);
Xenia Ragiadakou66fe11c2013-05-14 03:07:26 +03001159void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKey, u32 *KeyContent);
Jerry Chuang8fc85982009-11-03 07:17:11 -02001160
1161
1162#endif