f81680814fb466d04de8195f5b4861d9c757a228
[pandora-kernel.git] / drivers / staging / rtl8192e / rtl_core.h
1 /******************************************************************************
2  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
3  *
4  * Based on the r8180 driver, which is:
5  * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al.
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of version 2 of the GNU General Public License as
8  * published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but WITHOUT
11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
13  * more details.
14  *
15  * You should have received a copy of the GNU General Public License along with
16  * this program; if not, write to the Free Software Foundation, Inc.,
17  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18  *
19  * The full GNU General Public License is included in this distribution in the
20  * file called LICENSE.
21  *
22  * Contact Information:
23  * wlanfae <wlanfae@realtek.com>
24 ******************************************************************************/
25
26 #ifndef _RTL_CORE_H
27 #define _RTL_CORE_H
28
29 #include <linux/module.h>
30 #include <linux/kernel.h>
31 #include <linux/init.h>
32 #include <linux/ioport.h>
33 #include <linux/sched.h>
34 #include <linux/types.h>
35 #include <linux/interrupt.h>
36 #include <linux/slab.h>
37 #include <linux/netdevice.h>
38 #include <linux/pci.h>
39 #include <linux/etherdevice.h>
40 #include <linux/delay.h>
41 #include <linux/rtnetlink.h>
42 #include <linux/wireless.h>
43 #include <linux/timer.h>
44 #include <linux/proc_fs.h>
45 #include <linux/if_arp.h>
46 #include <linux/random.h>
47 #include <linux/version.h>
48 #include <asm/io.h>
49 #include "rtllib.h"
50
51 #include "dot11d.h"
52
53 #include "r8192E_firmware.h"
54 #include "r8192E_hw.h"
55
56 #include "r8190P_def.h"
57 #include "r8192E_dev.h"
58
59 #include "rtl_debug.h"
60 #include "rtl_eeprom.h"
61 #include "rtl_ps.h"
62 #include "rtl_pci.h"
63 #include "rtl_cam.h"
64
65 #define DRV_COPYRIGHT  "Copyright(c) 2008 - 2010 Realsil Semiconductor Corporation"
66 #define DRV_AUTHOR  "<wlanfae@realtek.com>"
67 #define DRV_VERSION  "0014.0401.2010"
68
69 #define DRV_NAME "rtl819xE"
70
71 #define IS_HARDWARE_TYPE_819xP(_priv) ((((struct r8192_priv *)rtllib_priv(dev))->card_8192==NIC_8190P)||\
72                                         (((struct r8192_priv *)rtllib_priv(dev))->card_8192==NIC_8192E))
73 #define IS_HARDWARE_TYPE_8192SE(_priv)  (((struct r8192_priv *)rtllib_priv(dev))->card_8192==NIC_8192SE)
74 #define IS_HARDWARE_TYPE_8192CE(_priv)  (((struct r8192_priv *)rtllib_priv(dev))->card_8192==NIC_8192CE)
75 #define IS_HARDWARE_TYPE_8192CU(_priv)  (((struct r8192_priv *)rtllib_priv(dev))->card_8192==NIC_8192CU)
76 #define IS_HARDWARE_TYPE_8192DE(_priv)  (((struct r8192_priv *)rtllib_priv(dev))->card_8192==NIC_8192DE)
77 #define IS_HARDWARE_TYPE_8192DU(_priv)  (((struct r8192_priv *)rtllib_priv(dev))->card_8192==NIC_8192DU)
78
79 #define RTL_PCI_DEVICE(vend, dev, cfg) \
80         .vendor = (vend), .device = (dev), \
81         .subvendor = PCI_ANY_ID, .subdevice =PCI_ANY_ID , \
82         .driver_data = (kernel_ulong_t)&(cfg)
83         typedef irqreturn_t irqreturn_type;
84
85
86 #define rtl8192_interrupt(x,y,z) rtl8192_interrupt_rsl(x,y)
87
88 #define RTL_MAX_SCAN_SIZE 128
89
90 #define RTL_RATE_MAX            30
91
92 #define TOTAL_CAM_ENTRY         32
93 #define CAM_CONTENT_COUNT       8
94
95 #ifndef BIT
96 #define BIT(_i)                         (1<<(_i))
97 #endif
98
99 #define IS_NIC_DOWN(priv)       (!(priv)->up)
100
101 #define IS_ADAPTER_SENDS_BEACON(dev) 0
102
103 #define IS_UNDER_11N_AES_MODE(_rtllib)  ((_rtllib->pHTInfo->bCurrentHTSupport == true) &&\
104                                         (_rtllib->pairwise_key_type == KEY_TYPE_CCMP))
105
106 #define HAL_MEMORY_MAPPED_IO_RANGE_8190PCI      0x1000
107 #define HAL_HW_PCI_REVISION_ID_8190PCI                  0x00
108 #define HAL_MEMORY_MAPPED_IO_RANGE_8192PCIE     0x4000
109 #define HAL_HW_PCI_REVISION_ID_8192PCIE         0x01
110 #define HAL_MEMORY_MAPPED_IO_RANGE_8192SE       0x4000
111 #define HAL_HW_PCI_REVISION_ID_8192SE   0x10
112 #define HAL_HW_PCI_REVISION_ID_8192CE                   0x1
113 #define HAL_MEMORY_MAPPED_IO_RANGE_8192CE       0x4000
114 #define HAL_HW_PCI_REVISION_ID_8192DE                   0x0
115 #define HAL_MEMORY_MAPPED_IO_RANGE_8192DE       0x4000
116
117 #define HAL_HW_PCI_8180_DEVICE_ID                       0x8180
118 #define HAL_HW_PCI_8185_DEVICE_ID                       0x8185
119 #define HAL_HW_PCI_8188_DEVICE_ID                       0x8188
120 #define HAL_HW_PCI_8198_DEVICE_ID                       0x8198
121 #define HAL_HW_PCI_8190_DEVICE_ID                       0x8190
122 #define HAL_HW_PCI_8192_DEVICE_ID                       0x8192
123 #define HAL_HW_PCI_8192SE_DEVICE_ID                             0x8192
124 #define HAL_HW_PCI_8174_DEVICE_ID                       0x8174
125 #define HAL_HW_PCI_8173_DEVICE_ID                       0x8173
126 #define HAL_HW_PCI_8172_DEVICE_ID                       0x8172
127 #define HAL_HW_PCI_8171_DEVICE_ID                       0x8171
128 #define HAL_HW_PCI_0045_DEVICE_ID                               0x0045
129 #define HAL_HW_PCI_0046_DEVICE_ID                               0x0046
130 #define HAL_HW_PCI_0044_DEVICE_ID                               0x0044
131 #define HAL_HW_PCI_0047_DEVICE_ID                               0x0047
132 #define HAL_HW_PCI_700F_DEVICE_ID                               0x700F
133 #define HAL_HW_PCI_701F_DEVICE_ID                               0x701F
134 #define HAL_HW_PCI_DLINK_DEVICE_ID                              0x3304
135 #define HAL_HW_PCI_8192CET_DEVICE_ID                    0x8191
136 #define HAL_HW_PCI_8192CE_DEVICE_ID                             0x8178
137 #define HAL_HW_PCI_8191CE_DEVICE_ID                             0x8177
138 #define HAL_HW_PCI_8188CE_DEVICE_ID                             0x8176
139 #define HAL_HW_PCI_8192CU_DEVICE_ID                             0x8191
140 #define HAL_HW_PCI_8192DE_DEVICE_ID                             0x092D
141 #define HAL_HW_PCI_8192DU_DEVICE_ID                             0x092D
142
143 #define RTL819X_DEFAULT_RF_TYPE         RF_1T2R
144
145 #define RTLLIB_WATCH_DOG_TIME           2000
146
147 #define MAX_DEV_ADDR_SIZE               8  /* support till 64 bit bus width OS */
148 #define MAX_FIRMWARE_INFORMATION_SIZE   32
149 #define MAX_802_11_HEADER_LENGTH        (40 + MAX_FIRMWARE_INFORMATION_SIZE)
150 #define ENCRYPTION_MAX_OVERHEAD         128
151 #define MAX_FRAGMENT_COUNT              8
152 #define MAX_TRANSMIT_BUFFER_SIZE        (1600+(MAX_802_11_HEADER_LENGTH+ENCRYPTION_MAX_OVERHEAD)*MAX_FRAGMENT_COUNT)
153
154 #define scrclng                         4
155
156 #define DEFAULT_FRAG_THRESHOLD  2342U
157 #define MIN_FRAG_THRESHOLD      256U
158 #define DEFAULT_BEACONINTERVAL  0x64U
159
160 #define DEFAULT_SSID            ""
161 #define DEFAULT_RETRY_RTS       7
162 #define DEFAULT_RETRY_DATA      7
163 #define PRISM_HDR_SIZE          64
164
165 #define PHY_RSSI_SLID_WIN_MAX                   100
166
167 #define RTL_IOCTL_WPA_SUPPLICANT                SIOCIWFIRSTPRIV+30
168
169 #define TxBBGainTableLength                     37
170 #define CCKTxBBGainTableLength                  23
171
172 #define CHANNEL_PLAN_LEN                        10
173 #define sCrcLng                                 4
174
175 #define NIC_SEND_HANG_THRESHOLD_NORMAL          4
176 #define NIC_SEND_HANG_THRESHOLD_POWERSAVE       8
177
178 #define MAX_TX_QUEUE                            9
179
180 #define MAX_RX_QUEUE                            1
181
182 #define MAX_RX_COUNT                            64
183 #define MAX_TX_QUEUE_COUNT                      9
184
185 enum RTL819x_PHY_PARAM {
186         RTL819X_PHY_MACPHY_REG          = 0,
187         RTL819X_PHY_MACPHY_REG_PG       = 1,
188         RTL8188C_PHY_MACREG                     =2,
189         RTL8192C_PHY_MACREG                     =3,
190         RTL819X_PHY_REG                         = 4,
191         RTL819X_PHY_REG_1T2R                    = 5,
192         RTL819X_PHY_REG_to1T1R          = 6,
193         RTL819X_PHY_REG_to1T2R          = 7,
194         RTL819X_PHY_REG_to2T2R          = 8,
195         RTL819X_PHY_REG_PG                      = 9,
196         RTL819X_AGC_TAB                         = 10,
197         RTL819X_PHY_RADIO_A                     =11,
198         RTL819X_PHY_RADIO_A_1T          =12,
199         RTL819X_PHY_RADIO_A_2T          =13,
200         RTL819X_PHY_RADIO_B                     =14,
201         RTL819X_PHY_RADIO_B_GM          =15,
202         RTL819X_PHY_RADIO_C                     =16,
203         RTL819X_PHY_RADIO_D                     =17,
204         RTL819X_EEPROM_MAP                      =18,
205         RTL819X_EFUSE_MAP                               =19,
206 };
207
208 enum RTL_DEBUG {
209         COMP_TRACE              = BIT0,
210         COMP_DBG                = BIT1,
211         COMP_INIT               = BIT2,
212         COMP_RECV               = BIT3,
213         COMP_SEND               = BIT4,
214         COMP_CMD                = BIT5,
215         COMP_POWER              = BIT6,
216         COMP_EPROM              = BIT7,
217         COMP_SWBW               = BIT8,
218         COMP_SEC                = BIT9,
219         COMP_LPS                = BIT10,
220         COMP_QOS                = BIT11,
221         COMP_RATE               = BIT12,
222         COMP_RXDESC             = BIT13,
223         COMP_PHY                = BIT14,
224         COMP_DIG                = BIT15,
225         COMP_TXAGC              = BIT16,
226         COMP_HALDM              = BIT17,
227         COMP_POWER_TRACKING     = BIT18,
228         COMP_CH                 = BIT19,
229         COMP_RF                 = BIT20,
230         COMP_FIRMWARE           = BIT21,
231         COMP_HT                 = BIT22,
232         COMP_RESET              = BIT23,
233         COMP_CMDPKT             = BIT24,
234         COMP_SCAN               = BIT25,
235         COMP_PS                 = BIT26,
236         COMP_DOWN               = BIT27,
237         COMP_INTR               = BIT28,
238         COMP_LED                = BIT29,
239         COMP_MLME               = BIT30,
240         COMP_ERR                = BIT31
241 };
242
243 enum nic_t {
244         NIC_UNKNOWN     = 0,
245         NIC_8192E       = 1,
246         NIC_8190P       = 2,
247         NIC_8192SE      = 4,
248         NIC_8192CE              = 5,
249         NIC_8192CU              = 6,
250         NIC_8192DE              = 7,
251         NIC_8192DU              = 8,
252         };
253
254 enum rt_eeprom_type {
255         EEPROM_93C46,
256         EEPROM_93C56,
257         EEPROM_BOOT_EFUSE,
258 };
259
260 enum dcmg_txcmd_op {
261         TXCMD_TXRA_HISTORY_CTRL         = 0xFF900000,
262         TXCMD_RESET_TX_PKT_BUFF         = 0xFF900001,
263         TXCMD_RESET_RX_PKT_BUFF         = 0xFF900002,
264         TXCMD_SET_TX_DURATION           = 0xFF900003,
265         TXCMD_SET_RX_RSSI               = 0xFF900004,
266         TXCMD_SET_TX_PWR_TRACKING       = 0xFF900005,
267         TXCMD_XXXX_CTRL,
268 };
269
270 enum rt_rf_type_819xu {
271         RF_TYPE_MIN = 0,
272         RF_8225,
273         RF_8256,
274         RF_8258,
275         RF_6052=4,
276         RF_PSEUDO_11N = 5,
277 };
278
279 enum rf_step {
280     RF_STEP_INIT = 0,
281     RF_STEP_NORMAL,
282     RF_STEP_MAX
283 };
284
285 enum rt_status {
286         RT_STATUS_SUCCESS,
287         RT_STATUS_FAILURE,
288         RT_STATUS_PENDING,
289         RT_STATUS_RESOURCE
290 };
291
292 enum rt_customer_id {
293         RT_CID_DEFAULT          = 0,
294         RT_CID_8187_ALPHA0      = 1,
295         RT_CID_8187_SERCOMM_PS  = 2,
296         RT_CID_8187_HW_LED      = 3,
297         RT_CID_8187_NETGEAR     = 4,
298         RT_CID_WHQL             = 5,
299         RT_CID_819x_CAMEO       = 6,
300         RT_CID_819x_RUNTOP      = 7,
301         RT_CID_819x_Senao       = 8,
302         RT_CID_TOSHIBA          = 9,
303         RT_CID_819x_Netcore     = 10,
304         RT_CID_Nettronix        = 11,
305         RT_CID_DLINK            = 12,
306         RT_CID_PRONET           = 13,
307         RT_CID_COREGA           = 14,
308         RT_CID_819x_ALPHA       = 15,
309         RT_CID_819x_Sitecom     = 16,
310         RT_CID_CCX              = 17,
311         RT_CID_819x_Lenovo      = 18,
312         RT_CID_819x_QMI         = 19,
313         RT_CID_819x_Edimax_Belkin = 20,
314         RT_CID_819x_Sercomm_Belkin = 21,
315         RT_CID_819x_CAMEO1 = 22,
316         RT_CID_819x_MSI = 23,
317         RT_CID_819x_Acer = 24,
318         RT_CID_819x_HP  =27,
319         RT_CID_819x_CLEVO = 28,
320         RT_CID_819x_Arcadyan_Belkin = 29,
321         RT_CID_819x_SAMSUNG = 30,
322         RT_CID_819x_WNC_COREGA = 31,
323 };
324
325 enum reset_type {
326         RESET_TYPE_NORESET = 0x00,
327         RESET_TYPE_NORMAL = 0x01,
328         RESET_TYPE_SILENT = 0x02
329 };
330
331 enum ic_inferiority_8192s {
332         IC_INFERIORITY_A            = 0,
333         IC_INFERIORITY_B            = 1,
334 };
335
336 enum pci_bridge_vendor {
337         PCI_BRIDGE_VENDOR_INTEL = 0x0,
338         PCI_BRIDGE_VENDOR_ATI,
339         PCI_BRIDGE_VENDOR_AMD,
340         PCI_BRIDGE_VENDOR_SIS ,
341         PCI_BRIDGE_VENDOR_UNKNOWN,
342         PCI_BRIDGE_VENDOR_MAX ,
343 };
344
345 struct buffer {
346         struct buffer *next;
347         u32 *buf;
348         dma_addr_t dma;
349
350 };
351
352 struct rtl_reg_debug {
353         unsigned int  cmd;
354         struct {
355                 unsigned char type;
356                 unsigned char addr;
357                 unsigned char page;
358                 unsigned char length;
359         } head;
360         unsigned char buf[0xff];
361 };
362
363 struct rt_tx_rahis {
364         u32             cck[4];
365         u32             ofdm[8];
366         u32             ht_mcs[4][16];
367 };
368
369 struct rt_smooth_data_4rf {
370         char    elements[4][100];
371         u32     index;
372         u32     TotalNum;
373         u32     TotalVal[4];
374 };
375
376 struct rt_stats {
377         unsigned long txrdu;
378         unsigned long rxrdu;
379         unsigned long rxok;
380         unsigned long rxframgment;
381         unsigned long rxcmdpkt[4];
382         unsigned long rxurberr;
383         unsigned long rxstaterr;
384         unsigned long rxdatacrcerr;
385         unsigned long rxmgmtcrcerr;
386         unsigned long rxcrcerrmin;
387         unsigned long rxcrcerrmid;
388         unsigned long rxcrcerrmax;
389         unsigned long received_rate_histogram[4][32];
390         unsigned long received_preamble_GI[2][32];
391         unsigned long   rx_AMPDUsize_histogram[5];
392         unsigned long rx_AMPDUnum_histogram[5];
393         unsigned long numpacket_matchbssid;
394         unsigned long numpacket_toself;
395         unsigned long num_process_phyinfo;
396         unsigned long numqry_phystatus;
397         unsigned long numqry_phystatusCCK;
398         unsigned long numqry_phystatusHT;
399         unsigned long received_bwtype[5];
400         unsigned long txnperr;
401         unsigned long txnpdrop;
402         unsigned long txresumed;
403         unsigned long rxoverflow;
404         unsigned long rxint;
405         unsigned long txnpokint;
406         unsigned long ints;
407         unsigned long shints;
408         unsigned long txoverflow;
409         unsigned long txlpokint;
410         unsigned long txlpdrop;
411         unsigned long txlperr;
412         unsigned long txbeokint;
413         unsigned long txbedrop;
414         unsigned long txbeerr;
415         unsigned long txbkokint;
416         unsigned long txbkdrop;
417         unsigned long txbkerr;
418         unsigned long txviokint;
419         unsigned long txvidrop;
420         unsigned long txvierr;
421         unsigned long txvookint;
422         unsigned long txvodrop;
423         unsigned long txvoerr;
424         unsigned long txbeaconokint;
425         unsigned long txbeacondrop;
426         unsigned long txbeaconerr;
427         unsigned long txmanageokint;
428         unsigned long txmanagedrop;
429         unsigned long txmanageerr;
430         unsigned long txcmdpktokint;
431         unsigned long txdatapkt;
432         unsigned long txfeedback;
433         unsigned long txfeedbackok;
434         unsigned long txoktotal;
435         unsigned long txokbytestotal;
436         unsigned long txokinperiod;
437         unsigned long txmulticast;
438         unsigned long txbytesmulticast;
439         unsigned long txbroadcast;
440         unsigned long txbytesbroadcast;
441         unsigned long txunicast;
442         unsigned long txbytesunicast;
443         unsigned long rxbytesunicast;
444         unsigned long txfeedbackfail;
445         unsigned long txerrtotal;
446         unsigned long txerrbytestotal;
447         unsigned long txerrmulticast;
448         unsigned long txerrbroadcast;
449         unsigned long txerrunicast;
450         unsigned long txretrycount;
451         unsigned long txfeedbackretry;
452         u8                      last_packet_rate;
453         unsigned long slide_signal_strength[100];
454         unsigned long slide_evm[100];
455         unsigned long   slide_rssi_total;
456         unsigned long slide_evm_total;
457         long signal_strength;
458         long signal_quality;
459         long last_signal_strength_inpercent;
460         long    recv_signal_power;
461         u8 rx_rssi_percentage[4];
462         u8 rx_evm_percentage[2];
463         long rxSNRdB[4];
464         struct rt_tx_rahis txrate;
465         u32 Slide_Beacon_pwdb[100];
466         u32 Slide_Beacon_Total;
467         struct rt_smooth_data_4rf cck_adc_pwdb;
468         u32     CurrentShowTxate;
469 };
470
471 struct channel_access_setting {
472         u16 SIFS_Timer;
473         u16 DIFS_Timer;
474         u16 SlotTimeTimer;
475         u16 EIFS_Timer;
476         u16 CWminIndex;
477         u16 CWmaxIndex;
478 };
479
480 enum two_port_status {
481         TWO_PORT_STATUS__DEFAULT_ONLY,
482         TWO_PORT_STATUS__EXTENSION_ONLY,
483         TWO_PORT_STATUS__EXTENSION_FOLLOW_DEFAULT,
484         TWO_PORT_STATUS__DEFAULT_G_EXTENSION_N20,
485         TWO_PORT_STATUS__ADHOC,
486         TWO_PORT_STATUS__WITHOUT_ANY_ASSOCIATE
487 };
488
489 struct txbbgain_struct {
490         long    txbb_iq_amplifygain;
491         u32     txbbgain_value;
492 };
493
494 struct ccktxbbgain {
495         u8      ccktxbb_valuearray[8];
496 };
497
498 struct init_gain {
499         u8                              xaagccore1;
500         u8                              xbagccore1;
501         u8                              xcagccore1;
502         u8                              xdagccore1;
503         u8                              cca;
504
505 };
506
507 struct tx_ring {
508         u32 * desc;
509         u8 nStuckCount;
510         struct tx_ring * next;
511 } __packed;
512
513 struct rtl8192_tx_ring {
514     struct tx_desc *desc;
515     dma_addr_t dma;
516     unsigned int idx;
517     unsigned int entries;
518     struct sk_buff_head queue;
519 };
520
521
522
523 struct rtl819x_ops{
524         enum nic_t nic_type;
525         void (* get_eeprom_size)(struct net_device* dev);
526         void (* init_adapter_variable)(struct net_device* dev);
527         void (* init_before_adapter_start)(struct net_device* dev);
528         bool (* initialize_adapter)(struct net_device* dev);
529         void (*link_change)(struct net_device* dev);
530         void (* tx_fill_descriptor)(struct net_device* dev, struct tx_desc *tx_desc, struct cb_desc *cb_desc, struct sk_buff *skb);
531         void (* tx_fill_cmd_descriptor)(struct net_device* dev, struct tx_desc_cmd * entry, struct cb_desc *cb_desc, struct sk_buff *skb);
532         bool (* rx_query_status_descriptor)(struct net_device* dev, struct rtllib_rx_stats*  stats, struct rx_desc *pdesc, struct sk_buff* skb);
533         bool (* rx_command_packet_handler)(struct net_device *dev, struct sk_buff* skb, struct rx_desc *pdesc);
534         void (* stop_adapter)(struct net_device *dev, bool reset);
535         void (* update_ratr_table)(struct net_device* dev);
536         void (* irq_enable)(struct net_device* dev);
537         void (* irq_disable)(struct net_device* dev);
538         void (* irq_clear)(struct net_device* dev);
539         void (* rx_enable)(struct net_device* dev);
540         void (* tx_enable)(struct net_device* dev);
541         void (* interrupt_recognized)(struct net_device *dev, u32 *p_inta, u32 *p_intb);
542         bool (* TxCheckStuckHandler)(struct net_device* dev);
543         bool (* RxCheckStuckHandler)(struct net_device* dev);
544 };
545
546 struct r8192_priv {
547         struct pci_dev *pdev;
548         struct pci_dev *bridge_pdev;
549
550         bool            bfirst_init;
551         bool            bfirst_after_down;
552         bool            initialized_at_probe;
553         bool            being_init_adapter;
554         bool            bDriverIsGoingToUnload;
555
556         int             irq;
557         short   irq_enabled;
558
559         short   up;
560         short   up_first_time;
561         struct delayed_work             update_beacon_wq;
562         struct delayed_work             watch_dog_wq;
563         struct delayed_work             txpower_tracking_wq;
564         struct delayed_work             rfpath_check_wq;
565         struct delayed_work             gpio_change_rf_wq;
566         struct delayed_work             initialgain_operate_wq;
567         struct delayed_work             check_hw_scan_wq;
568         struct delayed_work             hw_scan_simu_wq;
569         struct delayed_work             start_hw_scan_wq;
570
571         struct workqueue_struct         *priv_wq;
572
573         struct channel_access_setting ChannelAccessSetting;
574
575         struct mp_adapter NdisAdapter;
576
577         struct rtl819x_ops                      *ops;
578         struct rtllib_device                    *rtllib;
579
580         struct work_struct                              reset_wq;
581
582         struct log_int_8190 InterruptLog;
583
584         enum rt_customer_id CustomerID;
585
586
587         enum rt_rf_type_819xu rf_chip;
588         enum ic_inferiority_8192s IC_Class;
589         enum ht_channel_width CurrentChannelBW;
590         struct bb_reg_definition PHYRegDef[4];
591         struct rate_adaptive rate_adaptive;
592
593         struct ccktxbbgain cck_txbbgain_table[CCKTxBBGainTableLength];
594         struct ccktxbbgain cck_txbbgain_ch14_table[CCKTxBBGainTableLength];
595
596         struct txbbgain_struct txbbgain_table[TxBBGainTableLength];
597
598         enum acm_method AcmMethod;
599
600         struct rt_firmware                      *pFirmware;
601         enum rtl819x_loopback LoopbackMode;
602         enum firmware_source firmware_source;
603
604         struct timer_list                       watch_dog_timer;
605         struct timer_list                       fsync_timer;
606         struct timer_list                       gpio_polling_timer;
607
608         spinlock_t                              fw_scan_lock;
609         spinlock_t                              irq_lock;
610         spinlock_t                              irq_th_lock;
611         spinlock_t                              tx_lock;
612         spinlock_t                              rf_ps_lock;
613         spinlock_t                              rw_lock;
614         spinlock_t                              rt_h2c_lock;
615         spinlock_t                              rf_lock;
616         spinlock_t                              ps_lock;
617
618         struct sk_buff_head             rx_queue;
619         struct sk_buff_head             skb_queue;
620
621         struct tasklet_struct           irq_rx_tasklet;
622         struct tasklet_struct           irq_tx_tasklet;
623         struct tasklet_struct           irq_prepare_beacon_tasklet;
624
625         struct semaphore                        wx_sem;
626         struct semaphore                        rf_sem;
627         struct mutex                            mutex;
628
629         struct rt_stats stats;
630         struct iw_statistics                    wstats;
631         struct proc_dir_entry           *dir_dev;
632
633         short (*rf_set_sens)(struct net_device *dev,short sens);
634         u8 (*rf_set_chan)(struct net_device *dev,u8 ch);
635         void (*rf_close)(struct net_device *dev);
636         void (*rf_init)(struct net_device *dev);
637
638         struct rx_desc *rx_ring[MAX_RX_QUEUE];
639         struct sk_buff  *rx_buf[MAX_RX_QUEUE][MAX_RX_COUNT];
640         dma_addr_t      rx_ring_dma[MAX_RX_QUEUE];
641         unsigned int    rx_idx[MAX_RX_QUEUE];
642         int             rxringcount;
643         u16             rxbuffersize;
644
645         u32             LastRxDescTSFHigh;
646         u32             LastRxDescTSFLow;
647
648         u16             EarlyRxThreshold;
649         u32             ReceiveConfig;
650         u8              AcmControl;
651         u8              RFProgType;
652         u8              retry_data;
653         u8              retry_rts;
654         u16             rts;
655
656         struct rtl8192_tx_ring tx_ring[MAX_TX_QUEUE_COUNT];
657         int              txringcount;
658         int             txbuffsize;
659         int             txfwbuffersize;
660         atomic_t        tx_pending[0x10];
661
662         u16             ShortRetryLimit;
663         u16             LongRetryLimit;
664         u32             TransmitConfig;
665         u8              RegCWinMin;
666         u8              keepAliveLevel;
667
668         bool            sw_radio_on;
669         bool            bHwRadioOff;
670         bool            pwrdown;
671         bool            blinked_ingpio;
672         u8              polling_timer_on;
673
674         /**********************************************************/
675
676         enum card_type {PCI,MINIPCI,CARDBUS,USB}card_type;
677
678         struct work_struct qos_activate;
679
680         u8              bIbssCoordinator;
681
682         short   promisc;
683         short   crcmon;
684
685         int             txbeaconcount;
686
687         short   chan;
688         short   sens;
689         short   max_sens;
690         u32             rx_prevlen;
691
692         u8              ScanDelay;
693         bool            ps_force;
694
695         u32             irq_mask[2];
696
697         u8              Rf_Mode;
698         enum nic_t card_8192;
699         u8              card_8192_version;
700
701         short   enable_gpio0;
702
703         u8              rf_type;
704         u8              IC_Cut;
705         char            nick[IW_ESSID_MAX_SIZE + 1];
706
707         u8              RegBcnCtrlVal;
708         bool            bHwAntDiv;
709
710         bool            bTKIPinNmodeFromReg;
711         bool            bWEPinNmodeFromReg;
712
713         bool            bLedOpenDrain;
714
715         u8              check_roaming_cnt;
716
717         bool            bIgnoreSilentReset;
718         u32             SilentResetRxSoltNum;
719         u32             SilentResetRxSlotIndex;
720         u32             SilentResetRxStuckEvent[MAX_SILENT_RESET_RX_SLOT_NUM];
721
722         void            *scan_cmd;
723         u8      hwscan_bw_40;
724
725         u16             nrxAMPDU_size;
726         u8              nrxAMPDU_aggr_num;
727
728         u32             last_rxdesc_tsf_high;
729         u32             last_rxdesc_tsf_low;
730
731
732         u16             basic_rate;
733         u8              short_preamble;
734         u8              dot11CurrentPreambleMode;
735         u8              slot_time;
736         u16             SifsTime;
737
738         u8              RegWirelessMode;
739
740         u8              firmware_version;
741         u16             FirmwareSubVersion;
742         u16             rf_pathmap;
743         bool            AutoloadFailFlag;
744
745         u8              RegPciASPM;
746         u8              RegAMDPciASPM;
747         u8              RegHwSwRfOffD3;
748         u8              RegSupportPciASPM;
749         bool            bSupportASPM;
750
751         u32             RfRegChnlVal[2];
752
753         u8              ShowRateMode;
754         u8              RATRTableBitmap;
755
756         u8              EfuseMap[2][HWSET_MAX_SIZE_92S];
757         u16             EfuseUsedBytes;
758         u8              EfuseUsedPercentage;
759
760         short   epromtype;
761         u16             eeprom_vid;
762         u16             eeprom_did;
763         u16             eeprom_svid;
764         u16             eeprom_smid;
765         u8              eeprom_CustomerID;
766         u16     eeprom_ChannelPlan;
767         u8              eeprom_version;
768
769         u8              EEPROMRegulatory;
770         u8              EEPROMPwrGroup[2][3];
771         u8              EEPROMOptional;
772
773         u8              EEPROMTxPowerLevelCCK[14];
774         u8              EEPROMTxPowerLevelOFDM24G[14];
775         u8              EEPROMTxPowerLevelOFDM5G[24];
776         u8              EEPROMRfACCKChnl1TxPwLevel[3];
777         u8              EEPROMRfAOfdmChnlTxPwLevel[3];
778         u8              EEPROMRfCCCKChnl1TxPwLevel[3];
779         u8              EEPROMRfCOfdmChnlTxPwLevel[3];
780         u16             EEPROMTxPowerDiff;
781         u16             EEPROMAntPwDiff;
782         u8              EEPROMThermalMeter;
783         u8              EEPROMPwDiff;
784         u8              EEPROMCrystalCap;
785
786         u8              EEPROMBluetoothCoexist;
787         u8              EEPROMBluetoothType;
788         u8              EEPROMBluetoothAntNum;
789         u8              EEPROMBluetoothAntIsolation;
790         u8              EEPROMBluetoothRadioShared;
791
792
793         u8              EEPROMSupportWoWLAN;
794         u8              EEPROMBoardType;
795         u8              EEPROM_Def_Ver;
796         u8              EEPROMHT2T_TxPwr[6];
797         u8              EEPROMTSSI_A;
798         u8              EEPROMTSSI_B;
799         u8              EEPROMTxPowerLevelCCK_V1[3];
800         u8              EEPROMLegacyHTTxPowerDiff;
801
802         u8              BluetoothCoexist;
803
804         u8              CrystalCap;
805         u8              ThermalMeter[2];
806
807         u16             FwCmdIOMap;
808         u32             FwCmdIOParam;
809
810         u8              SwChnlInProgress;
811         u8              SwChnlStage;
812         u8              SwChnlStep;
813         u8              SetBWModeInProgress;
814
815         u8              nCur40MhzPrimeSC;
816
817         u32             RfReg0Value[4];
818         u8              NumTotalRFPath;
819         bool            brfpath_rxenable[4];
820
821         bool            bTXPowerDataReadFromEEPORM;
822
823         u16             RegChannelPlan;
824         u16             ChannelPlan;
825         bool            bChnlPlanFromHW;
826
827         bool            RegRfOff;
828         bool            isRFOff;
829         bool            bInPowerSaveMode;
830         u8              bHwRfOffAction;
831
832         bool            aspm_clkreq_enable;
833         u32             pci_bridge_vendor;
834         u8              RegHostPciASPMSetting;
835         u8              RegDevicePciASPMSetting;
836
837         bool            RFChangeInProgress;
838         bool            SetRFPowerStateInProgress;
839         bool            bdisable_nic;
840
841         u8              pwrGroupCnt;
842
843         u8              ThermalValue_LCK;
844         u8              ThermalValue_IQK;
845         bool            bRfPiEnable;
846
847         u32             APKoutput[2][2];
848         bool            bAPKdone;
849
850         long            RegE94;
851         long            RegE9C;
852         long            RegEB4;
853         long            RegEBC;
854
855         u32             RegC04;
856         u32             Reg874;
857         u32             RegC08;
858         u32             ADDA_backup[16];
859         u32             IQK_MAC_backup[3];
860
861         bool            SetFwCmdInProgress;
862         u8              CurrentFwCmdIO;
863
864         u8              rssi_level;
865
866         bool            bInformFWDriverControlDM;
867         u8              PwrGroupHT20[2][14];
868         u8              PwrGroupHT40[2][14];
869
870         u8              ThermalValue;
871         long            EntryMinUndecoratedSmoothedPWDB;
872         long            EntryMaxUndecoratedSmoothedPWDB;
873         u8              DynamicTxHighPowerLvl;
874         u8              LastDTPLvl;
875         u32             CurrentRATR0;
876         struct false_alarm_stats FalseAlmCnt;
877
878         u8              DMFlag;
879         u8              DM_Type;
880
881         u8              CckPwEnl;
882         u16             TSSI_13dBm;
883         u32             Pwr_Track;
884         u8              CCKPresentAttentuation_20Mdefault;
885         u8              CCKPresentAttentuation_40Mdefault;
886         char            CCKPresentAttentuation_difference;
887         char            CCKPresentAttentuation;
888         u8              bCckHighPower;
889         long            undecorated_smoothed_pwdb;
890         long            undecorated_smoothed_cck_adc_pwdb[4];
891
892         u32             MCSTxPowerLevelOriginalOffset[6];
893         u32             CCKTxPowerLevelOriginalOffset;
894         u8              TxPowerLevelCCK[14];
895         u8              TxPowerLevelCCK_A[14];
896         u8              TxPowerLevelCCK_C[14];
897         u8              TxPowerLevelOFDM24G[14];
898         u8              TxPowerLevelOFDM5G[14];
899         u8              TxPowerLevelOFDM24G_A[14];
900         u8              TxPowerLevelOFDM24G_C[14];
901         u8              LegacyHTTxPowerDiff;
902         u8              TxPowerDiff;
903         s8              RF_C_TxPwDiff;
904         s8              RF_B_TxPwDiff;
905         u8              RfTxPwrLevelCck[2][14];
906         u8              RfTxPwrLevelOfdm1T[2][14];
907         u8              RfTxPwrLevelOfdm2T[2][14];
908         u8              AntennaTxPwDiff[3];
909         u8              TxPwrHt20Diff[2][14];
910         u8              TxPwrLegacyHtDiff[2][14];
911         u8              TxPwrSafetyFlag;
912         u8              HT2T_TxPwr_A[14];
913         u8              HT2T_TxPwr_B[14];
914         u8              CurrentCckTxPwrIdx;
915         u8              CurrentOfdm24GTxPwrIdx;
916
917         bool            bdynamic_txpower;
918         bool            bDynamicTxHighPower;
919         bool            bDynamicTxLowPower;
920         bool            bLastDTPFlag_High;
921         bool            bLastDTPFlag_Low;
922
923         bool            bstore_last_dtpflag;
924         bool            bstart_txctrl_bydtp;
925
926         u8              rfa_txpowertrackingindex;
927         u8              rfa_txpowertrackingindex_real;
928         u8              rfa_txpowertracking_default;
929         u8              rfc_txpowertrackingindex;
930         u8              rfc_txpowertrackingindex_real;
931         u8              rfc_txpowertracking_default;
932         bool            btxpower_tracking;
933         bool            bcck_in_ch14;
934
935         u8              TxPowerTrackControl;
936         u8              txpower_count;
937         bool            btxpower_trackingInit;
938
939         u8              OFDM_index[2];
940         u8              CCK_index;
941
942         u8              Record_CCK_20Mindex;
943         u8              Record_CCK_40Mindex;
944
945         struct init_gain initgain_backup;
946         u8              DefaultInitialGain[4];
947         bool            bis_any_nonbepkts;
948         bool            bcurrent_turbo_EDCA;
949         bool            bis_cur_rdlstate;
950
951         bool            bCCKinCH14;
952
953         u8              MidHighPwrTHR_L1;
954         u8              MidHighPwrTHR_L2;
955
956         bool            bfsync_processing;
957         u32             rate_record;
958         u32             rateCountDiffRecord;
959         u32             ContiuneDiffCount;
960         bool            bswitch_fsync;
961         u8              framesync;
962         u32             framesyncC34;
963         u8              framesyncMonitor;
964
965         bool            bDMInitialGainEnable;
966         bool            MutualAuthenticationFail;
967
968         bool            bDisableFrameBursting;
969
970         u32             reset_count;
971         bool            bpbc_pressed;
972
973         u32             txpower_checkcnt;
974         u32             txpower_tracking_callback_cnt;
975         u8              thermal_read_val[40];
976         u8              thermal_readback_index;
977         u32             ccktxpower_adjustcnt_not_ch14;
978         u32             ccktxpower_adjustcnt_ch14;
979
980         enum reset_type ResetProgress;
981         bool            bForcedSilentReset;
982         bool            bDisableNormalResetCheck;
983         u16             TxCounter;
984         u16             RxCounter;
985         int             IrpPendingCount;
986         bool            bResetInProgress;
987         bool            force_reset;
988         bool            force_lps;
989         u8              InitialGainOperateType;
990
991         bool            chan_forced;
992         bool            bSingleCarrier;
993         bool            RegBoard;
994         bool            bCckContTx;
995         bool            bOfdmContTx;
996         bool            bStartContTx;
997         u8              RegPaModel;
998         u8              btMpCckTxPower;
999         u8              btMpOfdmTxPower;
1000
1001         u32             MptActType;
1002         u32             MptIoOffset;
1003         u32             MptIoValue;
1004         u32             MptRfPath;
1005
1006         u32             MptBandWidth;
1007         u32             MptRateIndex;
1008         u8              MptChannelToSw;
1009         u32     MptRCR;
1010
1011         u8              PwrDomainProtect;
1012         u8              H2CTxCmdSeq;
1013
1014
1015 };
1016
1017 extern const struct ethtool_ops rtl819x_ethtool_ops;
1018
1019 void rtl8192_tx_cmd(struct net_device *dev, struct sk_buff *skb);
1020 short rtl8192_tx(struct net_device *dev, struct sk_buff* skb);
1021
1022 u8 read_nic_io_byte(struct net_device *dev, int x);
1023 u32 read_nic_io_dword(struct net_device *dev, int x);
1024 u16 read_nic_io_word(struct net_device *dev, int x) ;
1025 void write_nic_io_byte(struct net_device *dev, int x,u8 y);
1026 void write_nic_io_word(struct net_device *dev, int x,u16 y);
1027 void write_nic_io_dword(struct net_device *dev, int x,u32 y);
1028
1029 u8 read_nic_byte(struct net_device *dev, int x);
1030 u32 read_nic_dword(struct net_device *dev, int x);
1031 u16 read_nic_word(struct net_device *dev, int x) ;
1032 void write_nic_byte(struct net_device *dev, int x,u8 y);
1033 void write_nic_word(struct net_device *dev, int x,u16 y);
1034 void write_nic_dword(struct net_device *dev, int x,u32 y);
1035
1036 void force_pci_posting(struct net_device *dev);
1037
1038 void rtl8192_rx_enable(struct net_device *);
1039 void rtl8192_tx_enable(struct net_device *);
1040
1041 int rtl8192_hard_start_xmit(struct sk_buff *skb,struct net_device *dev);
1042 void rtl8192_hard_data_xmit(struct sk_buff *skb, struct net_device *dev, int rate);
1043 void rtl8192_data_hard_stop(struct net_device *dev);
1044 void rtl8192_data_hard_resume(struct net_device *dev);
1045 void rtl8192_restart(void *data);
1046 void rtl819x_watchdog_wqcallback(void *data);
1047 void rtl8192_hw_sleep_wq (void *data);
1048 void watch_dog_timer_callback(unsigned long data);
1049 void rtl8192_irq_rx_tasklet(struct r8192_priv *priv);
1050 void rtl8192_irq_tx_tasklet(struct r8192_priv *priv);
1051 int rtl8192_down(struct net_device *dev,bool shutdownrf);
1052 int rtl8192_up(struct net_device *dev);
1053 void rtl8192_commit(struct net_device *dev);
1054 void rtl8192_set_chan(struct net_device *dev,short ch);
1055
1056 void check_rfctrl_gpio_timer(unsigned long data);
1057
1058 void rtl8192_hw_wakeup_wq(void *data);
1059 irqreturn_type rtl8192_interrupt(int irq, void *netdev, struct pt_regs *regs);
1060
1061 short rtl8192_pci_initdescring(struct net_device *dev);
1062
1063 void rtl8192_cancel_deferred_work(struct r8192_priv * priv);
1064
1065 int _rtl8192_up(struct net_device *dev,bool is_silent_reset);
1066
1067 short rtl8192_is_tx_queue_empty(struct net_device *dev);
1068 void rtl8192_irq_disable(struct net_device *dev);
1069
1070 void rtl8192_tx_timeout(struct net_device *dev);
1071 void rtl8192_pci_resetdescring(struct net_device *dev);
1072 void rtl8192_SetWirelessMode(struct net_device* dev, u8 wireless_mode);
1073 void rtl8192_irq_enable(struct net_device *dev);
1074 void rtl8192_config_rate(struct net_device* dev, u16* rate_config);
1075 void rtl8192_update_cap(struct net_device* dev, u16 cap);
1076 void rtl8192_irq_disable(struct net_device *dev);
1077
1078 void rtl819x_UpdateRxPktTimeStamp (struct net_device *dev, struct rtllib_rx_stats *stats);
1079 long rtl819x_translate_todbm(struct r8192_priv * priv, u8 signal_strength_index );
1080 void rtl819x_update_rxsignalstatistics8190pci(struct r8192_priv * priv,struct rtllib_rx_stats * pprevious_stats);
1081 u8 rtl819x_evm_dbtopercentage(char value);
1082 void rtl819x_process_cck_rxpathsel(struct r8192_priv * priv,struct rtllib_rx_stats * pprevious_stats);
1083 u8 rtl819x_query_rxpwrpercentage(       char            antpower        );
1084 void rtl8192_record_rxdesc_forlateruse(struct rtllib_rx_stats * psrc_stats,struct rtllib_rx_stats * ptarget_stats);
1085
1086 bool NicIFEnableNIC(struct net_device* dev);
1087 bool NicIFDisableNIC(struct net_device* dev);
1088
1089 bool
1090 MgntActSet_RF_State(
1091         struct net_device* dev,
1092         RT_RF_POWER_STATE       StateToSet,
1093         RT_RF_CHANGE_SOURCE ChangeSource,
1094         bool    ProtectOrNot
1095         );
1096 void
1097 ActUpdateChannelAccessSetting(
1098         struct net_device*                      dev,
1099         WIRELESS_MODE                   WirelessMode,
1100         struct channel_access_setting *ChnlAccessSetting
1101         );
1102
1103 #endif