support different wifi bt chip auto compatible
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8812au / os_dep / linux / usb_intf.c
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17  *
18  *
19  ******************************************************************************/
20 #define _HCI_INTF_C_
21
22 #include <drv_types.h>
23 #include <platform_ops.h>
24
25 #ifndef CONFIG_USB_HCI
26 #error "CONFIG_USB_HCI shall be on!\n"
27 #endif
28
29 #if defined (PLATFORM_LINUX) && defined (PLATFORM_WINDOWS)
30 #error "Shall be Linux or Windows, but not both!\n"
31 #endif
32
33 #ifdef CONFIG_80211N_HT
34 extern int rtw_ht_enable;
35 extern int rtw_bw_mode;
36 extern int rtw_ampdu_enable;//for enable tx_ampdu
37 #endif
38
39 #ifdef CONFIG_GLOBAL_UI_PID
40 int ui_pid[3] = {0, 0, 0};
41 #endif
42
43
44 extern int pm_netdev_open(struct net_device *pnetdev,u8 bnormal);
45 static int rtw_suspend(struct usb_interface *intf, pm_message_t message);
46 static int rtw_resume(struct usb_interface *intf);
47
48
49 static int rtw_drv_init(struct usb_interface *pusb_intf,const struct usb_device_id *pdid);
50 static void rtw_dev_remove(struct usb_interface *pusb_intf);
51
52 static void rtw_dev_shutdown(struct device *dev)
53 {
54         struct usb_interface *usb_intf = container_of(dev, struct usb_interface, dev);
55         struct dvobj_priv *dvobj = NULL;
56         _adapter *adapter = NULL;
57         int i;
58
59         DBG_871X("%s\n", __func__);
60
61         if(usb_intf)
62         {
63                 dvobj = usb_get_intfdata(usb_intf);
64                 if (dvobj)
65                 {
66                         for (i = 0; i<dvobj->iface_nums; i++)
67                         {
68                                 adapter = dvobj->padapters[i];
69                                 if (adapter)
70                                 {
71                                         adapter->bSurpriseRemoved = _TRUE;
72                                 }
73                         }
74
75                         ATOMIC_SET(&dvobj->continual_io_error, MAX_CONTINUAL_IO_ERR+1);
76                 }
77         }
78 }
79
80 #if (LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,23))
81 /* Some useful macros to use to create struct usb_device_id */
82  #define USB_DEVICE_ID_MATCH_VENDOR                      0x0001
83  #define USB_DEVICE_ID_MATCH_PRODUCT                     0x0002
84  #define USB_DEVICE_ID_MATCH_DEV_LO                      0x0004
85  #define USB_DEVICE_ID_MATCH_DEV_HI                      0x0008
86  #define USB_DEVICE_ID_MATCH_DEV_CLASS                   0x0010
87  #define USB_DEVICE_ID_MATCH_DEV_SUBCLASS                0x0020
88  #define USB_DEVICE_ID_MATCH_DEV_PROTOCOL                0x0040
89  #define USB_DEVICE_ID_MATCH_INT_CLASS                   0x0080
90  #define USB_DEVICE_ID_MATCH_INT_SUBCLASS                0x0100
91  #define USB_DEVICE_ID_MATCH_INT_PROTOCOL                0x0200
92  #define USB_DEVICE_ID_MATCH_INT_NUMBER                  0x0400
93
94
95 #define USB_DEVICE_ID_MATCH_INT_INFO \
96                                  (USB_DEVICE_ID_MATCH_INT_CLASS | \
97                                  USB_DEVICE_ID_MATCH_INT_SUBCLASS | \
98                                  USB_DEVICE_ID_MATCH_INT_PROTOCOL)
99
100
101 #define USB_DEVICE_AND_INTERFACE_INFO(vend, prod, cl, sc, pr) \
102                  .match_flags = USB_DEVICE_ID_MATCH_INT_INFO \
103                                  | USB_DEVICE_ID_MATCH_DEVICE, \
104                  .idVendor = (vend), \
105                  .idProduct = (prod), \
106                  .bInterfaceClass = (cl), \
107                  .bInterfaceSubClass = (sc), \
108                  .bInterfaceProtocol = (pr)
109
110  /**
111   * USB_VENDOR_AND_INTERFACE_INFO - describe a specific usb vendor with a class of usb interfaces
112   * @vend: the 16 bit USB Vendor ID
113   * @cl: bInterfaceClass value
114   * @sc: bInterfaceSubClass value
115   * @pr: bInterfaceProtocol value
116   *
117   * This macro is used to create a struct usb_device_id that matches a
118   * specific vendor with a specific class of interfaces.
119   *
120   * This is especially useful when explicitly matching devices that have
121   * vendor specific bDeviceClass values, but standards-compliant interfaces.
122   */
123 #define USB_VENDOR_AND_INTERFACE_INFO(vend, cl, sc, pr) \
124                  .match_flags = USB_DEVICE_ID_MATCH_INT_INFO \
125                                  | USB_DEVICE_ID_MATCH_VENDOR, \
126                  .idVendor = (vend), \
127                  .bInterfaceClass = (cl), \
128                  .bInterfaceSubClass = (sc), \
129                  .bInterfaceProtocol = (pr)
130
131 /* ----------------------------------------------------------------------- */
132 #endif
133
134
135 #define USB_VENDER_ID_REALTEK           0x0BDA
136
137
138 /* DID_USB_v916_20130116 */
139 static struct usb_device_id rtw_usb_id_tbl[] ={
140
141 #ifdef CONFIG_RTL8192C
142         /*=== Realtek demoboard ===*/
143         /****** 8188CUS ********/
144         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8176),.driver_info = RTL8188C_8192C},/* 8188cu 1*1 dongole */
145         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8170),.driver_info = RTL8188C_8192C},/* 8188CE-VAU USB minCard */
146         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817E),.driver_info = RTL8188C_8192C},/* 8188CE-VAU USB minCard */
147         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817A),.driver_info = RTL8188C_8192C},/* 8188cu Slim Solo */
148         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817B),.driver_info = RTL8188C_8192C},/* 8188cu Slim Combo */
149         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817D),.driver_info = RTL8188C_8192C},/* 8188RU High-power USB Dongle */
150         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8754),.driver_info = RTL8188C_8192C},/* 8188 Combo for BC4 */
151         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817F),.driver_info = RTL8188C_8192C},/* 8188RU */
152         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x818A),.driver_info = RTL8188C_8192C},/* RTL8188CUS-VL */
153         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x018A),.driver_info = RTL8188C_8192C},/* RTL8188CTV */
154         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x17C0),.driver_info = RTL8188C_8192C},/* RTK demoboard - USB-N10E */
155         /****** 8192CUS ********/
156         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8177),.driver_info = RTL8188C_8192C},/* 8191cu 1*2 */
157         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8178),.driver_info = RTL8188C_8192C},/* 8192cu 2*2 */
158         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817C),.driver_info = RTL8188C_8192C},/* 8192CE-VAU USB minCard */
159         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8191),.driver_info = RTL8188C_8192C},/* 8192CU 2*2 */
160         {USB_DEVICE(0x1058, 0x0631),.driver_info = RTL8188C_8192C},/* Alpha, 8192CU */
161         /*=== Customer ID ===*/
162         /****** 8188CUS Dongle ********/
163         {USB_DEVICE(0x2019, 0xED17),.driver_info = RTL8188C_8192C},/* PCI - Edimax */
164         {USB_DEVICE(0x0DF6, 0x0052),.driver_info = RTL8188C_8192C},/* Sitecom - Edimax */
165         {USB_DEVICE(0x7392, 0x7811),.driver_info = RTL8188C_8192C},/* Edimax - Edimax */
166         {USB_DEVICE(0x07B8, 0x8189),.driver_info = RTL8188C_8192C},/* Abocom - Abocom */
167         {USB_DEVICE(0x0EB0, 0x9071),.driver_info = RTL8188C_8192C},/* NO Brand - Etop */
168         {USB_DEVICE(0x06F8, 0xE033),.driver_info = RTL8188C_8192C},/* Hercules - Edimax */
169         {USB_DEVICE(0x103C, 0x1629),.driver_info = RTL8188C_8192C},/* HP - Lite-On ,8188CUS Slim Combo */
170         {USB_DEVICE(0x2001, 0x3308),.driver_info = RTL8188C_8192C},/* D-Link - Alpha */
171         {USB_DEVICE(0x050D, 0x1102),.driver_info = RTL8188C_8192C},/* Belkin - Edimax */
172         {USB_DEVICE(0x2019, 0xAB2A),.driver_info = RTL8188C_8192C},/* Planex - Abocom */
173         {USB_DEVICE(0x20F4, 0x648B),.driver_info = RTL8188C_8192C},/* TRENDnet - Cameo */
174         {USB_DEVICE(0x4855, 0x0090),.driver_info = RTL8188C_8192C},/*  - Feixun */
175         {USB_DEVICE(0x13D3, 0x3357),.driver_info = RTL8188C_8192C},/*  - AzureWave */
176         {USB_DEVICE(0x0DF6, 0x005C),.driver_info = RTL8188C_8192C},/* Sitecom - Edimax */
177         {USB_DEVICE(0x0BDA, 0x5088),.driver_info = RTL8188C_8192C},/* Thinkware - CC&C */
178         {USB_DEVICE(0x4856, 0x0091),.driver_info = RTL8188C_8192C},/* NetweeN - Feixun */
179         {USB_DEVICE(0x0846, 0x9041),.driver_info = RTL8188C_8192C}, /* Netgear - Cameo */
180         {USB_DEVICE(0x2019, 0x4902),.driver_info = RTL8188C_8192C},/* Planex - Etop */
181         {USB_DEVICE(0x2019, 0xAB2E),.driver_info = RTL8188C_8192C},/* SW-WF02-AD15 -Abocom */
182         {USB_DEVICE(0x2001, 0x330B),.driver_info = RTL8188C_8192C}, /* D-LINK - T&W */
183         {USB_DEVICE(0xCDAB, 0x8010),.driver_info = RTL8188C_8192C}, /* - - compare */
184         {USB_DEVICE(0x0B05, 0x17BA),.driver_info = RTL8188C_8192C}, /* ASUS - Edimax */
185         {USB_DEVICE(0x0BDA, 0x1E1E),.driver_info = RTL8188C_8192C}, /* Intel - - */
186         {USB_DEVICE(0x04BB, 0x094c),.driver_info = RTL8188C_8192C}, /* I-O DATA - Edimax */
187         /****** 8188CTV ********/
188         {USB_DEVICE(0xCDAB, 0x8011),.driver_info = RTL8188C_8192C}, /* - - compare */
189         {USB_DEVICE(0x0BDA, 0x0A8A),.driver_info = RTL8188C_8192C}, /* Sony - Foxconn */
190         /****** 8188 RU ********/
191         {USB_DEVICE(0x0BDA, 0x317F),.driver_info = RTL8188C_8192C},/* Netcore,Netcore */
192         /****** 8188CE-VAU ********/
193         {USB_DEVICE(0x13D3, 0x3359),.driver_info = RTL8188C_8192C},/*  - Azwave */
194         {USB_DEVICE(0x13D3, 0x3358),.driver_info = RTL8188C_8192C},/*  - Azwave */
195         /****** 8188CUS Slim Solo********/
196         {USB_DEVICE(0x04F2, 0xAFF7),.driver_info = RTL8188C_8192C},/* XAVI - XAVI */
197         {USB_DEVICE(0x04F2, 0xAFF9),.driver_info = RTL8188C_8192C},/* XAVI - XAVI */
198         {USB_DEVICE(0x04F2, 0xAFFA),.driver_info = RTL8188C_8192C},/* XAVI - XAVI */
199         /****** 8188CUS Slim Combo ********/
200         {USB_DEVICE(0x04F2, 0xAFF8),.driver_info = RTL8188C_8192C},/* XAVI - XAVI */
201         {USB_DEVICE(0x04F2, 0xAFFB),.driver_info = RTL8188C_8192C},/* XAVI - XAVI */
202         {USB_DEVICE(0x04F2, 0xAFFC),.driver_info = RTL8188C_8192C},/* XAVI - XAVI */
203         {USB_DEVICE(0x2019, 0x1201),.driver_info = RTL8188C_8192C},/* Planex - Vencer */
204         /****** 8192CUS Dongle ********/
205         {USB_DEVICE(0x2001, 0x3307),.driver_info = RTL8188C_8192C},/* D-Link - Cameo */
206         {USB_DEVICE(0x2001, 0x330A),.driver_info = RTL8188C_8192C},/* D-Link - Alpha */
207         {USB_DEVICE(0x2001, 0x3309),.driver_info = RTL8188C_8192C},/* D-Link - Alpha */
208         {USB_DEVICE(0x0586, 0x341F),.driver_info = RTL8188C_8192C},/* Zyxel - Abocom */
209         {USB_DEVICE(0x7392, 0x7822),.driver_info = RTL8188C_8192C},/* Edimax - Edimax */
210         {USB_DEVICE(0x2019, 0xAB2B),.driver_info = RTL8188C_8192C},/* Planex - Abocom */
211         {USB_DEVICE(0x07B8, 0x8178),.driver_info = RTL8188C_8192C},/* Abocom - Abocom */
212         {USB_DEVICE(0x07AA, 0x0056),.driver_info = RTL8188C_8192C},/* ATKK - Gemtek */
213         {USB_DEVICE(0x4855, 0x0091),.driver_info = RTL8188C_8192C},/*  - Feixun */
214         {USB_DEVICE(0x050D, 0x2102),.driver_info = RTL8188C_8192C},/* Belkin - Sercomm */
215         {USB_DEVICE(0x050D, 0x2103),.driver_info = RTL8188C_8192C},/* Belkin - Edimax */
216         {USB_DEVICE(0x20F4, 0x624D),.driver_info = RTL8188C_8192C},/* TRENDnet */
217         {USB_DEVICE(0x0DF6, 0x0061),.driver_info = RTL8188C_8192C},/* Sitecom - Edimax */
218         {USB_DEVICE(0x0B05, 0x17AB),.driver_info = RTL8188C_8192C},/* ASUS - Edimax */
219         {USB_DEVICE(0x0846, 0x9021),.driver_info = RTL8188C_8192C},/* Netgear - Sercomm */
220         {USB_DEVICE(0x0846, 0xF001),.driver_info = RTL8188C_8192C}, /* Netgear - Sercomm */
221         {USB_DEVICE(0x0E66, 0x0019),.driver_info = RTL8188C_8192C},/* Hawking,Edimax */
222         {USB_DEVICE(0x0E66, 0x0020),.driver_info = RTL8188C_8192C}, /* Hawking  - Edimax */
223         {USB_DEVICE(0x050D, 0x1004),.driver_info = RTL8188C_8192C}, /* Belkin - Edimax */
224         {USB_DEVICE(0x0BDA, 0x2E2E),.driver_info = RTL8188C_8192C}, /* Intel - - */
225         {USB_DEVICE(0x2357, 0x0100),.driver_info = RTL8188C_8192C}, /* TP-Link - TP-Link */
226         {USB_DEVICE(0x06F8, 0xE035),.driver_info = RTL8188C_8192C}, /* Hercules - Edimax */
227         {USB_DEVICE(0x04BB, 0x0950),.driver_info = RTL8188C_8192C}, /* IO-DATA - Edimax */
228         {USB_DEVICE(0x0DF6, 0x0070),.driver_info = RTL8188C_8192C}, /* Sitecom - Edimax */
229         {USB_DEVICE(0x0789, 0x016D),.driver_info = RTL8188C_8192C}, /* LOGITEC - Edimax */
230         /****** 8192CE-VAU  ********/
231         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8186),.driver_info = RTL8188C_8192C},/* Intel-Xavi( Azwave) */
232 #endif
233
234 #ifdef CONFIG_RTL8192D
235         /*=== Realtek demoboard ===*/
236         /****** 8192DU ********/
237         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8193),.driver_info = RTL8192D},/* 8192DU-VC */
238         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8194),.driver_info = RTL8192D},/* 8192DU-VS */
239         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8111),.driver_info = RTL8192D},/* Realtek 5G dongle for WiFi Display */
240         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0193),.driver_info = RTL8192D},/* 8192DE-VAU */
241         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8171),.driver_info = RTL8192D},/* 8192DU-VC */
242         /*=== Customer ID ===*/
243         /****** 8192DU-VC ********/
244         {USB_DEVICE(0x2019, 0xAB2C),.driver_info = RTL8192D},/* PCI - Abocm */
245         {USB_DEVICE(0x2019, 0x4903),.driver_info = RTL8192D},/* PCI - ETOP */
246         {USB_DEVICE(0x2019, 0x4904),.driver_info = RTL8192D},/* PCI - ETOP */
247         {USB_DEVICE(0x07B8, 0x8193),.driver_info = RTL8192D},/* Abocom - Abocom */
248         /****** 8192DU-VS ********/
249         {USB_DEVICE(0x20F4, 0x664B),.driver_info = RTL8192D},/* TRENDnet */
250         {USB_DEVICE(0x04DD, 0x954F),.driver_info = RTL8192D},  /* Sharp */
251         {USB_DEVICE(0x04DD, 0x96A6),.driver_info = RTL8192D},  /* Sharp */
252         {USB_DEVICE(0x050D, 0x110A),.driver_info = RTL8192D}, /* Belkin - Edimax */
253         {USB_DEVICE(0x050D, 0x1105),.driver_info = RTL8192D}, /* Belkin - Edimax */
254         {USB_DEVICE(0x050D, 0x120A),.driver_info = RTL8192D}, /* Belkin - Edimax */
255         {USB_DEVICE(0x1668, 0x8102),.driver_info = RTL8192D}, /*  -  */
256         {USB_DEVICE(0x0BDA, 0xE194),.driver_info = RTL8192D}, /*  - Edimax */
257         /****** 8192DU-WiFi Display Dongle ********/
258         {USB_DEVICE(0x2019, 0xAB2D),.driver_info = RTL8192D},/* Planex - Abocom ,5G dongle for WiFi Display */
259 #endif
260
261 #ifdef CONFIG_RTL8723A
262         {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x8724,0xff,0xff,0xff),.driver_info = RTL8723A}, /* 8723AU 1*1 */
263         {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x1724,0xff,0xff,0xff),.driver_info = RTL8723A}, /* 8723AU 1*1 */
264         {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x0724,0xff,0xff,0xff),.driver_info = RTL8723A}, /* 8723AU 1*1 */
265 #endif
266
267 #ifdef CONFIG_RTL8188E
268         /*=== Realtek demoboard ===*/
269         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8179),.driver_info = RTL8188E}, /* 8188EUS */
270         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179),.driver_info = RTL8188E}, /* 8188ETV */
271         /*=== Customer ID ===*/
272         /****** 8188EUS ********/
273         {USB_DEVICE(0x07B8, 0x8179),.driver_info = RTL8188E}, /* Abocom - Abocom */
274 #endif
275
276 #ifdef CONFIG_RTL8812A
277         /*=== Realtek demoboard ===*/
278         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8812),.driver_info = RTL8812},/* Default ID */
279         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x881A),.driver_info = RTL8812},/* Default ID */
280         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x881B),.driver_info = RTL8812},/* Default ID */
281         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x881C),.driver_info = RTL8812},/* Default ID */
282         /*=== Customer ID ===*/
283         {USB_DEVICE(0x050D, 0x1106),.driver_info = RTL8812}, /* Belkin - sercomm */
284         {USB_DEVICE(0x2001, 0x330E),.driver_info = RTL8812}, /* D-Link - ALPHA */
285         {USB_DEVICE(0x7392, 0xA822),.driver_info = RTL8812}, /* Edimax - Edimax */
286         {USB_DEVICE(0x0DF6, 0x0074),.driver_info = RTL8812}, /* Sitecom - Edimax */
287         {USB_DEVICE(0x04BB, 0x0952),.driver_info = RTL8812}, /* I-O DATA - Edimax */
288         {USB_DEVICE(0x0789, 0x016E),.driver_info = RTL8812}, /* Logitec - Edimax */
289         {USB_DEVICE(0x0409, 0x0408),.driver_info = RTL8812}, /* NEC - */
290         {USB_DEVICE(0x0B05, 0x17D2),.driver_info = RTL8812}, /* ASUS - Edimax */
291         {USB_DEVICE(0x0E66, 0x0022),.driver_info = RTL8812}, /* HAWKING - Edimax */
292         {USB_DEVICE(0x0586, 0x3426),.driver_info = RTL8812}, /* ZyXEL - */
293         {USB_DEVICE(0x2001, 0x3313),.driver_info = RTL8812}, /* D-Link - ALPHA */
294         {USB_DEVICE(0x1058, 0x0632),.driver_info = RTL8812}, /* WD - Cybertan*/
295         {USB_DEVICE(0x1740, 0x0100),.driver_info = RTL8812}, /* EnGenius - EnGenius */
296         {USB_DEVICE(0x2019, 0xAB30),.driver_info = RTL8812}, /* Planex - Abocom */
297         {USB_DEVICE(0x07B8, 0x8812),.driver_info = RTL8812}, /* Abocom - Abocom */
298         {USB_DEVICE(0x2001, 0x3315),.driver_info = RTL8812}, /* D-Link - Cameo */
299         {USB_DEVICE(0x2001, 0x3316),.driver_info = RTL8812}, /* D-Link - Cameo */
300 #endif
301
302 #ifdef CONFIG_RTL8821A
303         /*=== Realtek demoboard ===*/
304         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0811),.driver_info = RTL8821},/* Default ID */
305         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0821),.driver_info = RTL8821},/* Default ID */
306         {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8822),.driver_info = RTL8821},/* Default ID */
307         {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x0820,0xff,0xff,0xff),.driver_info = RTL8821}, /* 8821AU */
308         /*=== Customer ID ===*/
309         {USB_DEVICE(0x7392, 0xA811),.driver_info = RTL8821}, /* Edimax - Edimax */
310         {USB_DEVICE(0x04BB, 0x0953),.driver_info = RTL8821}, /* I-O DATA - Edimax */
311         {USB_DEVICE(0x2001, 0x3314),.driver_info = RTL8821}, /* D-Link - Cameo */
312         {USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link - Cameo */
313         {USB_DEVICE(0x0E66, 0x0023),.driver_info = RTL8821}, /* HAWKING - Edimax */
314 #endif
315
316 #ifdef CONFIG_RTL8192E
317         /*=== Realtek demoboard ===*/
318         {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x818B,0xff,0xff,0xff),.driver_info = RTL8192E},/* Default ID */
319         {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x818C,0xff,0xff,0xff),.driver_info = RTL8192E},/* Default ID */
320 #endif
321
322 #ifdef CONFIG_RTL8723B
323         //*=== Realtek demoboard ===*/
324         {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB720,0xff,0xff,0xff),.driver_info = RTL8723B}, /* 8723BU 1*1 */
325         //{USB_DEVICE(USB_VENDER_ID_REALTEK, 0xB720),.driver_info = RTL8723B}, /* 8723BU */
326 #endif
327         {}      /* Terminating entry */
328 };
329
330 MODULE_DEVICE_TABLE(usb, rtw_usb_id_tbl);
331
332 int const rtw_usb_id_len = sizeof(rtw_usb_id_tbl) / sizeof(struct usb_device_id);
333
334 static struct specific_device_id specific_device_id_tbl[] = {
335         {.idVendor=USB_VENDER_ID_REALTEK, .idProduct=0x8177, .flags=SPEC_DEV_ID_DISABLE_HT},//8188cu 1*1 dongole, (b/g mode only)
336         {.idVendor=USB_VENDER_ID_REALTEK, .idProduct=0x817E, .flags=SPEC_DEV_ID_DISABLE_HT},//8188CE-VAU USB minCard (b/g mode only)
337         {.idVendor=0x0b05, .idProduct=0x1791, .flags=SPEC_DEV_ID_DISABLE_HT},
338         {.idVendor=0x13D3, .idProduct=0x3311, .flags=SPEC_DEV_ID_DISABLE_HT},
339         {.idVendor=0x13D3, .idProduct=0x3359, .flags=SPEC_DEV_ID_DISABLE_HT},//Russian customer -Azwave (8188CE-VAU  g mode)
340 #ifdef RTK_DMP_PLATFORM
341         {.idVendor=USB_VENDER_ID_REALTEK, .idProduct=0x8111, .flags=SPEC_DEV_ID_ASSIGN_IFNAME}, // Realtek 5G dongle for WiFi Display
342         {.idVendor=0x2019, .idProduct=0xAB2D, .flags=SPEC_DEV_ID_ASSIGN_IFNAME}, // PCI-Abocom 5G dongle for WiFi Display
343 #endif /* RTK_DMP_PLATFORM */
344         {}
345 };
346
347 struct rtw_usb_drv {
348         struct usb_driver usbdrv;
349         int drv_registered;
350         u8 hw_type;
351 };
352
353 struct rtw_usb_drv usb_drv = {
354         .usbdrv.name =(char*)DRV_NAME,
355         .usbdrv.probe = rtw_drv_init,
356         .usbdrv.disconnect = rtw_dev_remove,
357         .usbdrv.id_table = rtw_usb_id_tbl,
358         .usbdrv.suspend =  rtw_suspend,
359         .usbdrv.resume = rtw_resume,
360         #if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 22))
361         .usbdrv.reset_resume   = rtw_resume,
362         #endif
363         #ifdef CONFIG_AUTOSUSPEND
364         .usbdrv.supports_autosuspend = 1,
365         #endif
366
367         #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19))
368         .usbdrv.drvwrap.driver.shutdown = rtw_dev_shutdown,
369         #else
370         .usbdrv.driver.shutdown = rtw_dev_shutdown,
371         #endif
372 };
373
374 static inline int RT_usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
375 {
376         return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN);
377 }
378
379 static inline int RT_usb_endpoint_dir_out(const struct usb_endpoint_descriptor *epd)
380 {
381         return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT);
382 }
383
384 static inline int RT_usb_endpoint_xfer_int(const struct usb_endpoint_descriptor *epd)
385 {
386         return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT);
387 }
388
389 static inline int RT_usb_endpoint_xfer_bulk(const struct usb_endpoint_descriptor *epd)
390 {
391         return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK);
392 }
393
394 static inline int RT_usb_endpoint_is_bulk_in(const struct usb_endpoint_descriptor *epd)
395 {
396         return (RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_in(epd));
397 }
398
399 static inline int RT_usb_endpoint_is_bulk_out(const struct usb_endpoint_descriptor *epd)
400 {
401         return (RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_out(epd));
402 }
403
404 static inline int RT_usb_endpoint_is_int_in(const struct usb_endpoint_descriptor *epd)
405 {
406         return (RT_usb_endpoint_xfer_int(epd) && RT_usb_endpoint_dir_in(epd));
407 }
408
409 static inline int RT_usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
410 {
411         return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
412 }
413
414 static u8 rtw_init_intf_priv(struct dvobj_priv *dvobj)
415 {
416         u8 rst = _SUCCESS;
417
418         #ifdef CONFIG_USB_VENDOR_REQ_MUTEX
419         _rtw_mutex_init(&dvobj->usb_vendor_req_mutex);
420         #endif
421
422
423         #ifdef CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC
424         dvobj->usb_alloc_vendor_req_buf = rtw_zmalloc(MAX_USB_IO_CTL_SIZE);
425         if (dvobj->usb_alloc_vendor_req_buf == NULL) {
426                 DBG_871X("alloc usb_vendor_req_buf failed... /n");
427                 rst = _FAIL;
428                 goto exit;
429         }
430         dvobj->usb_vendor_req_buf  =
431                 (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(dvobj->usb_alloc_vendor_req_buf ), ALIGNMENT_UNIT);
432 exit:
433         #endif
434
435         return rst;
436
437 }
438
439 static u8 rtw_deinit_intf_priv(struct dvobj_priv *dvobj)
440 {
441         u8 rst = _SUCCESS;
442
443         #ifdef CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC
444         if(dvobj->usb_vendor_req_buf)
445                 rtw_mfree(dvobj->usb_alloc_vendor_req_buf, MAX_USB_IO_CTL_SIZE);
446         #endif
447
448         #ifdef CONFIG_USB_VENDOR_REQ_MUTEX
449         _rtw_mutex_free(&dvobj->usb_vendor_req_mutex);
450         #endif
451
452         return rst;
453 }
454
455 static struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf)
456 {
457         int     i;
458         u8      val8;
459         int     status = _FAIL;
460         struct dvobj_priv *pdvobjpriv;
461         struct usb_device_descriptor    *pdev_desc;
462         struct usb_host_config                  *phost_conf;
463         struct usb_config_descriptor            *pconf_desc;
464         struct usb_host_interface               *phost_iface;
465         struct usb_interface_descriptor *piface_desc;
466         struct usb_host_endpoint                *phost_endp;
467         struct usb_endpoint_descriptor  *pendp_desc;
468         struct usb_device                               *pusbd;
469
470 _func_enter_;
471
472
473         if((pdvobjpriv = devobj_init()) == NULL) {
474                 goto exit;
475         }
476
477
478         pdvobjpriv->pusbintf = usb_intf ;
479         pusbd = pdvobjpriv->pusbdev = interface_to_usbdev(usb_intf);
480         usb_set_intfdata(usb_intf, pdvobjpriv);
481
482         pdvobjpriv->RtNumInPipes = 0;
483         pdvobjpriv->RtNumOutPipes = 0;
484
485         //padapter->EepromAddressSize = 6;
486         //pdvobjpriv->nr_endpoint = 6;
487
488         pdev_desc = &pusbd->descriptor;
489
490 #if 0
491         DBG_871X("\n8712_usb_device_descriptor:\n");
492         DBG_871X("bLength=%x\n", pdev_desc->bLength);
493         DBG_871X("bDescriptorType=%x\n", pdev_desc->bDescriptorType);
494         DBG_871X("bcdUSB=%x\n", pdev_desc->bcdUSB);
495         DBG_871X("bDeviceClass=%x\n", pdev_desc->bDeviceClass);
496         DBG_871X("bDeviceSubClass=%x\n", pdev_desc->bDeviceSubClass);
497         DBG_871X("bDeviceProtocol=%x\n", pdev_desc->bDeviceProtocol);
498         DBG_871X("bMaxPacketSize0=%x\n", pdev_desc->bMaxPacketSize0);
499         DBG_871X("idVendor=%x\n", pdev_desc->idVendor);
500         DBG_871X("idProduct=%x\n", pdev_desc->idProduct);
501         DBG_871X("bcdDevice=%x\n", pdev_desc->bcdDevice);
502         DBG_871X("iManufacturer=%x\n", pdev_desc->iManufacturer);
503         DBG_871X("iProduct=%x\n", pdev_desc->iProduct);
504         DBG_871X("iSerialNumber=%x\n", pdev_desc->iSerialNumber);
505         DBG_871X("bNumConfigurations=%x\n", pdev_desc->bNumConfigurations);
506 #endif
507
508         phost_conf = pusbd->actconfig;
509         pconf_desc = &phost_conf->desc;
510
511 #if 0
512         DBG_871X("\n8712_usb_configuration_descriptor:\n");
513         DBG_871X("bLength=%x\n", pconf_desc->bLength);
514         DBG_871X("bDescriptorType=%x\n", pconf_desc->bDescriptorType);
515         DBG_871X("wTotalLength=%x\n", pconf_desc->wTotalLength);
516         DBG_871X("bNumInterfaces=%x\n", pconf_desc->bNumInterfaces);
517         DBG_871X("bConfigurationValue=%x\n", pconf_desc->bConfigurationValue);
518         DBG_871X("iConfiguration=%x\n", pconf_desc->iConfiguration);
519         DBG_871X("bmAttributes=%x\n", pconf_desc->bmAttributes);
520         DBG_871X("bMaxPower=%x\n", pconf_desc->bMaxPower);
521 #endif
522
523         //DBG_871X("\n/****** num of altsetting = (%d) ******/\n", pusb_interface->num_altsetting);
524
525         phost_iface = &usb_intf->altsetting[0];
526         piface_desc = &phost_iface->desc;
527
528 #if 0
529         DBG_871X("\n8712_usb_interface_descriptor:\n");
530         DBG_871X("bLength=%x\n", piface_desc->bLength);
531         DBG_871X("bDescriptorType=%x\n", piface_desc->bDescriptorType);
532         DBG_871X("bInterfaceNumber=%x\n", piface_desc->bInterfaceNumber);
533         DBG_871X("bAlternateSetting=%x\n", piface_desc->bAlternateSetting);
534         DBG_871X("bNumEndpoints=%x\n", piface_desc->bNumEndpoints);
535         DBG_871X("bInterfaceClass=%x\n", piface_desc->bInterfaceClass);
536         DBG_871X("bInterfaceSubClass=%x\n", piface_desc->bInterfaceSubClass);
537         DBG_871X("bInterfaceProtocol=%x\n", piface_desc->bInterfaceProtocol);
538         DBG_871X("iInterface=%x\n", piface_desc->iInterface);
539 #endif
540
541         pdvobjpriv->NumInterfaces = pconf_desc->bNumInterfaces;
542         pdvobjpriv->InterfaceNumber = piface_desc->bInterfaceNumber;
543         pdvobjpriv->nr_endpoint = piface_desc->bNumEndpoints;
544
545         //DBG_871X("\ndump usb_endpoint_descriptor:\n");
546
547         for (i = 0; i < pdvobjpriv->nr_endpoint; i++)
548         {
549                 phost_endp = phost_iface->endpoint + i;
550                 if (phost_endp)
551                 {
552                         pendp_desc = &phost_endp->desc;
553
554                         DBG_871X("\nusb_endpoint_descriptor(%d):\n", i);
555                         DBG_871X("bLength=%x\n",pendp_desc->bLength);
556                         DBG_871X("bDescriptorType=%x\n",pendp_desc->bDescriptorType);
557                         DBG_871X("bEndpointAddress=%x\n",pendp_desc->bEndpointAddress);
558                         //DBG_871X("bmAttributes=%x\n",pendp_desc->bmAttributes);
559                         DBG_871X("wMaxPacketSize=%d\n",le16_to_cpu(pendp_desc->wMaxPacketSize));
560                         DBG_871X("bInterval=%x\n",pendp_desc->bInterval);
561                         //DBG_871X("bRefresh=%x\n",pendp_desc->bRefresh);
562                         //DBG_871X("bSynchAddress=%x\n",pendp_desc->bSynchAddress);
563
564                         if (RT_usb_endpoint_is_bulk_in(pendp_desc))
565                         {
566                                 DBG_871X("RT_usb_endpoint_is_bulk_in = %x\n", RT_usb_endpoint_num(pendp_desc));
567                                 pdvobjpriv->RtInPipe[pdvobjpriv->RtNumInPipes] = RT_usb_endpoint_num(pendp_desc);
568                                 pdvobjpriv->RtNumInPipes++;
569                         }
570                         else if (RT_usb_endpoint_is_int_in(pendp_desc))
571                         {
572                                 DBG_871X("RT_usb_endpoint_is_int_in = %x, Interval = %x\n", RT_usb_endpoint_num(pendp_desc),pendp_desc->bInterval);
573                                 pdvobjpriv->RtInPipe[pdvobjpriv->RtNumInPipes] = RT_usb_endpoint_num(pendp_desc);
574                                 pdvobjpriv->RtNumInPipes++;
575                         }
576                         else if (RT_usb_endpoint_is_bulk_out(pendp_desc))
577                         {
578                                 DBG_871X("RT_usb_endpoint_is_bulk_out = %x\n", RT_usb_endpoint_num(pendp_desc));
579                                 pdvobjpriv->RtOutPipe[pdvobjpriv->RtNumOutPipes] = RT_usb_endpoint_num(pendp_desc);
580                                 pdvobjpriv->RtNumOutPipes++;
581                         }
582                         pdvobjpriv->ep_num[i] = RT_usb_endpoint_num(pendp_desc);
583                 }
584         }
585
586         DBG_871X("nr_endpoint=%d, in_num=%d, out_num=%d\n\n", pdvobjpriv->nr_endpoint, pdvobjpriv->RtNumInPipes, pdvobjpriv->RtNumOutPipes);
587
588         switch(pusbd->speed) {
589                 case USB_SPEED_LOW:
590                         DBG_871X("USB_SPEED_LOW\n");
591                         pdvobjpriv->usb_speed = RTW_USB_SPEED_1_1;
592                         break;
593                 case USB_SPEED_FULL:
594                         DBG_871X("USB_SPEED_FULL\n");
595                         pdvobjpriv->usb_speed = RTW_USB_SPEED_1_1;
596                         break;
597                 case USB_SPEED_HIGH:
598                         DBG_871X("USB_SPEED_HIGH\n");
599                         pdvobjpriv->usb_speed = RTW_USB_SPEED_2;
600                         break;
601 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31))
602                 case USB_SPEED_SUPER:
603                         DBG_871X("USB_SPEED_SUPER\n");
604                         pdvobjpriv->usb_speed = RTW_USB_SPEED_3;
605                         break;
606 #endif
607                 default:
608                         DBG_871X("USB_SPEED_UNKNOWN(%x)\n",pusbd->speed);
609                         pdvobjpriv->usb_speed = RTW_USB_SPEED_UNKNOWN;
610                         break;
611         }
612
613         if (pdvobjpriv->usb_speed == RTW_USB_SPEED_UNKNOWN) {
614                 DBG_871X("UNKNOWN USB SPEED MODE, ERROR !!!\n");
615                 goto free_dvobj;
616         }
617
618         if (rtw_init_intf_priv(pdvobjpriv) == _FAIL) {
619                 RT_TRACE(_module_os_intfs_c_,_drv_err_,("\n Can't INIT rtw_init_intf_priv\n"));
620                 goto free_dvobj;
621         }
622
623         //.3 misc
624         _rtw_init_sema(&(pdvobjpriv->usb_suspend_sema), 0);
625         rtw_reset_continual_io_error(pdvobjpriv);
626
627         usb_get_dev(pusbd);
628
629         status = _SUCCESS;
630
631 free_dvobj:
632         if (status != _SUCCESS && pdvobjpriv) {
633                 usb_set_intfdata(usb_intf, NULL);
634                 
635                 devobj_deinit(pdvobjpriv);
636                 
637                 pdvobjpriv = NULL;
638         }
639 exit:
640 _func_exit_;
641         return pdvobjpriv;
642 }
643
644 static void usb_dvobj_deinit(struct usb_interface *usb_intf)
645 {
646         struct dvobj_priv *dvobj = usb_get_intfdata(usb_intf);
647
648 _func_enter_;
649
650         usb_set_intfdata(usb_intf, NULL);
651         if (dvobj) {
652                 //Modify condition for 92DU DMDP 2010.11.18, by Thomas
653                 if ((dvobj->NumInterfaces != 2 && dvobj->NumInterfaces != 3)
654                         || (dvobj->InterfaceNumber == 1)) {
655                         if (interface_to_usbdev(usb_intf)->state != USB_STATE_NOTATTACHED) {
656                                 //If we didn't unplug usb dongle and remove/insert modlue, driver fails on sitesurvey for the first time when device is up .
657                                 //Reset usb port for sitesurvey fail issue. 2009.8.13, by Thomas
658                                 DBG_871X("usb attached..., try to reset usb device\n");
659                                 usb_reset_device(interface_to_usbdev(usb_intf));
660                         }
661                 }
662
663                 rtw_deinit_intf_priv(dvobj);
664         
665                 devobj_deinit(dvobj);           
666         }
667
668         //DBG_871X("%s %d\n", __func__, ATOMIC_READ(&usb_intf->dev.kobj.kref.refcount));
669         usb_put_dev(interface_to_usbdev(usb_intf));
670
671 _func_exit_;
672 }
673
674 static void rtw_decide_chip_type_by_usb_info(_adapter *padapter, const struct usb_device_id *pdid)
675 {
676         padapter->chip_type = pdid->driver_info;
677
678         #ifdef CONFIG_RTL8192C
679         if(padapter->chip_type == RTL8188C_8192C)
680                 rtl8192cu_set_hw_type(padapter);
681         #endif
682
683         #ifdef CONFIG_RTL8192D
684         if(padapter->chip_type == RTL8192D)
685                 rtl8192du_set_hw_type(padapter);
686         #endif
687
688         #ifdef CONFIG_RTL8723A
689         if(padapter->chip_type == RTL8723A)
690                 rtl8723au_set_hw_type(padapter);
691         #endif
692
693         #ifdef CONFIG_RTL8188E
694         if(padapter->chip_type == RTL8188E)
695                 rtl8188eu_set_hw_type(padapter);
696         #endif
697
698         #if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A)
699         if(padapter->chip_type == RTL8812 || padapter->chip_type == RTL8821)
700                 rtl8812au_set_hw_type(padapter);
701         #endif
702
703         #ifdef CONFIG_RTL8192E
704         if(padapter->chip_type == RTL8192E)
705                 rtl8192eu_set_hw_type(padapter);
706         #endif
707
708         #ifdef CONFIG_RTL8723B
709         if(padapter->chip_type == RTL8723B)
710                 rtl8723bu_set_hw_type(padapter);
711         #endif
712
713 }
714 void rtw_set_hal_ops(_adapter *padapter)
715 {
716         //alloc memory for HAL DATA
717         rtw_hal_data_init(padapter);
718         
719         #ifdef CONFIG_RTL8192C
720         if(padapter->chip_type == RTL8188C_8192C)
721                 rtl8192cu_set_hal_ops(padapter);
722         #endif
723
724         #ifdef CONFIG_RTL8192D
725         if(padapter->chip_type == RTL8192D)
726                 rtl8192du_set_hal_ops(padapter);
727         #endif
728
729         #ifdef CONFIG_RTL8723A
730         if(padapter->chip_type == RTL8723A)
731                 rtl8723au_set_hal_ops(padapter);
732         #endif
733
734         #ifdef CONFIG_RTL8188E
735         if(padapter->chip_type == RTL8188E)
736                 rtl8188eu_set_hal_ops(padapter);
737         #endif
738
739         #if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A)
740         if(padapter->chip_type == RTL8812 || padapter->chip_type == RTL8821)
741                 rtl8812au_set_hal_ops(padapter);
742         #endif
743
744         #ifdef CONFIG_RTL8192E
745         if(padapter->chip_type == RTL8192E)
746                 rtl8192eu_set_hal_ops(padapter);
747         #endif
748         #ifdef CONFIG_RTL8723B
749         if(padapter->chip_type == RTL8723B)
750                 rtl8723bu_set_hal_ops(padapter);
751         #endif
752 }
753
754 void usb_set_intf_ops(_adapter *padapter,struct _io_ops *pops)
755 {
756         #ifdef CONFIG_RTL8192C
757         if(padapter->chip_type == RTL8188C_8192C)
758                 rtl8192cu_set_intf_ops(pops);
759         #endif
760
761         #ifdef CONFIG_RTL8192D
762         if(padapter->chip_type == RTL8192D)
763                 rtl8192du_set_intf_ops(pops);
764         #endif
765
766         #ifdef CONFIG_RTL8723A
767         if(padapter->chip_type == RTL8723A)
768                 rtl8723au_set_intf_ops(pops);
769         #endif
770
771         #ifdef CONFIG_RTL8188E
772         if(padapter->chip_type == RTL8188E)
773                 rtl8188eu_set_intf_ops(pops);
774         #endif
775
776         #if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A)
777         if(padapter->chip_type == RTL8812 || padapter->chip_type == RTL8821)
778                 rtl8812au_set_intf_ops(pops);
779         #endif
780
781         #ifdef CONFIG_RTL8192E
782         if(padapter->chip_type == RTL8192E)
783                 rtl8192eu_set_intf_ops(pops);
784         #endif
785
786         #ifdef CONFIG_RTL8723B
787         if(padapter->chip_type == RTL8723B)
788                 rtl8723bu_set_intf_ops(pops);
789         #endif
790 }
791
792
793 static void usb_intf_start(_adapter *padapter)
794 {
795
796         RT_TRACE(_module_hci_intfs_c_,_drv_err_,("+usb_intf_start\n"));
797
798         rtw_hal_inirp_init(padapter);
799
800         RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-usb_intf_start\n"));
801
802 }
803
804 static void usb_intf_stop(_adapter *padapter)
805 {
806
807         RT_TRACE(_module_hci_intfs_c_,_drv_err_,("+usb_intf_stop\n"));
808
809         //disabel_hw_interrupt
810         if(padapter->bSurpriseRemoved == _FALSE)
811         {
812                 //device still exists, so driver can do i/o operation
813                 //TODO:
814                 RT_TRACE(_module_hci_intfs_c_,_drv_err_,("SurpriseRemoved==_FALSE\n"));
815         }
816
817         //cancel in irp
818         rtw_hal_inirp_deinit(padapter);
819
820         //cancel out irp
821         rtw_write_port_cancel(padapter);
822
823         //todo:cancel other irps
824
825         RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-usb_intf_stop\n"));
826
827 }
828
829 static void process_spec_devid(const struct usb_device_id *pdid)
830 {
831         u16 vid, pid;
832         u32 flags;
833         int i;
834         int num = sizeof(specific_device_id_tbl)/sizeof(struct specific_device_id);
835
836         for(i=0; i<num; i++)
837         {
838                 vid = specific_device_id_tbl[i].idVendor;
839                 pid = specific_device_id_tbl[i].idProduct;
840                 flags = specific_device_id_tbl[i].flags;
841
842 #ifdef CONFIG_80211N_HT
843                 if((pdid->idVendor==vid) && (pdid->idProduct==pid) && (flags&SPEC_DEV_ID_DISABLE_HT))
844                 {
845                          rtw_ht_enable = 0;
846                          rtw_bw_mode = 0;
847                          rtw_ampdu_enable = 0;
848                 }
849 #endif
850
851 #ifdef RTK_DMP_PLATFORM
852                 // Change the ifname to wlan10 when PC side WFD dongle plugin on DMP platform.
853                 // It is used to distinguish between normal and PC-side wifi dongle/module.
854                 if((pdid->idVendor==vid) && (pdid->idProduct==pid) && (flags&SPEC_DEV_ID_ASSIGN_IFNAME))
855                 {
856                         extern char* ifname;
857                         strncpy(ifname, "wlan10", 6);
858                         //DBG_871X("%s()-%d: ifname=%s, vid=%04X, pid=%04X\n", __FUNCTION__, __LINE__, ifname, vid, pid);
859                 }
860 #endif /* RTK_DMP_PLATFORM */
861
862         }
863 }
864
865 #ifdef SUPPORT_HW_RFOFF_DETECTED
866 int rtw_hw_suspend(_adapter *padapter )
867 {
868         struct pwrctrl_priv *pwrpriv;
869         struct usb_interface *pusb_intf;
870         struct net_device *pnetdev;
871
872         _func_enter_;
873         if(NULL==padapter)
874                 goto error_exit;
875
876         if((_FALSE==padapter->bup) || (_TRUE == padapter->bDriverStopped)||(_TRUE==padapter->bSurpriseRemoved))
877         {
878                 DBG_871X("padapter->bup=%d bDriverStopped=%d bSurpriseRemoved = %d\n",
879                         padapter->bup, padapter->bDriverStopped,padapter->bSurpriseRemoved);
880                 goto error_exit;
881         }
882         
883         pwrpriv = adapter_to_pwrctl(padapter);
884         pusb_intf = adapter_to_dvobj(padapter)->pusbintf;
885         pnetdev = padapter->pnetdev;
886         
887         LeaveAllPowerSaveMode(padapter);
888
889         DBG_871X("==> rtw_hw_suspend\n");
890         _enter_pwrlock(&pwrpriv->lock);
891         pwrpriv->bips_processing = _TRUE;
892         //padapter->net_closed = _TRUE;
893         //s1.
894         if(pnetdev)
895         {
896                 netif_carrier_off(pnetdev);
897                 rtw_netif_stop_queue(pnetdev);
898         }
899
900         //s2.
901         rtw_disassoc_cmd(padapter, 500, _FALSE);
902
903         //s2-2.  indicate disconnect to os
904         //rtw_indicate_disconnect(padapter);
905         {
906                 struct  mlme_priv *pmlmepriv = &padapter->mlmepriv;
907                 if(check_fwstate(pmlmepriv, _FW_LINKED))
908                 {
909                         _clr_fwstate_(pmlmepriv, _FW_LINKED);
910                         rtw_led_control(padapter, LED_CTL_NO_LINK);
911
912                         rtw_os_indicate_disconnect(padapter);
913
914                         #ifdef CONFIG_LPS
915                         //donnot enqueue cmd
916                         rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_DISCONNECT, 0);
917                         #endif
918                 }
919         }
920         //s2-3.
921         rtw_free_assoc_resources(padapter, 1);
922
923         //s2-4.
924         rtw_free_network_queue(padapter,_TRUE);
925         #ifdef CONFIG_IPS
926         rtw_ips_dev_unload(padapter);
927         #endif
928         pwrpriv->rf_pwrstate = rf_off;
929         pwrpriv->bips_processing = _FALSE;
930         _exit_pwrlock(&pwrpriv->lock);
931         
932         _func_exit_;
933         return 0;
934
935 error_exit:
936         DBG_871X("%s, failed \n",__FUNCTION__);
937         return (-1);
938
939 }
940
941 int rtw_hw_resume(_adapter *padapter)
942 {
943         struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter);
944         struct usb_interface *pusb_intf = adapter_to_dvobj(padapter)->pusbintf;
945         struct net_device *pnetdev = padapter->pnetdev;
946
947         _func_enter_;   
948         DBG_871X("==> rtw_hw_resume\n");
949         _enter_pwrlock(&pwrpriv->lock);
950         pwrpriv->bips_processing = _TRUE;
951         rtw_reset_drv_sw(padapter);
952
953         if(pm_netdev_open(pnetdev,_FALSE) != 0)
954         {
955                 _exit_pwrlock(&pwrpriv->lock);
956                 goto error_exit;
957         }
958
959         netif_device_attach(pnetdev);
960         netif_carrier_on(pnetdev);
961
962         rtw_netif_wake_queue(pnetdev);
963
964         pwrpriv->bkeepfwalive = _FALSE;
965         pwrpriv->brfoffbyhw = _FALSE;
966
967         pwrpriv->rf_pwrstate = rf_on;
968         pwrpriv->bips_processing = _FALSE;
969         _exit_pwrlock(&pwrpriv->lock);
970
971         _func_exit_;
972
973         return 0;
974 error_exit:
975         DBG_871X("%s, Open net dev failed \n",__FUNCTION__);
976         return (-1);
977 }
978 #endif
979
980 static int rtw_suspend(struct usb_interface *pusb_intf, pm_message_t message)
981 {
982         struct dvobj_priv *dvobj;
983         struct pwrctrl_priv *pwrpriv;
984         struct debug_priv *pdbgpriv;
985         PADAPTER padapter;
986         int ret = 0;
987
988
989         dvobj = usb_get_intfdata(pusb_intf);
990         pwrpriv = dvobj_to_pwrctl(dvobj);
991         pdbgpriv = &dvobj->drv_dbg;
992         padapter = dvobj->if1;
993
994         if (pwrpriv->bInSuspend == _TRUE) {
995                 DBG_871X("%s bInSuspend = %d\n", __FUNCTION__, pwrpriv->bInSuspend);
996                 pdbgpriv->dbg_suspend_error_cnt++;
997                 goto exit;
998         }
999
1000         if((padapter->bup) || (padapter->bDriverStopped == _FALSE)||(padapter->bSurpriseRemoved == _FALSE))
1001         {
1002 #ifdef CONFIG_AUTOSUSPEND
1003                 if(pwrpriv->bInternalAutoSuspend ){
1004
1005                         #ifdef SUPPORT_HW_RFOFF_DETECTED
1006                         // The FW command register update must after MAC and FW init ready.
1007                         if((padapter->bFWReady) && (pwrpriv->bHWPwrPindetect ) && (padapter->registrypriv.usbss_enable ))
1008                         {
1009                                 u8 bOpen = _TRUE;
1010                                 rtw_interface_ps_func(padapter,HAL_USB_SELECT_SUSPEND,&bOpen);
1011                                 //rtl8192c_set_FwSelectSuspend_cmd(padapter,_TRUE ,500);//note fw to support hw power down ping detect
1012                         }
1013                         #endif//SUPPORT_HW_RFOFF_DETECTED
1014                 }
1015 #endif//CONFIG_AUTOSUSPEND
1016         }
1017
1018         ret =  rtw_suspend_common(padapter);
1019
1020 exit:
1021         return ret;
1022 }
1023
1024 int rtw_resume_process(_adapter *padapter)
1025 {
1026         int ret,pm_cnt = 0;
1027         struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter);
1028         struct dvobj_priv *pdvobj = padapter->dvobj;
1029         struct debug_priv *pdbgpriv = &pdvobj->drv_dbg;
1030
1031
1032         if (pwrpriv->bInSuspend == _FALSE)
1033         {
1034                 pdbgpriv->dbg_resume_error_cnt++;
1035                 DBG_871X("%s bInSuspend = %d\n", __FUNCTION__, pwrpriv->bInSuspend);
1036                 return -1;
1037         }
1038
1039 #if defined(CONFIG_BT_COEXIST) && defined(CONFIG_AUTOSUSPEND) //add by amy for 8723as-vau
1040 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32))
1041         DBG_871X("%s...pm_usage_cnt(%d)  pwrpriv->bAutoResume=%x.  ....\n",__func__,atomic_read(&(adapter_to_dvobj(padapter)->pusbintf->pm_usage_cnt)),pwrpriv->bAutoResume);
1042         pm_cnt=atomic_read(&(adapter_to_dvobj(padapter)->pusbintf->pm_usage_cnt));
1043 #else // kernel < 2.6.32
1044         DBG_871X("...pm_usage_cnt(%d).....\n", adapter_to_dvobj(padapter)->pusbintf->pm_usage_cnt);
1045         pm_cnt = adapter_to_dvobj(padapter)->pusbintf->pm_usage_cnt;
1046 #endif // kernel < 2.6.32
1047
1048         DBG_871X("pwrpriv->bAutoResume (%x)\n",pwrpriv->bAutoResume );
1049         if( _TRUE == pwrpriv->bAutoResume ){
1050                 pwrpriv->bInternalAutoSuspend = _FALSE;
1051                 pwrpriv->bAutoResume=_FALSE;
1052                 DBG_871X("pwrpriv->bAutoResume (%x)  pwrpriv->bInternalAutoSuspend(%x)\n",pwrpriv->bAutoResume,pwrpriv->bInternalAutoSuspend );
1053
1054         }
1055 #endif //#ifdef CONFIG_BT_COEXIST &CONFIG_AUTOSUSPEND&
1056
1057 #if defined (CONFIG_WOWLAN) || defined (CONFIG_AP_WOWLAN)
1058         /*
1059          * Due to usb wow suspend flow will cancel read/write port via intf_stop and
1060          * bReadPortCancel and bWritePortCancel are set _TRUE in intf_stop.
1061          * But they will not be clear in intf_start during wow resume flow. 
1062          * It should move to os_intf in the feature.
1063          */
1064         RTW_ENABLE_FUNC(padapter, DF_RX_BIT);
1065         RTW_ENABLE_FUNC(padapter, DF_TX_BIT);
1066 #endif
1067
1068         ret =  rtw_resume_common(padapter);
1069
1070         #ifdef CONFIG_AUTOSUSPEND
1071         if(pwrpriv->bInternalAutoSuspend )
1072         {
1073                 #ifdef SUPPORT_HW_RFOFF_DETECTED
1074                         // The FW command register update must after MAC and FW init ready.
1075                 if((padapter->bFWReady) && (pwrpriv->bHWPwrPindetect) && (padapter->registrypriv.usbss_enable ))
1076                 {
1077                         //rtl8192c_set_FwSelectSuspend_cmd(padapter,_FALSE ,500);//note fw to support hw power down ping detect
1078                         u8 bOpen = _FALSE;
1079                         rtw_interface_ps_func(padapter,HAL_USB_SELECT_SUSPEND,&bOpen);
1080                 }       
1081                 #endif
1082                 #ifdef CONFIG_BT_COEXIST // for 8723as-vau
1083                 DBG_871X("pwrpriv->bAutoResume (%x)\n",pwrpriv->bAutoResume );
1084                 if( _TRUE == pwrpriv->bAutoResume ){
1085                 pwrpriv->bInternalAutoSuspend = _FALSE;
1086                         pwrpriv->bAutoResume=_FALSE;
1087                         DBG_871X("pwrpriv->bAutoResume (%x)  pwrpriv->bInternalAutoSuspend(%x)\n",pwrpriv->bAutoResume,pwrpriv->bInternalAutoSuspend );
1088                 }
1089
1090                 #else   //#ifdef CONFIG_BT_COEXIST
1091                 pwrpriv->bInternalAutoSuspend = _FALSE;
1092                 #endif  //#ifdef CONFIG_BT_COEXIST
1093                 pwrpriv->brfoffbyhw = _FALSE;
1094         }
1095         #endif//CONFIG_AUTOSUSPEND
1096
1097
1098         return ret;
1099 }
1100
1101 static int rtw_resume(struct usb_interface *pusb_intf)
1102 {
1103         struct dvobj_priv *dvobj;
1104         struct pwrctrl_priv *pwrpriv;
1105         struct debug_priv *pdbgpriv;
1106         PADAPTER padapter;
1107         struct mlme_ext_priv *pmlmeext;
1108         int ret = 0;
1109
1110
1111         dvobj = usb_get_intfdata(pusb_intf);
1112         pwrpriv = dvobj_to_pwrctl(dvobj);
1113         pdbgpriv = &dvobj->drv_dbg;
1114         padapter = dvobj->if1;
1115         pmlmeext = &padapter->mlmeextpriv;
1116
1117         DBG_871X("==> %s (%s:%d)\n", __FUNCTION__, current->comm, current->pid);
1118         pdbgpriv->dbg_resume_cnt++;
1119
1120         if(pwrpriv->bInternalAutoSuspend)
1121         {
1122                 ret = rtw_resume_process(padapter);
1123         }
1124         else
1125         {
1126                 if(pwrpriv->wowlan_mode || pwrpriv->wowlan_ap_mode)
1127                 {
1128                         rtw_resume_lock_suspend();                      
1129                         ret = rtw_resume_process(padapter);
1130                         rtw_resume_unlock_suspend();
1131                 }
1132                 else
1133                 {
1134 #ifdef CONFIG_RESUME_IN_WORKQUEUE
1135                         rtw_resume_in_workqueue(pwrpriv);
1136 #else                   
1137                         if (rtw_is_earlysuspend_registered(pwrpriv))
1138                         {
1139                                 /* jeff: bypass resume here, do in late_resume */
1140                                 rtw_set_do_late_resume(pwrpriv, _TRUE);
1141                         }       
1142                         else
1143                         {
1144                                 rtw_resume_lock_suspend();                      
1145                                 ret = rtw_resume_process(padapter);
1146                                 rtw_resume_unlock_suspend();
1147                         }
1148 #endif
1149                 }
1150         }
1151
1152         pmlmeext->last_scan_time = rtw_get_current_time();
1153         DBG_871X("<========  %s return %d\n", __FUNCTION__, ret);
1154
1155         return ret;
1156 }
1157
1158
1159
1160 #ifdef CONFIG_AUTOSUSPEND
1161 void autosuspend_enter(_adapter* padapter)
1162 {
1163         struct dvobj_priv *dvobj = adapter_to_dvobj(padapter);
1164         struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj);
1165
1166         DBG_871X("==>autosuspend_enter...........\n");
1167
1168         pwrpriv->bInternalAutoSuspend = _TRUE;
1169         pwrpriv->bips_processing = _TRUE;
1170
1171         if(rf_off == pwrpriv->change_rfpwrstate )
1172         {
1173 #ifndef CONFIG_BT_COEXIST
1174                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35))
1175                 usb_enable_autosuspend(dvobj->pusbdev);
1176                 #else
1177                 dvobj->pusbdev->autosuspend_disabled = 0;//autosuspend disabled by the user
1178                 #endif
1179
1180                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33))
1181                         usb_autopm_put_interface(dvobj->pusbintf);
1182                 #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20))
1183                         usb_autopm_enable(dvobj->pusbintf);
1184                 #else
1185                         usb_autosuspend_device(dvobj->pusbdev, 1);
1186                 #endif
1187 #else   //#ifndef       CONFIG_BT_COEXIST
1188                 if(1==pwrpriv->autopm_cnt){
1189                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35))
1190                 usb_enable_autosuspend(dvobj->pusbdev);
1191                 #else
1192                 dvobj->pusbdev->autosuspend_disabled = 0;//autosuspend disabled by the user
1193                 #endif
1194
1195                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33))
1196                         usb_autopm_put_interface(dvobj->pusbintf);
1197                 #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20))
1198                         usb_autopm_enable(dvobj->pusbintf);
1199                 #else
1200                         usb_autosuspend_device(dvobj->pusbdev, 1);
1201                 #endif
1202                         pwrpriv->autopm_cnt --;
1203                 }
1204                 else
1205                 DBG_871X("0!=pwrpriv->autopm_cnt[%d]   didn't usb_autopm_put_interface\n", pwrpriv->autopm_cnt);
1206
1207 #endif  //#ifndef       CONFIG_BT_COEXIST
1208         }
1209         #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32))
1210         DBG_871X("...pm_usage_cnt(%d).....\n", atomic_read(&(dvobj->pusbintf->pm_usage_cnt)));
1211         #else
1212         DBG_871X("...pm_usage_cnt(%d).....\n", dvobj->pusbintf->pm_usage_cnt);
1213         #endif
1214
1215 }
1216
1217 int autoresume_enter(_adapter* padapter)
1218 {
1219         int result = _SUCCESS;
1220         struct security_priv* psecuritypriv=&(padapter->securitypriv);
1221         struct mlme_ext_priv    *pmlmeext = &padapter->mlmeextpriv;
1222         struct mlme_ext_info    *pmlmeinfo = &(pmlmeext->mlmext_info);
1223         struct dvobj_priv *dvobj = adapter_to_dvobj(padapter);
1224         struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj);
1225
1226         DBG_871X("====> autoresume_enter \n");
1227
1228         if(rf_off == pwrpriv->rf_pwrstate )
1229         {
1230                 pwrpriv->ps_flag = _FALSE;
1231 #ifndef CONFIG_BT_COEXIST
1232                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33))
1233                         if (usb_autopm_get_interface(dvobj->pusbintf) < 0)
1234                         {
1235                                 DBG_871X( "can't get autopm: %d\n", result);
1236                                 result = _FAIL;
1237                                 goto error_exit;
1238                         }
1239                 #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20))
1240                         usb_autopm_disable(dvobj->pusbintf);
1241                 #else
1242                         usb_autoresume_device(dvobj->pusbdev, 1);
1243                 #endif
1244
1245                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32))
1246                 DBG_871X("...pm_usage_cnt(%d).....\n", atomic_read(&(dvobj->pusbintf->pm_usage_cnt)));
1247                 #else
1248                 DBG_871X("...pm_usage_cnt(%d).....\n", dvobj->pusbintf->pm_usage_cnt);
1249                 #endif
1250 #else   //#ifndef       CONFIG_BT_COEXIST
1251                 pwrpriv->bAutoResume=_TRUE;
1252                 if(0==pwrpriv->autopm_cnt){
1253                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33))
1254                         if (usb_autopm_get_interface(dvobj->pusbintf) < 0)
1255                         {
1256                                 DBG_871X( "can't get autopm: %d\n", result);
1257                                 result = _FAIL;
1258                                 goto error_exit;
1259                         }
1260                 #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20))
1261                         usb_autopm_disable(dvobj->pusbintf);
1262                 #else
1263                         usb_autoresume_device(dvobj->pusbdev, 1);
1264                 #endif
1265                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32))
1266                         DBG_871X("...pm_usage_cnt(%d).....\n", atomic_read(&(dvobj->pusbintf->pm_usage_cnt)));
1267                 #else
1268                         DBG_871X("...pm_usage_cnt(%d).....\n", dvobj->pusbintf->pm_usage_cnt);
1269                 #endif
1270                         pwrpriv->autopm_cnt++;
1271                 }
1272                 else
1273                         DBG_871X("0!=pwrpriv->autopm_cnt[%d]   didn't usb_autopm_get_interface\n",pwrpriv->autopm_cnt);
1274 #endif //#ifndef        CONFIG_BT_COEXIST
1275         }
1276         DBG_871X("<==== autoresume_enter \n");
1277 error_exit:
1278
1279         return result;
1280 }
1281 #endif
1282
1283 #ifdef CONFIG_PLATFORM_RTD2880B
1284 extern void rtd2885_wlan_netlink_sendMsg(char *action_string, char *name);
1285 #endif
1286
1287 /*
1288  * drv_init() - a device potentially for us
1289  *
1290  * notes: drv_init() is called when the bus driver has located a card for us to support.
1291  *        We accept the new device by returning 0.
1292 */
1293
1294 _adapter  *rtw_sw_export = NULL;
1295
1296 _adapter *rtw_usb_if1_init(struct dvobj_priv *dvobj,
1297         struct usb_interface *pusb_intf, const struct usb_device_id *pdid)
1298 {
1299         _adapter *padapter = NULL;
1300         struct net_device *pnetdev = NULL;
1301         int status = _FAIL;
1302
1303         if ((padapter = (_adapter *)rtw_zvmalloc(sizeof(*padapter))) == NULL) {
1304                 goto exit;
1305         }
1306         padapter->dvobj = dvobj;
1307         dvobj->if1 = padapter;
1308
1309         padapter->bDriverStopped=_TRUE;
1310
1311         dvobj->padapters[dvobj->iface_nums++] = padapter;
1312         padapter->iface_id = IFACE_ID0;
1313
1314 #if defined(CONFIG_CONCURRENT_MODE) || defined(CONFIG_DUALMAC_CONCURRENT)
1315         //set adapter_type/iface type for primary padapter
1316         padapter->isprimary = _TRUE;
1317         padapter->adapter_type = PRIMARY_ADAPTER;
1318         #ifndef CONFIG_HWPORT_SWAP
1319         padapter->iface_type = IFACE_PORT0;
1320         #else
1321         padapter->iface_type = IFACE_PORT1;
1322         #endif  
1323 #endif
1324
1325         //step 1-1., decide the chip_type via driver_info
1326         padapter->interface_type = RTW_USB;
1327         rtw_decide_chip_type_by_usb_info(padapter, pdid);
1328
1329         if (rtw_handle_dualmac(padapter, 1) != _SUCCESS)
1330                 goto free_adapter;
1331
1332         if((pnetdev = rtw_init_netdev(padapter)) == NULL) {
1333                 goto handle_dualmac;
1334         }
1335         SET_NETDEV_DEV(pnetdev, dvobj_to_dev(dvobj));
1336         padapter = rtw_netdev_priv(pnetdev);
1337
1338 #ifdef CONFIG_IOCTL_CFG80211
1339         if(rtw_wdev_alloc(padapter, dvobj_to_dev(dvobj)) != 0) {
1340                 goto handle_dualmac;
1341         }
1342 #endif
1343
1344         //step 2. hook HalFunc, allocate HalData
1345         //hal_set_hal_ops(padapter);
1346         rtw_set_hal_ops(padapter);
1347
1348         padapter->intf_start=&usb_intf_start;
1349         padapter->intf_stop=&usb_intf_stop;
1350
1351         //step init_io_priv
1352         rtw_init_io_priv(padapter,usb_set_intf_ops);
1353
1354         //step read_chip_version
1355         rtw_hal_read_chip_version(padapter);
1356
1357         //step usb endpoint mapping
1358         rtw_hal_chip_configure(padapter);
1359
1360 #ifdef CONFIG_BT_COEXIST
1361         rtw_btcoex_Initialize(padapter);
1362 #endif // CONFIG_BT_COEXIST
1363
1364         //step read efuse/eeprom data and get mac_addr
1365         rtw_hal_read_chip_info(padapter);
1366
1367         //step 5.
1368         if(rtw_init_drv_sw(padapter) ==_FAIL) {
1369                 RT_TRACE(_module_hci_intfs_c_,_drv_err_,("Initialize driver software resource Failed!\n"));
1370                 goto free_hal_data;
1371         }
1372
1373 #ifdef CONFIG_PM
1374 #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,18))
1375         if(dvobj_to_pwrctl(dvobj)->bSupportRemoteWakeup)
1376         {
1377                 dvobj->pusbdev->do_remote_wakeup=1;
1378                 pusb_intf->needs_remote_wakeup = 1;
1379                 device_init_wakeup(&pusb_intf->dev, 1);
1380                 DBG_871X("pwrctrlpriv.bSupportRemoteWakeup~~~~~~\n");
1381                 DBG_871X("pwrctrlpriv.bSupportRemoteWakeup~~~[%d]~~~\n",device_may_wakeup(&pusb_intf->dev));
1382         }
1383 #endif
1384 #endif
1385
1386 #ifdef CONFIG_AUTOSUSPEND
1387         if( padapter->registrypriv.power_mgnt != PS_MODE_ACTIVE )
1388         {
1389                 if(padapter->registrypriv.usbss_enable ){       /* autosuspend (2s delay) */
1390                         #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,38))
1391                         dvobj->pusbdev->dev.power.autosuspend_delay = 0 * HZ;//15 * HZ; idle-delay time
1392                         #else
1393                         dvobj->pusbdev->autosuspend_delay = 0 * HZ;//15 * HZ; idle-delay time
1394                         #endif
1395
1396                         #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35))
1397                         usb_enable_autosuspend(dvobj->pusbdev);
1398                         #elif  (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,22) && LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,34))
1399                         padapter->bDisableAutosuspend = dvobj->pusbdev->autosuspend_disabled ;
1400                         dvobj->pusbdev->autosuspend_disabled = 0;//autosuspend disabled by the user
1401                         #endif
1402
1403                         //usb_autopm_get_interface(adapter_to_dvobj(padapter)->pusbintf );//init pm_usage_cnt ,let it start from 1
1404
1405                         #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32))
1406                         DBG_871X("%s...pm_usage_cnt(%d).....\n",__FUNCTION__,atomic_read(&(dvobj->pusbintf ->pm_usage_cnt)));
1407                         #else
1408                         DBG_871X("%s...pm_usage_cnt(%d).....\n",__FUNCTION__,dvobj->pusbintf ->pm_usage_cnt);
1409                         #endif
1410                 }
1411         }
1412 #endif
1413         //2012-07-11 Move here to prevent the 8723AS-VAU BT auto suspend influence
1414         #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33))
1415                         if (usb_autopm_get_interface(pusb_intf) < 0)
1416                                 {
1417                                         DBG_871X( "can't get autopm: \n");
1418                                 }
1419         #endif
1420 #ifdef  CONFIG_BT_COEXIST
1421         dvobj_to_pwrctl(dvobj)->autopm_cnt=1;
1422 #endif
1423
1424         // set mac addr
1425         rtw_macaddr_cfg(padapter->eeprompriv.mac_addr);
1426 #ifdef CONFIG_P2P       
1427         rtw_init_wifidirect_addrs(padapter, padapter->eeprompriv.mac_addr, padapter->eeprompriv.mac_addr);
1428 #endif // CONFIG_P2P
1429         DBG_871X("bDriverStopped:%d, bSurpriseRemoved:%d, bup:%d, hw_init_completed:%d\n"
1430                 , padapter->bDriverStopped
1431                 , padapter->bSurpriseRemoved
1432                 , padapter->bup
1433                 , padapter->hw_init_completed
1434         );
1435
1436         status = _SUCCESS;
1437
1438 free_hal_data:
1439         if(status != _SUCCESS && padapter->HalData)
1440                 rtw_mfree(padapter->HalData, sizeof(*(padapter->HalData)));
1441 free_wdev:
1442         if(status != _SUCCESS) {
1443                 #ifdef CONFIG_IOCTL_CFG80211
1444                 rtw_wdev_unregister(padapter->rtw_wdev);
1445                 rtw_wdev_free(padapter->rtw_wdev);
1446                 #endif
1447         }
1448 handle_dualmac:
1449         if (status != _SUCCESS)
1450                 rtw_handle_dualmac(padapter, 0);
1451 free_adapter:
1452         if (status != _SUCCESS) {
1453                 if (pnetdev)
1454                         rtw_free_netdev(pnetdev);
1455                 else
1456                         rtw_vmfree((u8*)padapter, sizeof(*padapter));
1457                 padapter = NULL;
1458         }
1459 exit:
1460         return padapter;
1461 }
1462
1463 static void rtw_usb_if1_deinit(_adapter *if1)
1464 {
1465         struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(if1);
1466         struct net_device *pnetdev = if1->pnetdev;
1467         struct mlme_priv *pmlmepriv= &if1->mlmepriv;
1468
1469         if(check_fwstate(pmlmepriv, _FW_LINKED))
1470                 rtw_disassoc_cmd(if1, 0, _FALSE);
1471
1472
1473 #ifdef CONFIG_AP_MODE
1474         free_mlme_ap_info(if1);
1475         #ifdef CONFIG_HOSTAPD_MLME
1476         hostapd_mode_unload(if1);
1477         #endif
1478 #endif
1479
1480         rtw_cancel_all_timer(if1);
1481
1482 #ifdef CONFIG_WOWLAN
1483         pwrctl->wowlan_mode=_FALSE;
1484 #endif //CONFIG_WOWLAN
1485
1486         rtw_dev_unload(if1);
1487
1488         DBG_871X("+r871xu_dev_remove, hw_init_completed=%d\n", if1->hw_init_completed);
1489
1490         rtw_handle_dualmac(if1, 0);
1491
1492 #ifdef CONFIG_IOCTL_CFG80211
1493         if(if1->rtw_wdev) {
1494                 rtw_wdev_free(if1->rtw_wdev);
1495         }
1496 #endif
1497
1498 #ifdef CONFIG_BT_COEXIST
1499         if(1 == pwrctl->autopm_cnt){
1500                 #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33))
1501                         usb_autopm_put_interface(adapter_to_dvobj(if1)->pusbintf);
1502                 #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20))
1503                         usb_autopm_enable(adapter_to_dvobj(if1)->pusbintf);
1504                 #else
1505                         usb_autosuspend_device(adapter_to_dvobj(if1)->pusbdev, 1);
1506                 #endif
1507                 pwrctl->autopm_cnt --;
1508         }
1509 #endif
1510
1511         rtw_free_drv_sw(if1);
1512
1513         if(pnetdev)
1514                 rtw_free_netdev(pnetdev);
1515
1516 #ifdef CONFIG_PLATFORM_RTD2880B
1517         DBG_871X("wlan link down\n");
1518         rtd2885_wlan_netlink_sendMsg("linkdown", "8712");
1519 #endif
1520
1521 }
1522
1523 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid)
1524 {
1525         _adapter *if1 = NULL, *if2 = NULL;
1526         int status = _FAIL;
1527         struct dvobj_priv *dvobj;
1528 #ifdef CONFIG_MULTI_VIR_IFACES
1529         int i;
1530 #endif //CONFIG_MULTI_VIR_IFACES
1531
1532         RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_init\n"));
1533         //DBG_871X("+rtw_drv_init\n");
1534
1535         //step 0.
1536         process_spec_devid(pdid);
1537
1538         /* Initialize dvobj_priv */
1539         if ((dvobj = usb_dvobj_init(pusb_intf)) == NULL) {
1540                 RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("initialize device object priv Failed!\n"));
1541                 goto exit;
1542         }
1543
1544         if ((if1 = rtw_usb_if1_init(dvobj, pusb_intf, pdid)) == NULL) {
1545                 DBG_871X("rtw_usb_if1_init Failed!\n");
1546                 goto free_dvobj;
1547         }
1548
1549 #ifdef CONFIG_CONCURRENT_MODE
1550         if((if2 = rtw_drv_if2_init(if1, usb_set_intf_ops)) == NULL) {
1551                 goto free_if1;
1552         }
1553 #ifdef CONFIG_MULTI_VIR_IFACES
1554         for(i=0; i<if1->registrypriv.ext_iface_num;i++)
1555         {
1556                 if(rtw_drv_add_vir_if(if1, usb_set_intf_ops) == NULL)
1557                 {
1558                         DBG_871X("rtw_drv_add_iface failed! (%d)\n", i);
1559                         goto free_if2;
1560                 }
1561         }
1562 #endif //CONFIG_MULTI_VIR_IFACES
1563 #endif
1564
1565 #ifdef CONFIG_INTEL_PROXIM
1566         rtw_sw_export=if1;
1567 #endif
1568
1569 #ifdef CONFIG_GLOBAL_UI_PID
1570         if(ui_pid[1]!=0) {
1571                 DBG_871X("ui_pid[1]:%d\n",ui_pid[1]);
1572                 rtw_signal_process(ui_pid[1], SIGUSR2);
1573         }
1574 #endif
1575
1576         //dev_alloc_name && register_netdev
1577         if((status = rtw_drv_register_netdev(if1)) != _SUCCESS) {
1578                 goto free_if2;
1579         }
1580
1581 #ifdef CONFIG_HOSTAPD_MLME
1582         hostapd_mode_init(if1);
1583 #endif
1584
1585 #ifdef CONFIG_PLATFORM_RTD2880B
1586         DBG_871X("wlan link up\n");
1587         rtd2885_wlan_netlink_sendMsg("linkup", "8712");
1588 #endif
1589
1590         RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-871x_drv - drv_init, success!\n"));
1591
1592         status = _SUCCESS;
1593
1594 free_if2:
1595         if(status != _SUCCESS && if2) {
1596                 #ifdef CONFIG_CONCURRENT_MODE
1597                 rtw_drv_if2_stop(if2);
1598                 rtw_drv_if2_free(if2);
1599                 #endif
1600         }
1601 free_if1:
1602         if (status != _SUCCESS && if1) {
1603                 rtw_usb_if1_deinit(if1);
1604         }
1605 free_dvobj:
1606         if (status != _SUCCESS)
1607                 usb_dvobj_deinit(pusb_intf);
1608 exit:
1609         return status == _SUCCESS?0:-ENODEV;
1610 }
1611
1612 /*
1613  * dev_remove() - our device is being removed
1614 */
1615 //rmmod module & unplug(SurpriseRemoved) will call r871xu_dev_remove() => how to recognize both
1616 static void rtw_dev_remove(struct usb_interface *pusb_intf)
1617 {
1618         struct dvobj_priv *dvobj = usb_get_intfdata(pusb_intf);
1619         struct pwrctrl_priv *pwrctl = dvobj_to_pwrctl(dvobj);
1620         _adapter *padapter = dvobj->if1;
1621         struct net_device *pnetdev = padapter->pnetdev;
1622         struct mlme_priv *pmlmepriv= &padapter->mlmepriv;
1623
1624 _func_enter_;
1625
1626         DBG_871X("+rtw_dev_remove\n");
1627         RT_TRACE(_module_hci_intfs_c_,_drv_err_,("+dev_remove()\n"));
1628
1629         dvobj->processing_dev_remove = _TRUE;
1630
1631         rtw_unregister_netdevs(dvobj);
1632
1633         if(usb_drv.drv_registered == _TRUE)
1634         {
1635                 //DBG_871X("r871xu_dev_remove():padapter->bSurpriseRemoved == _TRUE\n");
1636                 padapter->bSurpriseRemoved = _TRUE;
1637         }
1638         /*else
1639         {
1640                 //DBG_871X("r871xu_dev_remove():module removed\n");
1641                 padapter->hw_init_completed = _FALSE;
1642         }*/
1643
1644
1645 #if defined(CONFIG_HAS_EARLYSUSPEND) || defined(CONFIG_ANDROID_POWER)
1646         rtw_unregister_early_suspend(pwrctl);
1647 #endif
1648
1649         rtw_pm_set_ips(padapter, IPS_NONE);
1650         rtw_pm_set_lps(padapter, PS_MODE_ACTIVE);
1651
1652         LeaveAllPowerSaveMode(padapter);
1653
1654 #ifdef CONFIG_CONCURRENT_MODE
1655 #ifdef CONFIG_MULTI_VIR_IFACES
1656         rtw_drv_stop_vir_ifaces(dvobj);
1657 #endif //CONFIG_MULTI_VIR_IFACES
1658         rtw_drv_if2_stop(dvobj->if2);
1659 #endif //CONFIG_CONCURRENT_MODE
1660
1661         #ifdef CONFIG_BT_COEXIST
1662         rtw_btcoex_HaltNotify(padapter);
1663         #endif
1664
1665         rtw_usb_if1_deinit(padapter);
1666
1667 #ifdef CONFIG_CONCURRENT_MODE
1668 #ifdef CONFIG_MULTI_VIR_IFACES
1669         rtw_drv_free_vir_ifaces(dvobj);
1670 #endif //CONFIG_MULTI_VIR_IFACES
1671         rtw_drv_if2_free(dvobj->if2);
1672 #endif //CONFIG_CONCURRENT_MODE
1673
1674         usb_dvobj_deinit(pusb_intf);
1675
1676         RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-dev_remove()\n"));
1677         DBG_871X("-r871xu_dev_remove, done\n");
1678
1679
1680 #ifdef CONFIG_INTEL_PROXIM
1681         rtw_sw_export=NULL;
1682 #endif
1683
1684 _func_exit_;
1685
1686         return;
1687
1688 }
1689 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24))
1690 extern int console_suspend_enabled;
1691 #endif
1692
1693 static int rtw_drv_entry(void)
1694 {
1695         int ret = 0;
1696
1697         DBG_871X_LEVEL(_drv_always_, "module init start\n");
1698         dump_drv_version(RTW_DBGDUMP);
1699 #ifdef BTCOEXVERSION
1700         DBG_871X_LEVEL(_drv_always_, DRV_NAME" BT-Coex version = %s\n", BTCOEXVERSION);
1701 #endif // BTCOEXVERSION
1702
1703         ret = platform_wifi_power_on();
1704         if(ret != 0)
1705         {
1706                 DBG_871X("%s: power on failed!!(%d)\n", __FUNCTION__, ret);
1707                 ret = -1;
1708                 goto exit;
1709         }
1710 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24))
1711         //console_suspend_enabled=0;
1712 #endif
1713
1714         usb_drv.drv_registered = _TRUE;
1715         rtw_suspend_lock_init();
1716         rtw_drv_proc_init();
1717         rtw_ndev_notifier_register();
1718
1719         ret = usb_register(&usb_drv.usbdrv);
1720
1721         if (ret != 0) {
1722                 usb_drv.drv_registered = _FALSE;
1723                 rtw_suspend_lock_uninit();
1724                 rtw_drv_proc_deinit();
1725                 rtw_ndev_notifier_unregister();
1726                 goto exit;
1727         }
1728
1729 exit:
1730         DBG_871X_LEVEL(_drv_always_, "module init ret=%d\n", ret);
1731         return ret;
1732 }
1733
1734 static void rtw_drv_halt(void)
1735 {
1736         DBG_871X_LEVEL(_drv_always_, "module exit start\n");
1737
1738         usb_drv.drv_registered = _FALSE;
1739
1740         usb_deregister(&usb_drv.usbdrv);
1741
1742         platform_wifi_power_off();
1743
1744         rtw_suspend_lock_uninit();
1745         rtw_drv_proc_deinit();
1746         rtw_ndev_notifier_unregister();
1747
1748         DBG_871X_LEVEL(_drv_always_, "module exit success\n");
1749
1750         rtw_mstat_dump(RTW_DBGDUMP);
1751 }
1752
1753
1754 #include "wifi_version.h"
1755 #include <linux/rfkill-wlan.h>
1756
1757 int rockchip_wifi_init_module_rtkwifi(void)
1758 {
1759     printk("\n");
1760     printk("=======================================================\n");
1761     printk("==== Launching Wi-Fi driver! (Powered by Rockchip) ====\n");
1762     printk("=======================================================\n");
1763     printk("Realtek 8812AU USB WiFi driver (Powered by Rockchip,Ver %s) init.\n", RTL8192_DRV_VERSION);
1764     rockchip_wifi_power(1);
1765
1766     return rtw_drv_entry();
1767 }
1768
1769 void rockchip_wifi_exit_module_rtkwifi(void)
1770 {
1771     printk("\n");
1772     printk("=======================================================\n");
1773     printk("==== Dislaunching Wi-Fi driver! (Powered by Rockchip) ====\n");
1774     printk("=======================================================\n");
1775     printk("Realtek 8812AU USB WiFi driver (Powered by Rockchip,Ver %s) init.\n", RTL8192_DRV_VERSION);
1776     rtw_drv_halt();
1777     rockchip_wifi_power(0);
1778 }
1779
1780 module_init(rockchip_wifi_init_module_rtkwifi);
1781 module_exit(rockchip_wifi_exit_module_rtkwifi);
1782 //module_init(rtw_drv_entry);
1783 //module_exit(rtw_drv_halt);
1784
1785 #ifdef CONFIG_INTEL_PROXIM
1786 _adapter  *rtw_usb_get_sw_pointer(void)
1787 {
1788         return rtw_sw_export;
1789 }
1790 EXPORT_SYMBOL(rtw_usb_get_sw_pointer);
1791 #endif  //CONFIG_INTEL_PROXIM
1792