]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/wireless/rtlwifi/pci.c
ath9k_common: always update value in ath9k_cmn_update_txpow
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / wireless / rtlwifi / pci.c
CommitLineData
0c817338
LF
1/******************************************************************************
2 *
a8d76066 3 * Copyright(c) 2009-2012 Realtek Corporation.
0c817338
LF
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 * The full GNU General Public License is included in this distribution in the
19 * file called LICENSE.
20 *
21 * Contact Information:
22 * wlanfae <wlanfae@realtek.com>
23 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
24 * Hsinchu 300, Taiwan.
25 *
26 * Larry Finger <Larry.Finger@lwfinger.net>
27 *
28 *****************************************************************************/
29
0c817338 30#include "wifi.h"
d273bb20 31#include "core.h"
0c817338
LF
32#include "pci.h"
33#include "base.h"
34#include "ps.h"
c7cfe38e 35#include "efuse.h"
38506ece 36#include <linux/interrupt.h>
d273bb20 37#include <linux/export.h>
f11bbfd8 38#include <linux/kmemleak.h>
6f334c2b
LF
39#include <linux/module.h>
40
41MODULE_AUTHOR("lizhaoming <chaoming_li@realsil.com.cn>");
42MODULE_AUTHOR("Realtek WlanFAE <wlanfae@realtek.com>");
43MODULE_AUTHOR("Larry Finger <Larry.FInger@lwfinger.net>");
44MODULE_LICENSE("GPL");
45MODULE_DESCRIPTION("PCI basic driver for rtlwifi");
0c817338
LF
46
47static const u16 pcibridge_vendors[PCI_BRIDGE_VENDOR_MAX] = {
38506ece
LF
48 INTEL_VENDOR_ID,
49 ATI_VENDOR_ID,
50 AMD_VENDOR_ID,
51 SIS_VENDOR_ID
0c817338
LF
52};
53
c7cfe38e
C
54static const u8 ac_to_hwq[] = {
55 VO_QUEUE,
56 VI_QUEUE,
57 BE_QUEUE,
58 BK_QUEUE
59};
60
d3bb1429 61static u8 _rtl_mac_to_hwqueue(struct ieee80211_hw *hw,
c7cfe38e
C
62 struct sk_buff *skb)
63{
64 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
d3bb1429 65 __le16 fc = rtl_get_fc(skb);
c7cfe38e
C
66 u8 queue_index = skb_get_queue_mapping(skb);
67
68 if (unlikely(ieee80211_is_beacon(fc)))
69 return BEACON_QUEUE;
26634c4b 70 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))
c7cfe38e
C
71 return MGNT_QUEUE;
72 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192SE)
73 if (ieee80211_is_nullfunc(fc))
74 return HIGH_QUEUE;
75
76 return ac_to_hwq[queue_index];
77}
78
0c817338
LF
79/* Update PCI dependent default settings*/
80static void _rtl_pci_update_default_setting(struct ieee80211_hw *hw)
81{
82 struct rtl_priv *rtlpriv = rtl_priv(hw);
83 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
84 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw));
85 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
86 u8 pcibridge_vendor = pcipriv->ndis_adapter.pcibridge_vendor;
c7cfe38e 87 u8 init_aspm;
0c817338
LF
88
89 ppsc->reg_rfps_level = 0;
3db1cd5c 90 ppsc->support_aspm = false;
0c817338
LF
91
92 /*Update PCI ASPM setting */
93 ppsc->const_amdpci_aspm = rtlpci->const_amdpci_aspm;
94 switch (rtlpci->const_pci_aspm) {
95 case 0:
96 /*No ASPM */
97 break;
98
99 case 1:
100 /*ASPM dynamically enabled/disable. */
101 ppsc->reg_rfps_level |= RT_RF_LPS_LEVEL_ASPM;
102 break;
103
104 case 2:
105 /*ASPM with Clock Req dynamically enabled/disable. */
106 ppsc->reg_rfps_level |= (RT_RF_LPS_LEVEL_ASPM |
107 RT_RF_OFF_LEVL_CLK_REQ);
108 break;
109
110 case 3:
111 /*
112 * Always enable ASPM and Clock Req
113 * from initialization to halt.
114 * */
115 ppsc->reg_rfps_level &= ~(RT_RF_LPS_LEVEL_ASPM);
116 ppsc->reg_rfps_level |= (RT_RF_PS_LEVEL_ALWAYS_ASPM |
117 RT_RF_OFF_LEVL_CLK_REQ);
118 break;
119
120 case 4:
121 /*
122 * Always enable ASPM without Clock Req
123 * from initialization to halt.
124 * */
125 ppsc->reg_rfps_level &= ~(RT_RF_LPS_LEVEL_ASPM |
126 RT_RF_OFF_LEVL_CLK_REQ);
127 ppsc->reg_rfps_level |= RT_RF_PS_LEVEL_ALWAYS_ASPM;
128 break;
129 }
130
131 ppsc->reg_rfps_level |= RT_RF_OFF_LEVL_HALT_NIC;
132
133 /*Update Radio OFF setting */
134 switch (rtlpci->const_hwsw_rfoff_d3) {
135 case 1:
136 if (ppsc->reg_rfps_level & RT_RF_LPS_LEVEL_ASPM)
137 ppsc->reg_rfps_level |= RT_RF_OFF_LEVL_ASPM;
138 break;
139
140 case 2:
141 if (ppsc->reg_rfps_level & RT_RF_LPS_LEVEL_ASPM)
142 ppsc->reg_rfps_level |= RT_RF_OFF_LEVL_ASPM;
143 ppsc->reg_rfps_level |= RT_RF_OFF_LEVL_HALT_NIC;
144 break;
145
146 case 3:
147 ppsc->reg_rfps_level |= RT_RF_OFF_LEVL_PCI_D3;
148 break;
149 }
150
151 /*Set HW definition to determine if it supports ASPM. */
152 switch (rtlpci->const_support_pciaspm) {
c7cfe38e
C
153 case 0:{
154 /*Not support ASPM. */
155 bool support_aspm = false;
156 ppsc->support_aspm = support_aspm;
157 break;
158 }
159 case 1:{
160 /*Support ASPM. */
161 bool support_aspm = true;
162 bool support_backdoor = true;
163 ppsc->support_aspm = support_aspm;
164
165 /*if (priv->oem_id == RT_CID_TOSHIBA &&
166 !priv->ndis_adapter.amd_l1_patch)
167 support_backdoor = false; */
168
169 ppsc->support_backdoor = support_backdoor;
170
171 break;
172 }
0c817338
LF
173 case 2:
174 /*ASPM value set by chipset. */
c7cfe38e
C
175 if (pcibridge_vendor == PCI_BRIDGE_VENDOR_INTEL) {
176 bool support_aspm = true;
177 ppsc->support_aspm = support_aspm;
178 }
0c817338
LF
179 break;
180 default:
181 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
f30d7507 182 "switch case not processed\n");
0c817338
LF
183 break;
184 }
c7cfe38e
C
185
186 /* toshiba aspm issue, toshiba will set aspm selfly
187 * so we should not set aspm in driver */
188 pci_read_config_byte(rtlpci->pdev, 0x80, &init_aspm);
189 if (rtlpriv->rtlhal.hw_type == HARDWARE_TYPE_RTL8192SE &&
190 init_aspm == 0x43)
191 ppsc->support_aspm = false;
192}
193
0c817338
LF
194static bool _rtl_pci_platform_switch_device_pci_aspm(
195 struct ieee80211_hw *hw,
196 u8 value)
197{
198 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
c7cfe38e
C
199 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
200
201 if (rtlhal->hw_type != HARDWARE_TYPE_RTL8192SE)
202 value |= 0x40;
0c817338 203
0c817338
LF
204 pci_write_config_byte(rtlpci->pdev, 0x80, value);
205
32473284 206 return false;
0c817338
LF
207}
208
209/*When we set 0x01 to enable clk request. Set 0x0 to disable clk req.*/
1d73c51a 210static void _rtl_pci_switch_clk_req(struct ieee80211_hw *hw, u8 value)
0c817338
LF
211{
212 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
c7cfe38e 213 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
0c817338 214
0c817338 215 pci_write_config_byte(rtlpci->pdev, 0x81, value);
0c817338 216
c7cfe38e
C
217 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192SE)
218 udelay(100);
0c817338
LF
219}
220
221/*Disable RTL8192SE ASPM & Disable Pci Bridge ASPM*/
222static void rtl_pci_disable_aspm(struct ieee80211_hw *hw)
223{
224 struct rtl_priv *rtlpriv = rtl_priv(hw);
225 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
226 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw));
227 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
228 u8 pcibridge_vendor = pcipriv->ndis_adapter.pcibridge_vendor;
0c817338
LF
229 u8 num4bytes = pcipriv->ndis_adapter.num4bytes;
230 /*Retrieve original configuration settings. */
231 u8 linkctrl_reg = pcipriv->ndis_adapter.linkctrl_reg;
232 u16 pcibridge_linkctrlreg = pcipriv->ndis_adapter.
233 pcibridge_linkctrlreg;
234 u16 aspmlevel = 0;
32473284 235 u8 tmp_u1b = 0;
0c817338 236
c7cfe38e
C
237 if (!ppsc->support_aspm)
238 return;
239
0c817338
LF
240 if (pcibridge_vendor == PCI_BRIDGE_VENDOR_UNKNOWN) {
241 RT_TRACE(rtlpriv, COMP_POWER, DBG_TRACE,
f30d7507 242 "PCI(Bridge) UNKNOWN\n");
0c817338
LF
243
244 return;
245 }
246
247 if (ppsc->reg_rfps_level & RT_RF_OFF_LEVL_CLK_REQ) {
248 RT_CLEAR_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_CLK_REQ);
249 _rtl_pci_switch_clk_req(hw, 0x0);
250 }
251
32473284
LF
252 /*for promising device will in L0 state after an I/O. */
253 pci_read_config_byte(rtlpci->pdev, 0x80, &tmp_u1b);
0c817338
LF
254
255 /*Set corresponding value. */
256 aspmlevel |= BIT(0) | BIT(1);
257 linkctrl_reg &= ~aspmlevel;
258 pcibridge_linkctrlreg &= ~(BIT(0) | BIT(1));
259
260 _rtl_pci_platform_switch_device_pci_aspm(hw, linkctrl_reg);
261 udelay(50);
262
263 /*4 Disable Pci Bridge ASPM */
886e14b6
LF
264 pci_write_config_byte(rtlpci->pdev, (num4bytes << 2),
265 pcibridge_linkctrlreg);
0c817338
LF
266
267 udelay(50);
0c817338
LF
268}
269
270/*
271 *Enable RTL8192SE ASPM & Enable Pci Bridge ASPM for
272 *power saving We should follow the sequence to enable
273 *RTL8192SE first then enable Pci Bridge ASPM
274 *or the system will show bluescreen.
275 */
276static void rtl_pci_enable_aspm(struct ieee80211_hw *hw)
277{
278 struct rtl_priv *rtlpriv = rtl_priv(hw);
279 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
280 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw));
281 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
0c817338 282 u8 pcibridge_vendor = pcipriv->ndis_adapter.pcibridge_vendor;
0c817338
LF
283 u8 num4bytes = pcipriv->ndis_adapter.num4bytes;
284 u16 aspmlevel;
285 u8 u_pcibridge_aspmsetting;
286 u8 u_device_aspmsetting;
287
c7cfe38e
C
288 if (!ppsc->support_aspm)
289 return;
290
0c817338
LF
291 if (pcibridge_vendor == PCI_BRIDGE_VENDOR_UNKNOWN) {
292 RT_TRACE(rtlpriv, COMP_POWER, DBG_TRACE,
f30d7507 293 "PCI(Bridge) UNKNOWN\n");
0c817338
LF
294 return;
295 }
296
297 /*4 Enable Pci Bridge ASPM */
0c817338
LF
298
299 u_pcibridge_aspmsetting =
300 pcipriv->ndis_adapter.pcibridge_linkctrlreg |
301 rtlpci->const_hostpci_aspm_setting;
302
303 if (pcibridge_vendor == PCI_BRIDGE_VENDOR_INTEL)
304 u_pcibridge_aspmsetting &= ~BIT(0);
305
886e14b6
LF
306 pci_write_config_byte(rtlpci->pdev, (num4bytes << 2),
307 u_pcibridge_aspmsetting);
0c817338
LF
308
309 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
26634c4b 310 "PlatformEnableASPM(): Write reg[%x] = %x\n",
f30d7507
JP
311 (pcipriv->ndis_adapter.pcibridge_pciehdr_offset + 0x10),
312 u_pcibridge_aspmsetting);
0c817338
LF
313
314 udelay(50);
315
316 /*Get ASPM level (with/without Clock Req) */
317 aspmlevel = rtlpci->const_devicepci_aspm_setting;
318 u_device_aspmsetting = pcipriv->ndis_adapter.linkctrl_reg;
319
320 /*_rtl_pci_platform_switch_device_pci_aspm(dev,*/
321 /*(priv->ndis_adapter.linkctrl_reg | ASPMLevel)); */
322
323 u_device_aspmsetting |= aspmlevel;
324
325 _rtl_pci_platform_switch_device_pci_aspm(hw, u_device_aspmsetting);
326
327 if (ppsc->reg_rfps_level & RT_RF_OFF_LEVL_CLK_REQ) {
328 _rtl_pci_switch_clk_req(hw, (ppsc->reg_rfps_level &
329 RT_RF_OFF_LEVL_CLK_REQ) ? 1 : 0);
330 RT_SET_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_CLK_REQ);
331 }
c7cfe38e 332 udelay(100);
0c817338
LF
333}
334
335static bool rtl_pci_get_amd_l1_patch(struct ieee80211_hw *hw)
336{
886e14b6 337 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
0c817338
LF
338
339 bool status = false;
340 u8 offset_e0;
341 unsigned offset_e4;
342
886e14b6 343 pci_write_config_byte(rtlpci->pdev, 0xe0, 0xa0);
0c817338 344
886e14b6 345 pci_read_config_byte(rtlpci->pdev, 0xe0, &offset_e0);
0c817338
LF
346
347 if (offset_e0 == 0xA0) {
886e14b6 348 pci_read_config_dword(rtlpci->pdev, 0xe4, &offset_e4);
0c817338
LF
349 if (offset_e4 & BIT(23))
350 status = true;
351 }
352
353 return status;
354}
355
26634c4b
LF
356static bool rtl_pci_check_buddy_priv(struct ieee80211_hw *hw,
357 struct rtl_priv **buddy_priv)
358{
359 struct rtl_priv *rtlpriv = rtl_priv(hw);
360 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
361 bool find_buddy_priv = false;
362 struct rtl_priv *tpriv = NULL;
363 struct rtl_pci_priv *tpcipriv = NULL;
364
365 if (!list_empty(&rtlpriv->glb_var->glb_priv_list)) {
366 list_for_each_entry(tpriv, &rtlpriv->glb_var->glb_priv_list,
367 list) {
368 if (tpriv) {
369 tpcipriv = (struct rtl_pci_priv *)tpriv->priv;
370 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
371 "pcipriv->ndis_adapter.funcnumber %x\n",
372 pcipriv->ndis_adapter.funcnumber);
373 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
374 "tpcipriv->ndis_adapter.funcnumber %x\n",
375 tpcipriv->ndis_adapter.funcnumber);
376
377 if ((pcipriv->ndis_adapter.busnumber ==
378 tpcipriv->ndis_adapter.busnumber) &&
379 (pcipriv->ndis_adapter.devnumber ==
380 tpcipriv->ndis_adapter.devnumber) &&
381 (pcipriv->ndis_adapter.funcnumber !=
382 tpcipriv->ndis_adapter.funcnumber)) {
383 find_buddy_priv = true;
384 break;
385 }
386 }
387 }
388 }
389
390 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
391 "find_buddy_priv %d\n", find_buddy_priv);
392
393 if (find_buddy_priv)
394 *buddy_priv = tpriv;
395
396 return find_buddy_priv;
397}
398
d3bb1429 399static void rtl_pci_get_linkcontrol_field(struct ieee80211_hw *hw)
0c817338
LF
400{
401 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
886e14b6 402 struct rtl_pci *rtlpci = rtl_pcidev(pcipriv);
0c817338 403 u8 capabilityoffset = pcipriv->ndis_adapter.pcibridge_pciehdr_offset;
0c817338 404 u8 linkctrl_reg;
c7cfe38e 405 u8 num4bbytes;
0c817338 406
c7cfe38e 407 num4bbytes = (capabilityoffset + 0x10) / 4;
0c817338
LF
408
409 /*Read Link Control Register */
886e14b6 410 pci_read_config_byte(rtlpci->pdev, (num4bbytes << 2), &linkctrl_reg);
0c817338
LF
411
412 pcipriv->ndis_adapter.pcibridge_linkctrlreg = linkctrl_reg;
413}
414
415static void rtl_pci_parse_configuration(struct pci_dev *pdev,
416 struct ieee80211_hw *hw)
417{
418 struct rtl_priv *rtlpriv = rtl_priv(hw);
419 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
420
421 u8 tmp;
332badc3 422 u16 linkctrl_reg;
0c817338
LF
423
424 /*Link Control Register */
332badc3
JL
425 pcie_capability_read_word(pdev, PCI_EXP_LNKCTL, &linkctrl_reg);
426 pcipriv->ndis_adapter.linkctrl_reg = (u8)linkctrl_reg;
0c817338 427
f30d7507
JP
428 RT_TRACE(rtlpriv, COMP_INIT, DBG_TRACE, "Link Control Register =%x\n",
429 pcipriv->ndis_adapter.linkctrl_reg);
0c817338
LF
430
431 pci_read_config_byte(pdev, 0x98, &tmp);
432 tmp |= BIT(4);
433 pci_write_config_byte(pdev, 0x98, tmp);
434
435 tmp = 0x17;
436 pci_write_config_byte(pdev, 0x70f, tmp);
437}
438
c7cfe38e 439static void rtl_pci_init_aspm(struct ieee80211_hw *hw)
0c817338
LF
440{
441 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw));
442
443 _rtl_pci_update_default_setting(hw);
444
445 if (ppsc->reg_rfps_level & RT_RF_PS_LEVEL_ALWAYS_ASPM) {
446 /*Always enable ASPM & Clock Req. */
447 rtl_pci_enable_aspm(hw);
448 RT_SET_PS_LEVEL(ppsc, RT_RF_PS_LEVEL_ALWAYS_ASPM);
449 }
450
451}
452
0c817338
LF
453static void _rtl_pci_io_handler_init(struct device *dev,
454 struct ieee80211_hw *hw)
455{
456 struct rtl_priv *rtlpriv = rtl_priv(hw);
457
458 rtlpriv->io.dev = dev;
459
460 rtlpriv->io.write8_async = pci_write8_async;
461 rtlpriv->io.write16_async = pci_write16_async;
462 rtlpriv->io.write32_async = pci_write32_async;
463
464 rtlpriv->io.read8_sync = pci_read8_sync;
465 rtlpriv->io.read16_sync = pci_read16_sync;
466 rtlpriv->io.read32_sync = pci_read32_sync;
467
468}
469
c7cfe38e
C
470static bool _rtl_update_earlymode_info(struct ieee80211_hw *hw,
471 struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc, u8 tid)
472{
473 struct rtl_priv *rtlpriv = rtl_priv(hw);
474 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
26634c4b 475 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
c7cfe38e 476 struct sk_buff *next_skb;
26634c4b 477 u8 additionlen = FCS_LEN;
c7cfe38e
C
478
479 /* here open is 4, wep/tkip is 8, aes is 12*/
480 if (info->control.hw_key)
481 additionlen += info->control.hw_key->icv_len;
482
483 /* The most skb num is 6 */
484 tcb_desc->empkt_num = 0;
485 spin_lock_bh(&rtlpriv->locks.waitq_lock);
486 skb_queue_walk(&rtlpriv->mac80211.skb_waitq[tid], next_skb) {
487 struct ieee80211_tx_info *next_info;
488
489 next_info = IEEE80211_SKB_CB(next_skb);
490 if (next_info->flags & IEEE80211_TX_CTL_AMPDU) {
491 tcb_desc->empkt_len[tcb_desc->empkt_num] =
492 next_skb->len + additionlen;
493 tcb_desc->empkt_num++;
494 } else {
495 break;
496 }
497
498 if (skb_queue_is_last(&rtlpriv->mac80211.skb_waitq[tid],
499 next_skb))
500 break;
501
26634c4b 502 if (tcb_desc->empkt_num >= rtlhal->max_earlymode_num)
c7cfe38e
C
503 break;
504 }
505 spin_unlock_bh(&rtlpriv->locks.waitq_lock);
506
507 return true;
508}
509
510/* just for early mode now */
511static void _rtl_pci_tx_chk_waitq(struct ieee80211_hw *hw)
512{
513 struct rtl_priv *rtlpriv = rtl_priv(hw);
514 struct rtl_mac *mac = rtl_mac(rtl_priv(hw));
515 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
516 struct sk_buff *skb = NULL;
517 struct ieee80211_tx_info *info = NULL;
26634c4b 518 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
fb914ebf 519 int tid;
c7cfe38e
C
520
521 if (!rtlpriv->rtlhal.earlymode_enable)
522 return;
523
26634c4b
LF
524 if (rtlpriv->dm.supp_phymode_switch &&
525 (rtlpriv->easy_concurrent_ctl.switch_in_process ||
526 (rtlpriv->buddy_priv &&
527 rtlpriv->buddy_priv->easy_concurrent_ctl.switch_in_process)))
528 return;
c7cfe38e
C
529 /* we juse use em for BE/BK/VI/VO */
530 for (tid = 7; tid >= 0; tid--) {
2a00def4 531 u8 hw_queue = ac_to_hwq[rtl_tid_to_ac(tid)];
c7cfe38e
C
532 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[hw_queue];
533 while (!mac->act_scanning &&
534 rtlpriv->psc.rfpwr_state == ERFON) {
535 struct rtl_tcb_desc tcb_desc;
536 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc));
537
538 spin_lock_bh(&rtlpriv->locks.waitq_lock);
539 if (!skb_queue_empty(&mac->skb_waitq[tid]) &&
26634c4b
LF
540 (ring->entries - skb_queue_len(&ring->queue) >
541 rtlhal->max_earlymode_num)) {
c7cfe38e
C
542 skb = skb_dequeue(&mac->skb_waitq[tid]);
543 } else {
544 spin_unlock_bh(&rtlpriv->locks.waitq_lock);
545 break;
546 }
547 spin_unlock_bh(&rtlpriv->locks.waitq_lock);
548
549 /* Some macaddr can't do early mode. like
550 * multicast/broadcast/no_qos data */
551 info = IEEE80211_SKB_CB(skb);
552 if (info->flags & IEEE80211_TX_CTL_AMPDU)
553 _rtl_update_earlymode_info(hw, skb,
554 &tcb_desc, tid);
555
36323f81 556 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc);
c7cfe38e
C
557 }
558 }
559}
560
561
0c817338
LF
562static void _rtl_pci_tx_isr(struct ieee80211_hw *hw, int prio)
563{
564 struct rtl_priv *rtlpriv = rtl_priv(hw);
565 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
566
567 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[prio];
568
569 while (skb_queue_len(&ring->queue)) {
0c817338
LF
570 struct sk_buff *skb;
571 struct ieee80211_tx_info *info;
c7cfe38e
C
572 __le16 fc;
573 u8 tid;
38506ece 574 u8 *entry;
0c817338 575
38506ece
LF
576 if (rtlpriv->use_new_trx_flow)
577 entry = (u8 *)(&ring->buffer_desc[ring->idx]);
578 else
579 entry = (u8 *)(&ring->desc[ring->idx]);
0c817338 580
38506ece 581 if (!rtlpriv->cfg->ops->is_tx_desc_closed(hw, prio, ring->idx))
0c817338
LF
582 return;
583 ring->idx = (ring->idx + 1) % ring->entries;
584
585 skb = __skb_dequeue(&ring->queue);
586 pci_unmap_single(rtlpci->pdev,
d3bb1429 587 rtlpriv->cfg->ops->
38506ece 588 get_desc((u8 *)entry, true,
d3bb1429 589 HW_DESC_TXBUFF_ADDR),
0c817338
LF
590 skb->len, PCI_DMA_TODEVICE);
591
c7cfe38e
C
592 /* remove early mode header */
593 if (rtlpriv->rtlhal.earlymode_enable)
594 skb_pull(skb, EM_HDR_LEN);
595
0c817338 596 RT_TRACE(rtlpriv, (COMP_INTR | COMP_SEND), DBG_TRACE,
f30d7507
JP
597 "new ring->idx:%d, free: skb_queue_len:%d, free: seq:%x\n",
598 ring->idx,
599 skb_queue_len(&ring->queue),
38506ece 600 *(u16 *)(skb->data + 22));
0c817338 601
c7cfe38e
C
602 if (prio == TXCMD_QUEUE) {
603 dev_kfree_skb(skb);
604 goto tx_status_ok;
605
606 }
607
608 /* for sw LPS, just after NULL skb send out, we can
26634c4b
LF
609 * sure AP knows we are sleeping, we should not let
610 * rf sleep
611 */
c7cfe38e
C
612 fc = rtl_get_fc(skb);
613 if (ieee80211_is_nullfunc(fc)) {
614 if (ieee80211_has_pm(fc)) {
9c050440 615 rtlpriv->mac80211.offchan_delay = true;
3db1cd5c 616 rtlpriv->psc.state_inap = true;
c7cfe38e 617 } else {
3db1cd5c 618 rtlpriv->psc.state_inap = false;
c7cfe38e
C
619 }
620 }
26634c4b
LF
621 if (ieee80211_is_action(fc)) {
622 struct ieee80211_mgmt *action_frame =
623 (struct ieee80211_mgmt *)skb->data;
624 if (action_frame->u.action.u.ht_smps.action ==
625 WLAN_HT_ACTION_SMPS) {
626 dev_kfree_skb(skb);
627 goto tx_status_ok;
628 }
629 }
c7cfe38e
C
630
631 /* update tid tx pkt num */
632 tid = rtl_get_tid(skb);
633 if (tid <= 7)
634 rtlpriv->link_info.tidtx_inperiod[tid]++;
635
0c817338
LF
636 info = IEEE80211_SKB_CB(skb);
637 ieee80211_tx_info_clear_status(info);
638
639 info->flags |= IEEE80211_TX_STAT_ACK;
640 /*info->status.rates[0].count = 1; */
641
642 ieee80211_tx_status_irqsafe(hw, skb);
643
644 if ((ring->entries - skb_queue_len(&ring->queue))
645 == 2) {
646
647 RT_TRACE(rtlpriv, COMP_ERR, DBG_LOUD,
4f4378de 648 "more desc left, wake skb_queue@%d, ring->idx = %d, skb_queue_len = 0x%x\n",
f30d7507
JP
649 prio, ring->idx,
650 skb_queue_len(&ring->queue));
0c817338
LF
651
652 ieee80211_wake_queue(hw,
653 skb_get_queue_mapping
654 (skb));
655 }
c7cfe38e 656tx_status_ok:
0c817338
LF
657 skb = NULL;
658 }
659
660 if (((rtlpriv->link_info.num_rx_inperiod +
661 rtlpriv->link_info.num_tx_inperiod) > 8) ||
662 (rtlpriv->link_info.num_rx_inperiod > 2)) {
a269913c
LF
663 rtlpriv->enter_ps = false;
664 schedule_work(&rtlpriv->works.lps_change_work);
0c817338
LF
665 }
666}
667
38506ece
LF
668static int _rtl_pci_init_one_rxdesc(struct ieee80211_hw *hw,
669 u8 *entry, int rxring_idx, int desc_idx)
fd854772
MM
670{
671 struct rtl_priv *rtlpriv = rtl_priv(hw);
38506ece
LF
672 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
673 u32 bufferaddress;
674 u8 tmp_one = 1;
675 struct sk_buff *skb;
676
677 skb = dev_alloc_skb(rtlpci->rxbuffersize);
678 if (!skb)
679 return 0;
680 rtlpci->rx_ring[rxring_idx].rx_buf[desc_idx] = skb;
681
682 /* just set skb->cb to mapping addr for pci_unmap_single use */
683 *((dma_addr_t *)skb->cb) =
684 pci_map_single(rtlpci->pdev, skb_tail_pointer(skb),
685 rtlpci->rxbuffersize, PCI_DMA_FROMDEVICE);
686 bufferaddress = *((dma_addr_t *)skb->cb);
687 if (pci_dma_mapping_error(rtlpci->pdev, bufferaddress))
688 return 0;
689 if (rtlpriv->use_new_trx_flow) {
690 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false,
691 HW_DESC_RX_PREPARE,
692 (u8 *)&bufferaddress);
fd854772 693 } else {
38506ece
LF
694 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false,
695 HW_DESC_RXBUFF_ADDR,
696 (u8 *)&bufferaddress);
697 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false,
698 HW_DESC_RXPKT_LEN,
699 (u8 *)&rtlpci->rxbuffersize);
700 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false,
701 HW_DESC_RXOWN,
702 (u8 *)&tmp_one);
fd854772 703 }
38506ece
LF
704 return 1;
705}
fd854772 706
38506ece
LF
707/* inorder to receive 8K AMSDU we have set skb to
708 * 9100bytes in init rx ring, but if this packet is
709 * not a AMSDU, this large packet will be sent to
710 * TCP/IP directly, this cause big packet ping fail
711 * like: "ping -s 65507", so here we will realloc skb
712 * based on the true size of packet, Mac80211
713 * Probably will do it better, but does not yet.
714 *
715 * Some platform will fail when alloc skb sometimes.
716 * in this condition, we will send the old skb to
717 * mac80211 directly, this will not cause any other
718 * issues, but only this packet will be lost by TCP/IP
719 */
720static void _rtl_pci_rx_to_mac80211(struct ieee80211_hw *hw,
721 struct sk_buff *skb,
722 struct ieee80211_rx_status rx_status)
723{
724 if (unlikely(!rtl_action_proc(hw, skb, false))) {
725 dev_kfree_skb_any(skb);
726 } else {
727 struct sk_buff *uskb = NULL;
728 u8 *pdata;
729
730 uskb = dev_alloc_skb(skb->len + 128);
731 if (likely(uskb)) {
732 memcpy(IEEE80211_SKB_RXCB(uskb), &rx_status,
733 sizeof(rx_status));
734 pdata = (u8 *)skb_put(uskb, skb->len);
735 memcpy(pdata, skb->data, skb->len);
736 dev_kfree_skb_any(skb);
737 ieee80211_rx_irqsafe(hw, uskb);
738 } else {
739 ieee80211_rx_irqsafe(hw, skb);
740 }
fd854772 741 }
38506ece 742}
fd854772 743
38506ece
LF
744/*hsisr interrupt handler*/
745static void _rtl_pci_hs_interrupt(struct ieee80211_hw *hw)
746{
747 struct rtl_priv *rtlpriv = rtl_priv(hw);
748 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
fd854772 749
38506ece
LF
750 rtl_write_byte(rtlpriv, rtlpriv->cfg->maps[MAC_HSISR],
751 rtl_read_byte(rtlpriv, rtlpriv->cfg->maps[MAC_HSISR]) |
752 rtlpci->sys_irq_mask);
fd854772
MM
753}
754
0c817338
LF
755static void _rtl_pci_rx_interrupt(struct ieee80211_hw *hw)
756{
757 struct rtl_priv *rtlpriv = rtl_priv(hw);
758 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
38506ece 759 int rxring_idx = RTL_PCI_RX_MPDU_QUEUE;
0c817338
LF
760 struct ieee80211_rx_status rx_status = { 0 };
761 unsigned int count = rtlpci->rxringcount;
762 u8 own;
763 u8 tmp_one;
38506ece
LF
764 bool unicast = false;
765 u8 hw_queue = 0;
766 unsigned int rx_remained_cnt;
0c817338
LF
767 struct rtl_stats stats = {
768 .signal = 0,
0c817338
LF
769 .rate = 0,
770 };
771
772 /*RX NORMAL PKT */
773 while (count--) {
38506ece
LF
774 struct ieee80211_hdr *hdr;
775 __le16 fc;
776 u16 len;
777 /*rx buffer descriptor */
778 struct rtl_rx_buffer_desc *buffer_desc = NULL;
779 /*if use new trx flow, it means wifi info */
780 struct rtl_rx_desc *pdesc = NULL;
0c817338 781 /*rx pkt */
38506ece
LF
782 struct sk_buff *skb = rtlpci->rx_ring[rxring_idx].rx_buf[
783 rtlpci->rx_ring[rxring_idx].idx];
784
785 if (rtlpriv->use_new_trx_flow) {
786 rx_remained_cnt =
787 rtlpriv->cfg->ops->rx_desc_buff_remained_cnt(hw,
788 hw_queue);
789 if (rx_remained_cnt < 1)
790 return;
791
792 } else { /* rx descriptor */
793 pdesc = &rtlpci->rx_ring[rxring_idx].desc[
794 rtlpci->rx_ring[rxring_idx].idx];
795
796 own = (u8)rtlpriv->cfg->ops->get_desc((u8 *)pdesc,
797 false,
798 HW_DESC_OWN);
799 if (own) /* wait data to be filled by hardware */
800 return;
801 }
6633d649 802
38506ece
LF
803 /* Reaching this point means: data is filled already
804 * AAAAAAttention !!!
805 * We can NOT access 'skb' before 'pci_unmap_single'
806 */
807 pci_unmap_single(rtlpci->pdev, *((dma_addr_t *)skb->cb),
808 rtlpci->rxbuffersize, PCI_DMA_FROMDEVICE);
809
810 if (rtlpriv->use_new_trx_flow) {
811 buffer_desc =
812 &rtlpci->rx_ring[rxring_idx].buffer_desc
813 [rtlpci->rx_ring[rxring_idx].idx];
814 /*means rx wifi info*/
815 pdesc = (struct rtl_rx_desc *)skb->data;
816 }
817 memset(&rx_status , 0 , sizeof(rx_status));
2c333366 818 rtlpriv->cfg->ops->query_rx_desc(hw, &stats,
38506ece 819 &rx_status, (u8 *)pdesc, skb);
2c333366 820
38506ece
LF
821 if (rtlpriv->use_new_trx_flow)
822 rtlpriv->cfg->ops->rx_check_dma_ok(hw,
823 (u8 *)buffer_desc,
824 hw_queue);
8db8ddf1 825
38506ece
LF
826 len = rtlpriv->cfg->ops->get_desc((u8 *)pdesc, false,
827 HW_DESC_RXPKT_LEN);
2c333366 828
38506ece
LF
829 if (skb->end - skb->tail > len) {
830 skb_put(skb, len);
831 if (rtlpriv->use_new_trx_flow)
832 skb_reserve(skb, stats.rx_drvinfo_size +
833 stats.rx_bufshift + 24);
834 else
835 skb_reserve(skb, stats.rx_drvinfo_size +
836 stats.rx_bufshift);
2c333366 837
38506ece
LF
838 } else {
839 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING,
840 "skb->end - skb->tail = %d, len is %d\n",
841 skb->end - skb->tail, len);
842 break;
843 }
844 /* handle command packet here */
845 if (rtlpriv->cfg->ops->rx_command_packet(hw, stats, skb)) {
846 dev_kfree_skb_any(skb);
847 goto end;
848 }
2c333366
MM
849
850 /*
851 * NOTICE This can not be use for mac80211,
852 * this is done in mac80211 code,
38506ece 853 * if done here sec DHCP will fail
2c333366
MM
854 * skb_trim(skb, skb->len - 4);
855 */
856
38506ece
LF
857 hdr = rtl_get_hdr(skb);
858 fc = rtl_get_fc(skb);
859
860 if (!stats.crc && !stats.hwerror) {
861 memcpy(IEEE80211_SKB_RXCB(skb), &rx_status,
862 sizeof(rx_status));
863
864 if (is_broadcast_ether_addr(hdr->addr1)) {
865 ;/*TODO*/
866 } else if (is_multicast_ether_addr(hdr->addr1)) {
867 ;/*TODO*/
868 } else {
869 unicast = true;
870 rtlpriv->stats.rxbytesunicast += skb->len;
871 }
872 rtl_is_special_data(hw, skb, false);
0c817338 873
38506ece
LF
874 if (ieee80211_is_data(fc)) {
875 rtlpriv->cfg->ops->led_control(hw, LED_CTL_RX);
876 if (unicast)
877 rtlpriv->link_info.num_rx_inperiod++;
878 }
879 /* static bcn for roaming */
880 rtl_beacon_statistic(hw, skb);
881 rtl_p2p_info(hw, (void *)skb->data, skb->len);
882 /* for sw lps */
883 rtl_swlps_beacon(hw, (void *)skb->data, skb->len);
884 rtl_recognize_peer(hw, (void *)skb->data, skb->len);
885 if ((rtlpriv->mac80211.opmode == NL80211_IFTYPE_AP) &&
886 (rtlpriv->rtlhal.current_bandtype ==
887 BAND_ON_2_4G) &&
888 (ieee80211_is_beacon(fc) ||
889 ieee80211_is_probe_resp(fc))) {
890 dev_kfree_skb_any(skb);
891 } else {
892 _rtl_pci_rx_to_mac80211(hw, skb, rx_status);
893 }
894 } else {
895 dev_kfree_skb_any(skb);
896 }
897 if (rtlpriv->use_new_trx_flow) {
898 rtlpci->rx_ring[hw_queue].next_rx_rp += 1;
899 rtlpci->rx_ring[hw_queue].next_rx_rp %=
900 RTL_PCI_MAX_RX_COUNT;
901
902 rx_remained_cnt--;
903 rtl_write_word(rtlpriv, 0x3B4,
904 rtlpci->rx_ring[hw_queue].next_rx_rp);
905 }
2c333366 906 if (((rtlpriv->link_info.num_rx_inperiod +
a269913c
LF
907 rtlpriv->link_info.num_tx_inperiod) > 8) ||
908 (rtlpriv->link_info.num_rx_inperiod > 2)) {
909 rtlpriv->enter_ps = false;
910 schedule_work(&rtlpriv->works.lps_change_work);
2c333366 911 }
38506ece
LF
912end:
913 if (rtlpriv->use_new_trx_flow) {
914 _rtl_pci_init_one_rxdesc(hw, (u8 *)buffer_desc,
915 rxring_idx,
916 rtlpci->rx_ring[rxring_idx].idx);
917 } else {
918 _rtl_pci_init_one_rxdesc(hw, (u8 *)pdesc, rxring_idx,
919 rtlpci->rx_ring[rxring_idx].idx);
0c817338 920
38506ece
LF
921 if (rtlpci->rx_ring[rxring_idx].idx ==
922 rtlpci->rxringcount - 1)
923 rtlpriv->cfg->ops->set_desc(hw, (u8 *)pdesc,
924 false,
925 HW_DESC_RXERO,
926 (u8 *)&tmp_one);
927 }
928 rtlpci->rx_ring[rxring_idx].idx =
929 (rtlpci->rx_ring[rxring_idx].idx + 1) %
930 rtlpci->rxringcount;
0c817338 931 }
0c817338
LF
932}
933
0c817338
LF
934static irqreturn_t _rtl_pci_interrupt(int irq, void *dev_id)
935{
936 struct ieee80211_hw *hw = dev_id;
38506ece 937 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
0c817338 938 struct rtl_priv *rtlpriv = rtl_priv(hw);
c7cfe38e 939 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
0c817338
LF
940 unsigned long flags;
941 u32 inta = 0;
942 u32 intb = 0;
de2e56ce 943 irqreturn_t ret = IRQ_HANDLED;
0c817338 944
38506ece
LF
945 if (rtlpci->irq_enabled == 0)
946 return ret;
947
948 spin_lock_irqsave(&rtlpriv->locks.irq_th_lock , flags);
949 rtlpriv->cfg->ops->disable_interrupt(hw);
0c817338
LF
950
951 /*read ISR: 4/8bytes */
952 rtlpriv->cfg->ops->interrupt_recognized(hw, &inta, &intb);
953
954 /*Shared IRQ or HW disappared */
0529c6b8 955 if (!inta || inta == 0xffff)
0c817338
LF
956 goto done;
957
958 /*<1> beacon related */
959 if (inta & rtlpriv->cfg->maps[RTL_IMR_TBDOK]) {
960 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 961 "beacon ok interrupt!\n");
0c817338
LF
962 }
963
964 if (unlikely(inta & rtlpriv->cfg->maps[RTL_IMR_TBDER])) {
965 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 966 "beacon err interrupt!\n");
0c817338
LF
967 }
968
969 if (inta & rtlpriv->cfg->maps[RTL_IMR_BDOK]) {
f30d7507 970 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE, "beacon interrupt!\n");
0c817338
LF
971 }
972
e6deaf81 973 if (inta & rtlpriv->cfg->maps[RTL_IMR_BCNINT]) {
0c817338 974 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 975 "prepare beacon for interrupt!\n");
0c817338
LF
976 tasklet_schedule(&rtlpriv->works.irq_prepare_bcn_tasklet);
977 }
978
38506ece
LF
979 /*<2> Tx related */
980 if (unlikely(intb & rtlpriv->cfg->maps[RTL_IMR_TXFOVW]))
f30d7507 981 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING, "IMR_TXFOVW!\n");
0c817338
LF
982
983 if (inta & rtlpriv->cfg->maps[RTL_IMR_MGNTDOK]) {
984 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 985 "Manage ok interrupt!\n");
0c817338
LF
986 _rtl_pci_tx_isr(hw, MGNT_QUEUE);
987 }
988
989 if (inta & rtlpriv->cfg->maps[RTL_IMR_HIGHDOK]) {
990 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 991 "HIGH_QUEUE ok interrupt!\n");
0c817338
LF
992 _rtl_pci_tx_isr(hw, HIGH_QUEUE);
993 }
994
995 if (inta & rtlpriv->cfg->maps[RTL_IMR_BKDOK]) {
996 rtlpriv->link_info.num_tx_inperiod++;
997
998 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 999 "BK Tx OK interrupt!\n");
0c817338
LF
1000 _rtl_pci_tx_isr(hw, BK_QUEUE);
1001 }
1002
1003 if (inta & rtlpriv->cfg->maps[RTL_IMR_BEDOK]) {
1004 rtlpriv->link_info.num_tx_inperiod++;
1005
1006 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 1007 "BE TX OK interrupt!\n");
0c817338
LF
1008 _rtl_pci_tx_isr(hw, BE_QUEUE);
1009 }
1010
1011 if (inta & rtlpriv->cfg->maps[RTL_IMR_VIDOK]) {
1012 rtlpriv->link_info.num_tx_inperiod++;
1013
1014 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 1015 "VI TX OK interrupt!\n");
0c817338
LF
1016 _rtl_pci_tx_isr(hw, VI_QUEUE);
1017 }
1018
1019 if (inta & rtlpriv->cfg->maps[RTL_IMR_VODOK]) {
1020 rtlpriv->link_info.num_tx_inperiod++;
1021
1022 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 1023 "Vo TX OK interrupt!\n");
0c817338
LF
1024 _rtl_pci_tx_isr(hw, VO_QUEUE);
1025 }
1026
c7cfe38e
C
1027 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192SE) {
1028 if (inta & rtlpriv->cfg->maps[RTL_IMR_COMDOK]) {
1029 rtlpriv->link_info.num_tx_inperiod++;
1030
1031 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
f30d7507 1032 "CMD TX OK interrupt!\n");
c7cfe38e
C
1033 _rtl_pci_tx_isr(hw, TXCMD_QUEUE);
1034 }
1035 }
1036
38506ece 1037 /*<3> Rx related */
0c817338 1038 if (inta & rtlpriv->cfg->maps[RTL_IMR_ROK]) {
f30d7507 1039 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE, "Rx ok interrupt!\n");
c7cfe38e 1040 _rtl_pci_rx_interrupt(hw);
0c817338
LF
1041 }
1042
1043 if (unlikely(inta & rtlpriv->cfg->maps[RTL_IMR_RDU])) {
1044 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING,
f30d7507 1045 "rx descriptor unavailable!\n");
c7cfe38e 1046 _rtl_pci_rx_interrupt(hw);
0c817338
LF
1047 }
1048
38506ece 1049 if (unlikely(intb & rtlpriv->cfg->maps[RTL_IMR_RXFOVW])) {
f30d7507 1050 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING, "rx overflow !\n");
c7cfe38e 1051 _rtl_pci_rx_interrupt(hw);
0c817338
LF
1052 }
1053
38506ece 1054 /*<4> fw related*/
26634c4b
LF
1055 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8723AE) {
1056 if (inta & rtlpriv->cfg->maps[RTL_IMR_C2HCMD]) {
1057 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
1058 "firmware interrupt!\n");
1059 queue_delayed_work(rtlpriv->works.rtl_wq,
1060 &rtlpriv->works.fwevt_wq, 0);
1061 }
1062 }
1063
38506ece
LF
1064 /*<5> hsisr related*/
1065 /* Only 8188EE & 8723BE Supported.
1066 * If Other ICs Come in, System will corrupt,
1067 * because maps[RTL_IMR_HSISR_IND] & maps[MAC_HSISR]
1068 * are not initialized
1069 */
1070 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8188EE ||
1071 rtlhal->hw_type == HARDWARE_TYPE_RTL8723BE) {
1072 if (unlikely(inta & rtlpriv->cfg->maps[RTL_IMR_HSISR_IND])) {
1073 RT_TRACE(rtlpriv, COMP_INTR, DBG_TRACE,
1074 "hsisr interrupt!\n");
1075 _rtl_pci_hs_interrupt(hw);
1076 }
1077 }
1078
c7cfe38e
C
1079 if (rtlpriv->rtlhal.earlymode_enable)
1080 tasklet_schedule(&rtlpriv->works.irq_tasklet);
1081
0c817338 1082done:
38506ece 1083 rtlpriv->cfg->ops->enable_interrupt(hw);
0c817338 1084 spin_unlock_irqrestore(&rtlpriv->locks.irq_th_lock, flags);
de2e56ce 1085 return ret;
0c817338
LF
1086}
1087
1088static void _rtl_pci_irq_tasklet(struct ieee80211_hw *hw)
1089{
c7cfe38e 1090 _rtl_pci_tx_chk_waitq(hw);
0c817338
LF
1091}
1092
1093static void _rtl_pci_prepare_bcn_tasklet(struct ieee80211_hw *hw)
1094{
1095 struct rtl_priv *rtlpriv = rtl_priv(hw);
1096 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1097 struct rtl_mac *mac = rtl_mac(rtl_priv(hw));
c7cfe38e 1098 struct rtl8192_tx_ring *ring = NULL;
0c817338
LF
1099 struct ieee80211_hdr *hdr = NULL;
1100 struct ieee80211_tx_info *info = NULL;
1101 struct sk_buff *pskb = NULL;
1102 struct rtl_tx_desc *pdesc = NULL;
c7cfe38e 1103 struct rtl_tcb_desc tcb_desc;
f3355dd9
LF
1104 /*This is for new trx flow*/
1105 struct rtl_tx_buffer_desc *pbuffer_desc = NULL;
0c817338
LF
1106 u8 temp_one = 1;
1107
c7cfe38e 1108 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc));
0c817338
LF
1109 ring = &rtlpci->tx_ring[BEACON_QUEUE];
1110 pskb = __skb_dequeue(&ring->queue);
38506ece 1111 if (pskb)
0c817338
LF
1112 kfree_skb(pskb);
1113
1114 /*NB: the beacon data buffer must be 32-bit aligned. */
1115 pskb = ieee80211_beacon_get(hw, mac->vif);
1116 if (pskb == NULL)
1117 return;
c7cfe38e 1118 hdr = rtl_get_hdr(pskb);
0c817338 1119 info = IEEE80211_SKB_CB(pskb);
0c817338 1120 pdesc = &ring->desc[0];
38506ece
LF
1121 if (rtlpriv->use_new_trx_flow)
1122 pbuffer_desc = &ring->buffer_desc[0];
1123
1124 rtlpriv->cfg->ops->fill_tx_desc(hw, hdr, (u8 *)pdesc,
f3355dd9
LF
1125 (u8 *)pbuffer_desc, info, NULL, pskb,
1126 BEACON_QUEUE, &tcb_desc);
0c817338
LF
1127
1128 __skb_queue_tail(&ring->queue, pskb);
1129
f3355dd9 1130 rtlpriv->cfg->ops->set_desc(hw, (u8 *)pdesc, true, HW_DESC_OWN,
2c208890 1131 &temp_one);
0c817338
LF
1132
1133 return;
1134}
1135
1136static void _rtl_pci_init_trx_var(struct ieee80211_hw *hw)
1137{
1138 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
38506ece
LF
1139 struct rtl_priv *rtlpriv = rtl_priv(hw);
1140 struct rtl_hal *rtlhal = rtl_hal(rtlpriv);
0c817338 1141 u8 i;
38506ece
LF
1142 u16 desc_num;
1143
1144 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192EE)
1145 desc_num = TX_DESC_NUM_92E;
1146 else
1147 desc_num = RT_TXDESC_NUM;
0c817338
LF
1148
1149 for (i = 0; i < RTL_PCI_MAX_TX_QUEUE_COUNT; i++)
38506ece 1150 rtlpci->txringcount[i] = desc_num;
0c817338
LF
1151
1152 /*
1153 *we just alloc 2 desc for beacon queue,
1154 *because we just need first desc in hw beacon.
1155 */
1156 rtlpci->txringcount[BEACON_QUEUE] = 2;
1157
38506ece 1158 /*BE queue need more descriptor for performance
0c817338
LF
1159 *consideration or, No more tx desc will happen,
1160 *and may cause mac80211 mem leakage.
1161 */
38506ece
LF
1162 if (!rtl_priv(hw)->use_new_trx_flow)
1163 rtlpci->txringcount[BE_QUEUE] = RT_TXDESC_NUM_BE_QUEUE;
0c817338
LF
1164
1165 rtlpci->rxbuffersize = 9100; /*2048/1024; */
1166 rtlpci->rxringcount = RTL_PCI_MAX_RX_COUNT; /*64; */
1167}
1168
1169static void _rtl_pci_init_struct(struct ieee80211_hw *hw,
1170 struct pci_dev *pdev)
1171{
1172 struct rtl_priv *rtlpriv = rtl_priv(hw);
1173 struct rtl_mac *mac = rtl_mac(rtl_priv(hw));
1174 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1175 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
0c817338
LF
1176
1177 rtlpci->up_first_time = true;
1178 rtlpci->being_init_adapter = false;
1179
1180 rtlhal->hw = hw;
1181 rtlpci->pdev = pdev;
1182
0c817338
LF
1183 /*Tx/Rx related var */
1184 _rtl_pci_init_trx_var(hw);
1185
c7cfe38e 1186 /*IBSS*/ mac->beacon_interval = 100;
0c817338 1187
c7cfe38e
C
1188 /*AMPDU*/
1189 mac->min_space_cfg = 0;
0c817338
LF
1190 mac->max_mss_density = 0;
1191 /*set sane AMPDU defaults */
1192 mac->current_ampdu_density = 7;
1193 mac->current_ampdu_factor = 3;
1194
c7cfe38e 1195 /*QOS*/
2cddad3c 1196 rtlpci->acm_method = EACMWAY2_SW;
0c817338
LF
1197
1198 /*task */
1199 tasklet_init(&rtlpriv->works.irq_tasklet,
1200 (void (*)(unsigned long))_rtl_pci_irq_tasklet,
1201 (unsigned long)hw);
1202 tasklet_init(&rtlpriv->works.irq_prepare_bcn_tasklet,
1203 (void (*)(unsigned long))_rtl_pci_prepare_bcn_tasklet,
1204 (unsigned long)hw);
a269913c
LF
1205 INIT_WORK(&rtlpriv->works.lps_change_work,
1206 rtl_lps_change_work_callback);
0c817338
LF
1207}
1208
1209static int _rtl_pci_init_tx_ring(struct ieee80211_hw *hw,
1210 unsigned int prio, unsigned int entries)
1211{
1212 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1213 struct rtl_priv *rtlpriv = rtl_priv(hw);
38506ece
LF
1214 struct rtl_tx_buffer_desc *buffer_desc;
1215 struct rtl_tx_desc *desc;
1216 dma_addr_t buffer_desc_dma, desc_dma;
0c817338
LF
1217 u32 nextdescaddress;
1218 int i;
1219
38506ece
LF
1220 /* alloc tx buffer desc for new trx flow*/
1221 if (rtlpriv->use_new_trx_flow) {
1222 buffer_desc =
1223 pci_zalloc_consistent(rtlpci->pdev,
1224 sizeof(*buffer_desc) * entries,
1225 &buffer_desc_dma);
1226
1227 if (!buffer_desc || (unsigned long)buffer_desc & 0xFF) {
1228 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
1229 "Cannot allocate TX ring (prio = %d)\n",
1230 prio);
1231 return -ENOMEM;
1232 }
1233
1234 rtlpci->tx_ring[prio].buffer_desc = buffer_desc;
1235 rtlpci->tx_ring[prio].buffer_desc_dma = buffer_desc_dma;
1236
1237 rtlpci->tx_ring[prio].cur_tx_rp = 0;
1238 rtlpci->tx_ring[prio].cur_tx_wp = 0;
1239 rtlpci->tx_ring[prio].avl_desc = entries;
1240 }
1241
1242 /* alloc dma for this ring */
1243 desc = pci_zalloc_consistent(rtlpci->pdev,
1244 sizeof(*desc) * entries, &desc_dma);
1245
1246 if (!desc || (unsigned long)desc & 0xFF) {
0c817338 1247 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
f30d7507 1248 "Cannot allocate TX ring (prio = %d)\n", prio);
0c817338
LF
1249 return -ENOMEM;
1250 }
1251
38506ece
LF
1252 rtlpci->tx_ring[prio].desc = desc;
1253 rtlpci->tx_ring[prio].dma = desc_dma;
1254
0c817338
LF
1255 rtlpci->tx_ring[prio].idx = 0;
1256 rtlpci->tx_ring[prio].entries = entries;
1257 skb_queue_head_init(&rtlpci->tx_ring[prio].queue);
1258
f30d7507 1259 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, "queue:%d, ring_addr:%p\n",
38506ece
LF
1260 prio, desc);
1261
1262 /* init every desc in this ring */
1263 if (!rtlpriv->use_new_trx_flow) {
1264 for (i = 0; i < entries; i++) {
1265 nextdescaddress = (u32)desc_dma +
1266 ((i + 1) % entries) *
1267 sizeof(*desc);
1268
1269 rtlpriv->cfg->ops->set_desc(hw, (u8 *)&desc[i],
1270 true,
1271 HW_DESC_TX_NEXTDESC_ADDR,
1272 (u8 *)&nextdescaddress);
1273 }
0c817338 1274 }
0c817338
LF
1275 return 0;
1276}
1277
38506ece 1278static int _rtl_pci_init_rx_ring(struct ieee80211_hw *hw, int rxring_idx)
0c817338
LF
1279{
1280 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1281 struct rtl_priv *rtlpriv = rtl_priv(hw);
38506ece 1282 int i;
0c817338 1283
38506ece
LF
1284 if (rtlpriv->use_new_trx_flow) {
1285 struct rtl_rx_buffer_desc *entry = NULL;
1286 /* alloc dma for this ring */
1287 rtlpci->rx_ring[rxring_idx].buffer_desc =
1288 pci_zalloc_consistent(rtlpci->pdev,
1289 sizeof(*rtlpci->rx_ring[rxring_idx].
1290 buffer_desc) *
1291 rtlpci->rxringcount,
1292 &rtlpci->rx_ring[rxring_idx].dma);
1293 if (!rtlpci->rx_ring[rxring_idx].buffer_desc ||
1294 (ulong)rtlpci->rx_ring[rxring_idx].buffer_desc & 0xFF) {
0c817338 1295 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
f30d7507 1296 "Cannot allocate RX ring\n");
0c817338
LF
1297 return -ENOMEM;
1298 }
1299
38506ece
LF
1300 /* init every desc in this ring */
1301 rtlpci->rx_ring[rxring_idx].idx = 0;
1302 for (i = 0; i < rtlpci->rxringcount; i++) {
1303 entry = &rtlpci->rx_ring[rxring_idx].buffer_desc[i];
1304 if (!_rtl_pci_init_one_rxdesc(hw, (u8 *)entry,
1305 rxring_idx, i))
1306 return -ENOMEM;
1307 }
1308 } else {
1309 struct rtl_rx_desc *entry = NULL;
1310 u8 tmp_one = 1;
1311 /* alloc dma for this ring */
1312 rtlpci->rx_ring[rxring_idx].desc =
1313 pci_zalloc_consistent(rtlpci->pdev,
1314 sizeof(*rtlpci->rx_ring[rxring_idx].
1315 desc) * rtlpci->rxringcount,
1316 &rtlpci->rx_ring[rxring_idx].dma);
1317 if (!rtlpci->rx_ring[rxring_idx].desc ||
1318 (unsigned long)rtlpci->rx_ring[rxring_idx].desc & 0xFF) {
1319 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
1320 "Cannot allocate RX ring\n");
1321 return -ENOMEM;
1322 }
0c817338 1323
38506ece
LF
1324 /* init every desc in this ring */
1325 rtlpci->rx_ring[rxring_idx].idx = 0;
0019a2c9 1326
0c817338 1327 for (i = 0; i < rtlpci->rxringcount; i++) {
38506ece
LF
1328 entry = &rtlpci->rx_ring[rxring_idx].desc[i];
1329 if (!_rtl_pci_init_one_rxdesc(hw, (u8 *)entry,
1330 rxring_idx, i))
1331 return -ENOMEM;
0c817338
LF
1332 }
1333
f3355dd9 1334 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false,
2c208890 1335 HW_DESC_RXERO, &tmp_one);
0c817338
LF
1336 }
1337 return 0;
1338}
1339
1340static void _rtl_pci_free_tx_ring(struct ieee80211_hw *hw,
1341 unsigned int prio)
1342{
1343 struct rtl_priv *rtlpriv = rtl_priv(hw);
1344 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1345 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[prio];
1346
38506ece 1347 /* free every desc in this ring */
0c817338 1348 while (skb_queue_len(&ring->queue)) {
38506ece 1349 u8 *entry;
0c817338
LF
1350 struct sk_buff *skb = __skb_dequeue(&ring->queue);
1351
38506ece
LF
1352 if (rtlpriv->use_new_trx_flow)
1353 entry = (u8 *)(&ring->buffer_desc[ring->idx]);
1354 else
1355 entry = (u8 *)(&ring->desc[ring->idx]);
1356
0c817338 1357 pci_unmap_single(rtlpci->pdev,
d3bb1429 1358 rtlpriv->cfg->
38506ece 1359 ops->get_desc((u8 *)entry, true,
d3bb1429 1360 HW_DESC_TXBUFF_ADDR),
0c817338
LF
1361 skb->len, PCI_DMA_TODEVICE);
1362 kfree_skb(skb);
1363 ring->idx = (ring->idx + 1) % ring->entries;
1364 }
1365
38506ece
LF
1366 /* free dma of this ring */
1367 pci_free_consistent(rtlpci->pdev,
1368 sizeof(*ring->desc) * ring->entries,
1369 ring->desc, ring->dma);
1370 ring->desc = NULL;
1371 if (rtlpriv->use_new_trx_flow) {
7f66c2f9
SG
1372 pci_free_consistent(rtlpci->pdev,
1373 sizeof(*ring->desc) * ring->entries,
38506ece 1374 ring->buffer_desc, ring->buffer_desc_dma);
7f66c2f9
SG
1375 ring->desc = NULL;
1376 }
0c817338
LF
1377}
1378
38506ece 1379static void _rtl_pci_free_rx_ring(struct ieee80211_hw *hw, int rxring_idx)
0c817338 1380{
38506ece
LF
1381 struct rtl_priv *rtlpriv = rtl_priv(hw);
1382 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1383 int i;
0c817338 1384
38506ece
LF
1385 /* free every desc in this ring */
1386 for (i = 0; i < rtlpci->rxringcount; i++) {
1387 struct sk_buff *skb = rtlpci->rx_ring[rxring_idx].rx_buf[i];
0c817338 1388
38506ece
LF
1389 if (!skb)
1390 continue;
1391 pci_unmap_single(rtlpci->pdev, *((dma_addr_t *)skb->cb),
1392 rtlpci->rxbuffersize, PCI_DMA_FROMDEVICE);
1393 kfree_skb(skb);
1394 }
1395
1396 /* free dma of this ring */
1397 if (rtlpriv->use_new_trx_flow) {
1398 pci_free_consistent(rtlpci->pdev,
1399 sizeof(*rtlpci->rx_ring[rxring_idx].
1400 buffer_desc) * rtlpci->rxringcount,
1401 rtlpci->rx_ring[rxring_idx].buffer_desc,
1402 rtlpci->rx_ring[rxring_idx].dma);
1403 rtlpci->rx_ring[rxring_idx].buffer_desc = NULL;
1404 } else {
1405 pci_free_consistent(rtlpci->pdev,
1406 sizeof(*rtlpci->rx_ring[rxring_idx].desc) *
1407 rtlpci->rxringcount,
1408 rtlpci->rx_ring[rxring_idx].desc,
1409 rtlpci->rx_ring[rxring_idx].dma);
1410 rtlpci->rx_ring[rxring_idx].desc = NULL;
0c817338
LF
1411 }
1412}
1413
1414static int _rtl_pci_init_trx_ring(struct ieee80211_hw *hw)
1415{
1416 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1417 int ret;
38506ece 1418 int i, rxring_idx;
0c817338 1419
38506ece
LF
1420 /* rxring_idx 0:RX_MPDU_QUEUE
1421 * rxring_idx 1:RX_CMD_QUEUE
1422 */
1423 for (rxring_idx = 0; rxring_idx < RTL_PCI_MAX_RX_QUEUE; rxring_idx++) {
1424 ret = _rtl_pci_init_rx_ring(hw, rxring_idx);
1425 if (ret)
1426 return ret;
1427 }
0c817338
LF
1428
1429 for (i = 0; i < RTL_PCI_MAX_TX_QUEUE_COUNT; i++) {
1430 ret = _rtl_pci_init_tx_ring(hw, i,
1431 rtlpci->txringcount[i]);
1432 if (ret)
1433 goto err_free_rings;
1434 }
1435
1436 return 0;
1437
1438err_free_rings:
38506ece
LF
1439 for (rxring_idx = 0; rxring_idx < RTL_PCI_MAX_RX_QUEUE; rxring_idx++)
1440 _rtl_pci_free_rx_ring(hw, rxring_idx);
0c817338
LF
1441
1442 for (i = 0; i < RTL_PCI_MAX_TX_QUEUE_COUNT; i++)
38506ece
LF
1443 if (rtlpci->tx_ring[i].desc ||
1444 rtlpci->tx_ring[i].buffer_desc)
0c817338
LF
1445 _rtl_pci_free_tx_ring(hw, i);
1446
1447 return 1;
1448}
1449
1450static int _rtl_pci_deinit_trx_ring(struct ieee80211_hw *hw)
1451{
38506ece 1452 u32 i, rxring_idx;
0c817338
LF
1453
1454 /*free rx rings */
38506ece
LF
1455 for (rxring_idx = 0; rxring_idx < RTL_PCI_MAX_RX_QUEUE; rxring_idx++)
1456 _rtl_pci_free_rx_ring(hw, rxring_idx);
0c817338
LF
1457
1458 /*free tx rings */
1459 for (i = 0; i < RTL_PCI_MAX_TX_QUEUE_COUNT; i++)
1460 _rtl_pci_free_tx_ring(hw, i);
1461
1462 return 0;
1463}
1464
1465int rtl_pci_reset_trx_ring(struct ieee80211_hw *hw)
1466{
1467 struct rtl_priv *rtlpriv = rtl_priv(hw);
1468 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
38506ece 1469 int i, rxring_idx;
0c817338
LF
1470 unsigned long flags;
1471 u8 tmp_one = 1;
38506ece
LF
1472 u32 bufferaddress;
1473 /* rxring_idx 0:RX_MPDU_QUEUE */
1474 /* rxring_idx 1:RX_CMD_QUEUE */
1475 for (rxring_idx = 0; rxring_idx < RTL_PCI_MAX_RX_QUEUE; rxring_idx++) {
1476 /* force the rx_ring[RX_MPDU_QUEUE/
1477 * RX_CMD_QUEUE].idx to the first one
1478 *new trx flow, do nothing
1479 */
1480 if (!rtlpriv->use_new_trx_flow &&
1481 rtlpci->rx_ring[rxring_idx].desc) {
0c817338
LF
1482 struct rtl_rx_desc *entry = NULL;
1483
38506ece 1484 rtlpci->rx_ring[rxring_idx].idx = 0;
0c817338 1485 for (i = 0; i < rtlpci->rxringcount; i++) {
38506ece
LF
1486 entry = &rtlpci->rx_ring[rxring_idx].desc[i];
1487 bufferaddress =
1488 rtlpriv->cfg->ops->get_desc((u8 *)entry,
1489 false , HW_DESC_RXBUFF_ADDR);
1490 memset((u8 *)entry , 0 ,
1491 sizeof(*rtlpci->rx_ring
1492 [rxring_idx].desc));/*clear one entry*/
1493 if (rtlpriv->use_new_trx_flow) {
1494 rtlpriv->cfg->ops->set_desc(hw,
1495 (u8 *)entry, false,
1496 HW_DESC_RX_PREPARE,
1497 (u8 *)&bufferaddress);
1498 } else {
1499 rtlpriv->cfg->ops->set_desc(hw,
1500 (u8 *)entry, false,
1501 HW_DESC_RXBUFF_ADDR,
1502 (u8 *)&bufferaddress);
1503 rtlpriv->cfg->ops->set_desc(hw,
1504 (u8 *)entry, false,
1505 HW_DESC_RXPKT_LEN,
1506 (u8 *)&rtlpci->rxbuffersize);
1507 rtlpriv->cfg->ops->set_desc(hw,
1508 (u8 *)entry, false,
1509 HW_DESC_RXOWN,
1510 (u8 *)&tmp_one);
1511 }
0c817338 1512 }
38506ece
LF
1513 rtlpriv->cfg->ops->set_desc(hw, (u8 *)entry, false,
1514 HW_DESC_RXERO, (u8 *)&tmp_one);
0c817338 1515 }
38506ece 1516 rtlpci->rx_ring[rxring_idx].idx = 0;
0c817338
LF
1517 }
1518
1519 /*
1520 *after reset, release previous pending packet,
1521 *and force the tx idx to the first one
1522 */
38506ece 1523 spin_lock_irqsave(&rtlpriv->locks.irq_th_lock, flags);
0c817338 1524 for (i = 0; i < RTL_PCI_MAX_TX_QUEUE_COUNT; i++) {
38506ece
LF
1525 if (rtlpci->tx_ring[i].desc ||
1526 rtlpci->tx_ring[i].buffer_desc) {
0c817338
LF
1527 struct rtl8192_tx_ring *ring = &rtlpci->tx_ring[i];
1528
1529 while (skb_queue_len(&ring->queue)) {
38506ece
LF
1530 u8 *entry;
1531 struct sk_buff *skb =
1532 __skb_dequeue(&ring->queue);
1533 if (rtlpriv->use_new_trx_flow)
1534 entry = (u8 *)(&ring->buffer_desc
1535 [ring->idx]);
1536 else
1537 entry = (u8 *)(&ring->desc[ring->idx]);
0c817338
LF
1538
1539 pci_unmap_single(rtlpci->pdev,
d3bb1429 1540 rtlpriv->cfg->ops->
0c817338
LF
1541 get_desc((u8 *)
1542 entry,
1543 true,
d3bb1429 1544 HW_DESC_TXBUFF_ADDR),
0c817338 1545 skb->len, PCI_DMA_TODEVICE);
0c817338 1546 ring->idx = (ring->idx + 1) % ring->entries;
5a2766ab 1547 kfree_skb(skb);
38506ece 1548 ring->idx = (ring->idx + 1) % ring->entries;
0c817338
LF
1549 }
1550 ring->idx = 0;
1551 }
1552 }
38506ece 1553 spin_unlock_irqrestore(&rtlpriv->locks.irq_th_lock, flags);
0c817338 1554
0c817338
LF
1555 return 0;
1556}
1557
c7cfe38e 1558static bool rtl_pci_tx_chk_waitq_insert(struct ieee80211_hw *hw,
36323f81 1559 struct ieee80211_sta *sta,
c7cfe38e 1560 struct sk_buff *skb)
0c817338 1561{
c7cfe38e 1562 struct rtl_priv *rtlpriv = rtl_priv(hw);
c7cfe38e
C
1563 struct rtl_sta_info *sta_entry = NULL;
1564 u8 tid = rtl_get_tid(skb);
0f015453 1565 __le16 fc = rtl_get_fc(skb);
c7cfe38e
C
1566
1567 if (!sta)
1568 return false;
1569 sta_entry = (struct rtl_sta_info *)sta->drv_priv;
1570
1571 if (!rtlpriv->rtlhal.earlymode_enable)
1572 return false;
0f015453
LF
1573 if (ieee80211_is_nullfunc(fc))
1574 return false;
1575 if (ieee80211_is_qos_nullfunc(fc))
1576 return false;
1577 if (ieee80211_is_pspoll(fc))
1578 return false;
c7cfe38e
C
1579 if (sta_entry->tids[tid].agg.agg_state != RTL_AGG_OPERATIONAL)
1580 return false;
1581 if (_rtl_mac_to_hwqueue(hw, skb) > VO_QUEUE)
1582 return false;
1583 if (tid > 7)
1584 return false;
1585
1586 /* maybe every tid should be checked */
1587 if (!rtlpriv->link_info.higher_busytxtraffic[tid])
1588 return false;
1589
1590 spin_lock_bh(&rtlpriv->locks.waitq_lock);
1591 skb_queue_tail(&rtlpriv->mac80211.skb_waitq[tid], skb);
1592 spin_unlock_bh(&rtlpriv->locks.waitq_lock);
0c817338 1593
c7cfe38e 1594 return true;
0c817338
LF
1595}
1596
36323f81
TH
1597static int rtl_pci_tx(struct ieee80211_hw *hw,
1598 struct ieee80211_sta *sta,
1599 struct sk_buff *skb,
1600 struct rtl_tcb_desc *ptcb_desc)
0c817338
LF
1601{
1602 struct rtl_priv *rtlpriv = rtl_priv(hw);
c7cfe38e 1603 struct rtl_sta_info *sta_entry = NULL;
0c817338
LF
1604 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
1605 struct rtl8192_tx_ring *ring;
1606 struct rtl_tx_desc *pdesc;
f3355dd9 1607 struct rtl_tx_buffer_desc *ptx_bd_desc = NULL;
38506ece 1608 u16 idx;
c7cfe38e 1609 u8 hw_queue = _rtl_mac_to_hwqueue(hw, skb);
0c817338 1610 unsigned long flags;
c7cfe38e
C
1611 struct ieee80211_hdr *hdr = rtl_get_hdr(skb);
1612 __le16 fc = rtl_get_fc(skb);
0c817338
LF
1613 u8 *pda_addr = hdr->addr1;
1614 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1615 /*ssn */
0c817338
LF
1616 u8 tid = 0;
1617 u16 seq_number = 0;
1618 u8 own;
1619 u8 temp_one = 1;
1620
0f015453
LF
1621 if (ieee80211_is_mgmt(fc))
1622 rtl_tx_mgmt_proc(hw, skb);
c7cfe38e
C
1623
1624 if (rtlpriv->psc.sw_ps_enabled) {
1625 if (ieee80211_is_data(fc) && !ieee80211_is_nullfunc(fc) &&
1626 !ieee80211_has_pm(fc))
1627 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM);
1628 }
0c817338 1629
c7cfe38e 1630 rtl_action_proc(hw, skb, true);
0c817338
LF
1631
1632 if (is_multicast_ether_addr(pda_addr))
1633 rtlpriv->stats.txbytesmulticast += skb->len;
1634 else if (is_broadcast_ether_addr(pda_addr))
1635 rtlpriv->stats.txbytesbroadcast += skb->len;
1636 else
1637 rtlpriv->stats.txbytesunicast += skb->len;
1638
1639 spin_lock_irqsave(&rtlpriv->locks.irq_th_lock, flags);
0c817338 1640 ring = &rtlpci->tx_ring[hw_queue];
38506ece
LF
1641 if (hw_queue != BEACON_QUEUE) {
1642 if (rtlpriv->use_new_trx_flow)
1643 idx = ring->cur_tx_wp;
1644 else
1645 idx = (ring->idx + skb_queue_len(&ring->queue)) %
1646 ring->entries;
1647 } else {
0c817338 1648 idx = 0;
38506ece 1649 }
0c817338
LF
1650
1651 pdesc = &ring->desc[idx];
f3355dd9
LF
1652 if (rtlpriv->use_new_trx_flow) {
1653 ptx_bd_desc = &ring->buffer_desc[idx];
1654 } else {
1655 own = (u8) rtlpriv->cfg->ops->get_desc((u8 *)pdesc,
1656 true, HW_DESC_OWN);
0c817338 1657
f3355dd9
LF
1658 if ((own == 1) && (hw_queue != BEACON_QUEUE)) {
1659 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING,
4f4378de 1660 "No more TX desc@%d, ring->idx = %d, idx = %d, skb_queue_len = 0x%x\n",
f3355dd9
LF
1661 hw_queue, ring->idx, idx,
1662 skb_queue_len(&ring->queue));
0c817338 1663
f3355dd9
LF
1664 spin_unlock_irqrestore(&rtlpriv->locks.irq_th_lock,
1665 flags);
1666 return skb->len;
1667 }
0c817338
LF
1668 }
1669
0c817338 1670 if (ieee80211_is_data_qos(fc)) {
c7cfe38e
C
1671 tid = rtl_get_tid(skb);
1672 if (sta) {
1673 sta_entry = (struct rtl_sta_info *)sta->drv_priv;
1674 seq_number = (le16_to_cpu(hdr->seq_ctrl) &
1675 IEEE80211_SCTL_SEQ) >> 4;
1676 seq_number += 1;
1677
1678 if (!ieee80211_has_morefrags(hdr->frame_control))
1679 sta_entry->tids[tid].seq_number = seq_number;
1680 }
0c817338
LF
1681 }
1682
1683 if (ieee80211_is_data(fc))
1684 rtlpriv->cfg->ops->led_control(hw, LED_CTL_TX);
1685
c7cfe38e 1686 rtlpriv->cfg->ops->fill_tx_desc(hw, hdr, (u8 *)pdesc,
f3355dd9 1687 (u8 *)ptx_bd_desc, info, sta, skb, hw_queue, ptcb_desc);
0c817338
LF
1688
1689 __skb_queue_tail(&ring->queue, skb);
1690
f3355dd9
LF
1691 if (rtlpriv->use_new_trx_flow) {
1692 rtlpriv->cfg->ops->set_desc(hw, (u8 *)pdesc, true,
9cb76aa9 1693 HW_DESC_OWN, &hw_queue);
f3355dd9
LF
1694 } else {
1695 rtlpriv->cfg->ops->set_desc(hw, (u8 *)pdesc, true,
9cb76aa9 1696 HW_DESC_OWN, &temp_one);
f3355dd9 1697 }
0c817338
LF
1698
1699 if ((ring->entries - skb_queue_len(&ring->queue)) < 2 &&
1700 hw_queue != BEACON_QUEUE) {
0c817338 1701 RT_TRACE(rtlpriv, COMP_ERR, DBG_LOUD,
4f4378de 1702 "less desc left, stop skb_queue@%d, ring->idx = %d, idx = %d, skb_queue_len = 0x%x\n",
f30d7507
JP
1703 hw_queue, ring->idx, idx,
1704 skb_queue_len(&ring->queue));
0c817338
LF
1705
1706 ieee80211_stop_queue(hw, skb_get_queue_mapping(skb));
1707 }
1708
1709 spin_unlock_irqrestore(&rtlpriv->locks.irq_th_lock, flags);
1710
1711 rtlpriv->cfg->ops->tx_polling(hw, hw_queue);
1712
1713 return 0;
1714}
1715
38506ece 1716static void rtl_pci_flush(struct ieee80211_hw *hw, u32 queues, bool drop)
c7cfe38e
C
1717{
1718 struct rtl_priv *rtlpriv = rtl_priv(hw);
1719 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
1720 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
26634c4b 1721 struct rtl_mac *mac = rtl_mac(rtl_priv(hw));
c7cfe38e
C
1722 u16 i = 0;
1723 int queue_id;
1724 struct rtl8192_tx_ring *ring;
1725
26634c4b
LF
1726 if (mac->skip_scan)
1727 return;
1728
c7cfe38e
C
1729 for (queue_id = RTL_PCI_MAX_TX_QUEUE_COUNT - 1; queue_id >= 0;) {
1730 u32 queue_len;
38506ece
LF
1731
1732 if (((queues >> queue_id) & 0x1) == 0) {
1733 queue_id--;
1734 continue;
1735 }
c7cfe38e
C
1736 ring = &pcipriv->dev.tx_ring[queue_id];
1737 queue_len = skb_queue_len(&ring->queue);
1738 if (queue_len == 0 || queue_id == BEACON_QUEUE ||
1739 queue_id == TXCMD_QUEUE) {
1740 queue_id--;
1741 continue;
1742 } else {
1743 msleep(20);
1744 i++;
1745 }
1746
1747 /* we just wait 1s for all queues */
1748 if (rtlpriv->psc.rfpwr_state == ERFOFF ||
1749 is_hal_stop(rtlhal) || i >= 200)
1750 return;
1751 }
1752}
1753
d3bb1429 1754static void rtl_pci_deinit(struct ieee80211_hw *hw)
0c817338
LF
1755{
1756 struct rtl_priv *rtlpriv = rtl_priv(hw);
1757 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1758
1759 _rtl_pci_deinit_trx_ring(hw);
1760
1761 synchronize_irq(rtlpci->pdev->irq);
1762 tasklet_kill(&rtlpriv->works.irq_tasklet);
a269913c 1763 cancel_work_sync(&rtlpriv->works.lps_change_work);
0c817338
LF
1764
1765 flush_workqueue(rtlpriv->works.rtl_wq);
1766 destroy_workqueue(rtlpriv->works.rtl_wq);
1767
1768}
1769
d3bb1429 1770static int rtl_pci_init(struct ieee80211_hw *hw, struct pci_dev *pdev)
0c817338
LF
1771{
1772 struct rtl_priv *rtlpriv = rtl_priv(hw);
1773 int err;
1774
1775 _rtl_pci_init_struct(hw, pdev);
1776
1777 err = _rtl_pci_init_trx_ring(hw);
1778 if (err) {
1779 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
f30d7507 1780 "tx ring initialization failed\n");
12325280 1781 return err;
0c817338
LF
1782 }
1783
12325280 1784 return 0;
0c817338
LF
1785}
1786
d3bb1429 1787static int rtl_pci_start(struct ieee80211_hw *hw)
0c817338
LF
1788{
1789 struct rtl_priv *rtlpriv = rtl_priv(hw);
1790 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
1791 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1792 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw));
1793
1794 int err;
1795
1796 rtl_pci_reset_trx_ring(hw);
1797
1798 rtlpci->driver_is_goingto_unload = false;
38506ece
LF
1799 if (rtlpriv->cfg->ops->get_btc_status()) {
1800 rtlpriv->btcoexist.btc_ops->btc_init_variables(rtlpriv);
1801 rtlpriv->btcoexist.btc_ops->btc_init_hal_vars(rtlpriv);
1802 }
0c817338
LF
1803 err = rtlpriv->cfg->ops->hw_init(hw);
1804 if (err) {
1805 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507 1806 "Failed to config hardware!\n");
0c817338
LF
1807 return err;
1808 }
1809
1810 rtlpriv->cfg->ops->enable_interrupt(hw);
f30d7507 1811 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD, "enable_interrupt OK\n");
0c817338
LF
1812
1813 rtl_init_rx_config(hw);
1814
fb914ebf 1815 /*should be after adapter start and interrupt enable. */
0c817338
LF
1816 set_hal_start(rtlhal);
1817
1818 RT_CLEAR_PS_LEVEL(ppsc, RT_RF_OFF_LEVL_HALT_NIC);
1819
1820 rtlpci->up_first_time = false;
1821
38506ece 1822 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG, "rtl_pci_start OK\n");
0c817338
LF
1823 return 0;
1824}
1825
d3bb1429 1826static void rtl_pci_stop(struct ieee80211_hw *hw)
0c817338
LF
1827{
1828 struct rtl_priv *rtlpriv = rtl_priv(hw);
1829 struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
1830 struct rtl_ps_ctl *ppsc = rtl_psc(rtl_priv(hw));
1831 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
1832 unsigned long flags;
1833 u8 RFInProgressTimeOut = 0;
1834
38506ece
LF
1835 if (rtlpriv->cfg->ops->get_btc_status())
1836 rtlpriv->btcoexist.btc_ops->btc_halt_notify();
1837
0c817338 1838 /*
fb914ebf 1839 *should be before disable interrupt&adapter
0c817338
LF
1840 *and will do it immediately.
1841 */
1842 set_hal_stop(rtlhal);
1843
9278db62 1844 rtlpci->driver_is_goingto_unload = true;
0c817338 1845 rtlpriv->cfg->ops->disable_interrupt(hw);
a269913c 1846 cancel_work_sync(&rtlpriv->works.lps_change_work);
0c817338
LF
1847
1848 spin_lock_irqsave(&rtlpriv->locks.rf_ps_lock, flags);
1849 while (ppsc->rfchange_inprogress) {
1850 spin_unlock_irqrestore(&rtlpriv->locks.rf_ps_lock, flags);
1851 if (RFInProgressTimeOut > 100) {
1852 spin_lock_irqsave(&rtlpriv->locks.rf_ps_lock, flags);
1853 break;
1854 }
1855 mdelay(1);
1856 RFInProgressTimeOut++;
1857 spin_lock_irqsave(&rtlpriv->locks.rf_ps_lock, flags);
1858 }
1859 ppsc->rfchange_inprogress = true;
1860 spin_unlock_irqrestore(&rtlpriv->locks.rf_ps_lock, flags);
1861
0c817338 1862 rtlpriv->cfg->ops->hw_disable(hw);
b0302aba
LF
1863 /* some things are not needed if firmware not available */
1864 if (!rtlpriv->max_fw_size)
1865 return;
0c817338
LF
1866 rtlpriv->cfg->ops->led_control(hw, LED_CTL_POWER_OFF);
1867
1868 spin_lock_irqsave(&rtlpriv->locks.rf_ps_lock, flags);
1869 ppsc->rfchange_inprogress = false;
1870 spin_unlock_irqrestore(&rtlpriv->locks.rf_ps_lock, flags);
1871
1872 rtl_pci_enable_aspm(hw);
1873}
1874
1875static bool _rtl_pci_find_adapter(struct pci_dev *pdev,
1876 struct ieee80211_hw *hw)
1877{
1878 struct rtl_priv *rtlpriv = rtl_priv(hw);
1879 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
1880 struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
1881 struct pci_dev *bridge_pdev = pdev->bus->self;
1882 u16 venderid;
1883 u16 deviceid;
c7cfe38e 1884 u8 revisionid;
0c817338
LF
1885 u16 irqline;
1886 u8 tmp;
1887
fc7707a4 1888 pcipriv->ndis_adapter.pcibridge_vendor = PCI_BRIDGE_VENDOR_UNKNOWN;
0c817338
LF
1889 venderid = pdev->vendor;
1890 deviceid = pdev->device;
c7cfe38e 1891 pci_read_config_byte(pdev, 0x8, &revisionid);
0c817338
LF
1892 pci_read_config_word(pdev, 0x3C, &irqline);
1893
fa7ccfb1
LF
1894 /* PCI ID 0x10ec:0x8192 occurs for both RTL8192E, which uses
1895 * r8192e_pci, and RTL8192SE, which uses this driver. If the
1896 * revision ID is RTL_PCI_REVISION_ID_8192PCIE (0x01), then
1897 * the correct driver is r8192e_pci, thus this routine should
1898 * return false.
1899 */
1900 if (deviceid == RTL_PCI_8192SE_DID &&
1901 revisionid == RTL_PCI_REVISION_ID_8192PCIE)
1902 return false;
1903
0c817338
LF
1904 if (deviceid == RTL_PCI_8192_DID ||
1905 deviceid == RTL_PCI_0044_DID ||
1906 deviceid == RTL_PCI_0047_DID ||
1907 deviceid == RTL_PCI_8192SE_DID ||
1908 deviceid == RTL_PCI_8174_DID ||
1909 deviceid == RTL_PCI_8173_DID ||
1910 deviceid == RTL_PCI_8172_DID ||
1911 deviceid == RTL_PCI_8171_DID) {
c7cfe38e 1912 switch (revisionid) {
0c817338
LF
1913 case RTL_PCI_REVISION_ID_8192PCIE:
1914 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
1915 "8192 PCI-E is found - vid/did=%x/%x\n",
1916 venderid, deviceid);
0c817338 1917 rtlhal->hw_type = HARDWARE_TYPE_RTL8192E;
0f015453 1918 return false;
0c817338
LF
1919 case RTL_PCI_REVISION_ID_8192SE:
1920 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
1921 "8192SE is found - vid/did=%x/%x\n",
1922 venderid, deviceid);
0c817338
LF
1923 rtlhal->hw_type = HARDWARE_TYPE_RTL8192SE;
1924 break;
1925 default:
1926 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING,
f30d7507
JP
1927 "Err: Unknown device - vid/did=%x/%x\n",
1928 venderid, deviceid);
0c817338
LF
1929 rtlhal->hw_type = HARDWARE_TYPE_RTL8192SE;
1930 break;
1931
1932 }
0f015453
LF
1933 } else if (deviceid == RTL_PCI_8723AE_DID) {
1934 rtlhal->hw_type = HARDWARE_TYPE_RTL8723AE;
1935 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
1936 "8723AE PCI-E is found - "
1937 "vid/did=%x/%x\n", venderid, deviceid);
0c817338
LF
1938 } else if (deviceid == RTL_PCI_8192CET_DID ||
1939 deviceid == RTL_PCI_8192CE_DID ||
1940 deviceid == RTL_PCI_8191CE_DID ||
1941 deviceid == RTL_PCI_8188CE_DID) {
1942 rtlhal->hw_type = HARDWARE_TYPE_RTL8192CE;
1943 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
1944 "8192C PCI-E is found - vid/did=%x/%x\n",
1945 venderid, deviceid);
c7cfe38e
C
1946 } else if (deviceid == RTL_PCI_8192DE_DID ||
1947 deviceid == RTL_PCI_8192DE_DID2) {
1948 rtlhal->hw_type = HARDWARE_TYPE_RTL8192DE;
1949 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
1950 "8192D PCI-E is found - vid/did=%x/%x\n",
1951 venderid, deviceid);
5c69177d
LF
1952 } else if (deviceid == RTL_PCI_8188EE_DID) {
1953 rtlhal->hw_type = HARDWARE_TYPE_RTL8188EE;
1954 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
1955 "Find adapter, Hardware type is 8188EE\n");
38506ece
LF
1956 } else if (deviceid == RTL_PCI_8723BE_DID) {
1957 rtlhal->hw_type = HARDWARE_TYPE_RTL8723BE;
1958 RT_TRACE(rtlpriv, COMP_INIT , DBG_LOUD,
1959 "Find adapter, Hardware type is 8723BE\n");
1960 } else if (deviceid == RTL_PCI_8192EE_DID) {
1961 rtlhal->hw_type = HARDWARE_TYPE_RTL8192EE;
1962 RT_TRACE(rtlpriv, COMP_INIT , DBG_LOUD,
1963 "Find adapter, Hardware type is 8192EE\n");
1964 } else if (deviceid == RTL_PCI_8821AE_DID) {
1965 rtlhal->hw_type = HARDWARE_TYPE_RTL8821AE;
1966 RT_TRACE(rtlpriv, COMP_INIT , DBG_LOUD,
1967 "Find adapter, Hardware type is 8821AE\n");
1968 } else if (deviceid == RTL_PCI_8812AE_DID) {
1969 rtlhal->hw_type = HARDWARE_TYPE_RTL8812AE;
1970 RT_TRACE(rtlpriv, COMP_INIT , DBG_LOUD,
1971 "Find adapter, Hardware type is 8812AE\n");
0c817338
LF
1972 } else {
1973 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING,
f30d7507
JP
1974 "Err: Unknown device - vid/did=%x/%x\n",
1975 venderid, deviceid);
0c817338
LF
1976
1977 rtlhal->hw_type = RTL_DEFAULT_HARDWARE_TYPE;
1978 }
1979
c7cfe38e
C
1980 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192DE) {
1981 if (revisionid == 0 || revisionid == 1) {
1982 if (revisionid == 0) {
f30d7507
JP
1983 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
1984 "Find 92DE MAC0\n");
c7cfe38e
C
1985 rtlhal->interfaceindex = 0;
1986 } else if (revisionid == 1) {
1987 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
f30d7507 1988 "Find 92DE MAC1\n");
c7cfe38e
C
1989 rtlhal->interfaceindex = 1;
1990 }
1991 } else {
1992 RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
f30d7507
JP
1993 "Unknown device - VendorID/DeviceID=%x/%x, Revision=%x\n",
1994 venderid, deviceid, revisionid);
c7cfe38e
C
1995 rtlhal->interfaceindex = 0;
1996 }
1997 }
38506ece
LF
1998
1999 /* 92ee use new trx flow */
2000 if (rtlhal->hw_type == HARDWARE_TYPE_RTL8192EE)
2001 rtlpriv->use_new_trx_flow = true;
2002 else
2003 rtlpriv->use_new_trx_flow = false;
2004
0c817338
LF
2005 /*find bus info */
2006 pcipriv->ndis_adapter.busnumber = pdev->bus->number;
2007 pcipriv->ndis_adapter.devnumber = PCI_SLOT(pdev->devfn);
2008 pcipriv->ndis_adapter.funcnumber = PCI_FUNC(pdev->devfn);
2009
38506ece
LF
2010 /*find bridge info */
2011 pcipriv->ndis_adapter.pcibridge_vendor = PCI_BRIDGE_VENDOR_UNKNOWN;
26634c4b
LF
2012 /* some ARM have no bridge_pdev and will crash here
2013 * so we should check if bridge_pdev is NULL
2014 */
b6b67df3
LF
2015 if (bridge_pdev) {
2016 /*find bridge info if available */
2017 pcipriv->ndis_adapter.pcibridge_vendorid = bridge_pdev->vendor;
2018 for (tmp = 0; tmp < PCI_BRIDGE_VENDOR_MAX; tmp++) {
2019 if (bridge_pdev->vendor == pcibridge_vendors[tmp]) {
2020 pcipriv->ndis_adapter.pcibridge_vendor = tmp;
2021 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
2022 "Pci Bridge Vendor is found index: %d\n",
2023 tmp);
b6b67df3
LF
2024 break;
2025 }
0c817338
LF
2026 }
2027 }
2028
2029 if (pcipriv->ndis_adapter.pcibridge_vendor !=
2030 PCI_BRIDGE_VENDOR_UNKNOWN) {
2031 pcipriv->ndis_adapter.pcibridge_busnum =
2032 bridge_pdev->bus->number;
2033 pcipriv->ndis_adapter.pcibridge_devnum =
2034 PCI_SLOT(bridge_pdev->devfn);
2035 pcipriv->ndis_adapter.pcibridge_funcnum =
2036 PCI_FUNC(bridge_pdev->devfn);
c7cfe38e
C
2037 pcipriv->ndis_adapter.pcibridge_pciehdr_offset =
2038 pci_pcie_cap(bridge_pdev);
0c817338
LF
2039 pcipriv->ndis_adapter.num4bytes =
2040 (pcipriv->ndis_adapter.pcibridge_pciehdr_offset + 0x10) / 4;
2041
2042 rtl_pci_get_linkcontrol_field(hw);
2043
2044 if (pcipriv->ndis_adapter.pcibridge_vendor ==
2045 PCI_BRIDGE_VENDOR_AMD) {
2046 pcipriv->ndis_adapter.amd_l1_patch =
2047 rtl_pci_get_amd_l1_patch(hw);
2048 }
2049 }
2050
2051 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
2052 "pcidev busnumber:devnumber:funcnumber:vendor:link_ctl %d:%d:%d:%x:%x\n",
2053 pcipriv->ndis_adapter.busnumber,
2054 pcipriv->ndis_adapter.devnumber,
2055 pcipriv->ndis_adapter.funcnumber,
2056 pdev->vendor, pcipriv->ndis_adapter.linkctrl_reg);
0c817338
LF
2057
2058 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
2059 "pci_bridge busnumber:devnumber:funcnumber:vendor:pcie_cap:link_ctl_reg:amd %d:%d:%d:%x:%x:%x:%x\n",
2060 pcipriv->ndis_adapter.pcibridge_busnum,
2061 pcipriv->ndis_adapter.pcibridge_devnum,
2062 pcipriv->ndis_adapter.pcibridge_funcnum,
2063 pcibridge_vendors[pcipriv->ndis_adapter.pcibridge_vendor],
2064 pcipriv->ndis_adapter.pcibridge_pciehdr_offset,
2065 pcipriv->ndis_adapter.pcibridge_linkctrlreg,
2066 pcipriv->ndis_adapter.amd_l1_patch);
0c817338
LF
2067
2068 rtl_pci_parse_configuration(pdev, hw);
26634c4b 2069 list_add_tail(&rtlpriv->list, &rtlpriv->glb_var->glb_priv_list);
0c817338
LF
2070
2071 return true;
2072}
2073
94010fa0
AL
2074static int rtl_pci_intr_mode_msi(struct ieee80211_hw *hw)
2075{
2076 struct rtl_priv *rtlpriv = rtl_priv(hw);
2077 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
2078 struct rtl_pci *rtlpci = rtl_pcidev(pcipriv);
2079 int ret;
2080
2081 ret = pci_enable_msi(rtlpci->pdev);
2082 if (ret < 0)
2083 return ret;
2084
2085 ret = request_irq(rtlpci->pdev->irq, &_rtl_pci_interrupt,
2086 IRQF_SHARED, KBUILD_MODNAME, hw);
2087 if (ret < 0) {
2088 pci_disable_msi(rtlpci->pdev);
2089 return ret;
2090 }
2091
2092 rtlpci->using_msi = true;
2093
2094 RT_TRACE(rtlpriv, COMP_INIT|COMP_INTR, DBG_DMESG,
2095 "MSI Interrupt Mode!\n");
2096 return 0;
2097}
2098
2099static int rtl_pci_intr_mode_legacy(struct ieee80211_hw *hw)
2100{
2101 struct rtl_priv *rtlpriv = rtl_priv(hw);
2102 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
2103 struct rtl_pci *rtlpci = rtl_pcidev(pcipriv);
2104 int ret;
2105
2106 ret = request_irq(rtlpci->pdev->irq, &_rtl_pci_interrupt,
2107 IRQF_SHARED, KBUILD_MODNAME, hw);
2108 if (ret < 0)
2109 return ret;
2110
2111 rtlpci->using_msi = false;
2112 RT_TRACE(rtlpriv, COMP_INIT|COMP_INTR, DBG_DMESG,
2113 "Pin-based Interrupt Mode!\n");
2114 return 0;
2115}
2116
2117static int rtl_pci_intr_mode_decide(struct ieee80211_hw *hw)
2118{
2119 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
2120 struct rtl_pci *rtlpci = rtl_pcidev(pcipriv);
2121 int ret;
2122
2123 if (rtlpci->msi_support) {
2124 ret = rtl_pci_intr_mode_msi(hw);
2125 if (ret < 0)
2126 ret = rtl_pci_intr_mode_legacy(hw);
2127 } else {
2128 ret = rtl_pci_intr_mode_legacy(hw);
2129 }
2130 return ret;
2131}
2132
9e2ff36b 2133int rtl_pci_probe(struct pci_dev *pdev,
0c817338
LF
2134 const struct pci_device_id *id)
2135{
2136 struct ieee80211_hw *hw = NULL;
2137
2138 struct rtl_priv *rtlpriv = NULL;
2139 struct rtl_pci_priv *pcipriv = NULL;
2140 struct rtl_pci *rtlpci;
2141 unsigned long pmem_start, pmem_len, pmem_flags;
2142 int err;
2143
2144 err = pci_enable_device(pdev);
2145 if (err) {
9d833ed7
JP
2146 RT_ASSERT(false, "%s : Cannot enable new PCI device\n",
2147 pci_name(pdev));
0c817338
LF
2148 return err;
2149 }
2150
2151 if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) {
2152 if (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32))) {
9d833ed7
JP
2153 RT_ASSERT(false,
2154 "Unable to obtain 32bit DMA for consistent allocations\n");
3d86b930
TG
2155 err = -ENOMEM;
2156 goto fail1;
0c817338
LF
2157 }
2158 }
2159
2160 pci_set_master(pdev);
2161
2162 hw = ieee80211_alloc_hw(sizeof(struct rtl_pci_priv) +
2163 sizeof(struct rtl_priv), &rtl_ops);
2164 if (!hw) {
2165 RT_ASSERT(false,
9d833ed7 2166 "%s : ieee80211 alloc failed\n", pci_name(pdev));
0c817338
LF
2167 err = -ENOMEM;
2168 goto fail1;
2169 }
2170
2171 SET_IEEE80211_DEV(hw, &pdev->dev);
2172 pci_set_drvdata(pdev, hw);
2173
2174 rtlpriv = hw->priv;
26634c4b 2175 rtlpriv->hw = hw;
0c817338
LF
2176 pcipriv = (void *)rtlpriv->priv;
2177 pcipriv->dev.pdev = pdev;
b0302aba 2178 init_completion(&rtlpriv->firmware_loading_complete);
38506ece
LF
2179 /*proximity init here*/
2180 rtlpriv->proximity.proxim_on = false;
2181
2182 pcipriv = (void *)rtlpriv->priv;
2183 pcipriv->dev.pdev = pdev;
0c817338 2184
c7cfe38e
C
2185 /* init cfg & intf_ops */
2186 rtlpriv->rtlhal.interface = INTF_PCI;
2187 rtlpriv->cfg = (struct rtl_hal_cfg *)(id->driver_data);
2188 rtlpriv->intf_ops = &rtl_pci_ops;
6f334c2b 2189 rtlpriv->glb_var = &rtl_global_var;
c7cfe38e 2190
0c817338
LF
2191 /*
2192 *init dbgp flags before all
2193 *other functions, because we will
2194 *use it in other funtions like
2195 *RT_TRACE/RT_PRINT/RTL_PRINT_DATA
2196 *you can not use these macro
2197 *before this
2198 */
2199 rtl_dbgp_flag_init(hw);
2200
2201 /* MEM map */
2202 err = pci_request_regions(pdev, KBUILD_MODNAME);
2203 if (err) {
9d833ed7 2204 RT_ASSERT(false, "Can't obtain PCI resources\n");
3d86b930 2205 goto fail1;
0c817338
LF
2206 }
2207
c7cfe38e
C
2208 pmem_start = pci_resource_start(pdev, rtlpriv->cfg->bar_id);
2209 pmem_len = pci_resource_len(pdev, rtlpriv->cfg->bar_id);
2210 pmem_flags = pci_resource_flags(pdev, rtlpriv->cfg->bar_id);
0c817338
LF
2211
2212 /*shared mem start */
2213 rtlpriv->io.pci_mem_start =
c7cfe38e
C
2214 (unsigned long)pci_iomap(pdev,
2215 rtlpriv->cfg->bar_id, pmem_len);
0c817338 2216 if (rtlpriv->io.pci_mem_start == 0) {
9d833ed7 2217 RT_ASSERT(false, "Can't map PCI mem\n");
3d86b930 2218 err = -ENOMEM;
0c817338
LF
2219 goto fail2;
2220 }
2221
2222 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
2223 "mem mapped space: start: 0x%08lx len:%08lx flags:%08lx, after map:0x%08lx\n",
2224 pmem_start, pmem_len, pmem_flags,
2225 rtlpriv->io.pci_mem_start);
0c817338
LF
2226
2227 /* Disable Clk Request */
2228 pci_write_config_byte(pdev, 0x81, 0);
2229 /* leave D3 mode */
2230 pci_write_config_byte(pdev, 0x44, 0);
2231 pci_write_config_byte(pdev, 0x04, 0x06);
2232 pci_write_config_byte(pdev, 0x04, 0x07);
2233
0c817338 2234 /* find adapter */
3d86b930
TG
2235 if (!_rtl_pci_find_adapter(pdev, hw)) {
2236 err = -ENODEV;
fa7ccfb1 2237 goto fail3;
3d86b930 2238 }
0c817338
LF
2239
2240 /* Init IO handler */
2241 _rtl_pci_io_handler_init(&pdev->dev, hw);
2242
2243 /*like read eeprom and so on */
2244 rtlpriv->cfg->ops->read_eeprom_info(hw);
2245
0c817338
LF
2246 /* Init mac80211 sw */
2247 err = rtl_init_core(hw);
2248 if (err) {
2249 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
f30d7507 2250 "Can't allocate sw for mac80211\n");
0c817338
LF
2251 goto fail3;
2252 }
2253
2254 /* Init PCI sw */
12325280 2255 err = rtl_pci_init(hw, pdev);
0c817338 2256 if (err) {
f30d7507 2257 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG, "Failed to init PCI\n");
0c817338
LF
2258 goto fail3;
2259 }
2260
ef09396e
LF
2261 if (rtlpriv->cfg->ops->init_sw_vars(hw)) {
2262 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG, "Can't init_sw_vars\n");
2263 err = -ENODEV;
2264 goto fail3;
2265 }
2266 rtlpriv->cfg->ops->init_sw_leds(hw);
2267
2268 /*aspm */
2269 rtl_pci_init_aspm(hw);
2270
38506ece
LF
2271 err = ieee80211_register_hw(hw);
2272 if (err) {
2273 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
2274 "Can't register mac80211 hw.\n");
574e02ab
LF
2275 err = -ENODEV;
2276 goto fail3;
2277 }
38506ece 2278 rtlpriv->mac80211.mac80211_registered = 1;
574e02ab 2279
0c817338
LF
2280 err = sysfs_create_group(&pdev->dev.kobj, &rtl_attribute_group);
2281 if (err) {
2282 RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
f30d7507 2283 "failed to create sysfs device attributes\n");
0c817338
LF
2284 goto fail3;
2285 }
2286
38506ece
LF
2287 /*init rfkill */
2288 rtl_init_rfkill(hw); /* Init PCI sw */
2289
0c817338 2290 rtlpci = rtl_pcidev(pcipriv);
94010fa0 2291 err = rtl_pci_intr_mode_decide(hw);
0c817338
LF
2292 if (err) {
2293 RT_TRACE(rtlpriv, COMP_INIT, DBG_DMESG,
f30d7507
JP
2294 "%s: failed to register IRQ handler\n",
2295 wiphy_name(hw->wiphy));
0c817338 2296 goto fail3;
0c817338 2297 }
b0302aba 2298 rtlpci->irq_alloc = 1;
0c817338 2299
38506ece 2300 set_bit(RTL_STATUS_INTERFACE_START, &rtlpriv->status);
0c817338
LF
2301 return 0;
2302
2303fail3:
38506ece 2304 pci_set_drvdata(pdev, NULL);
0c817338 2305 rtl_deinit_core(hw);
0c817338
LF
2306
2307 if (rtlpriv->io.pci_mem_start != 0)
62e63975 2308 pci_iounmap(pdev, (void __iomem *)rtlpriv->io.pci_mem_start);
0c817338
LF
2309
2310fail2:
2311 pci_release_regions(pdev);
b0302aba 2312 complete(&rtlpriv->firmware_loading_complete);
0c817338
LF
2313
2314fail1:
3d86b930
TG
2315 if (hw)
2316 ieee80211_free_hw(hw);
0c817338
LF
2317 pci_disable_device(pdev);
2318
3d86b930 2319 return err;
0c817338
LF
2320
2321}
2322EXPORT_SYMBOL(rtl_pci_probe);
2323
2324void rtl_pci_disconnect(struct pci_dev *pdev)
2325{
2326 struct ieee80211_hw *hw = pci_get_drvdata(pdev);
2327 struct rtl_pci_priv *pcipriv = rtl_pcipriv(hw);
2328 struct rtl_priv *rtlpriv = rtl_priv(hw);
2329 struct rtl_pci *rtlpci = rtl_pcidev(pcipriv);
2330 struct rtl_mac *rtlmac = rtl_mac(rtlpriv);
2331
b0302aba
LF
2332 /* just in case driver is removed before firmware callback */
2333 wait_for_completion(&rtlpriv->firmware_loading_complete);
0c817338
LF
2334 clear_bit(RTL_STATUS_INTERFACE_START, &rtlpriv->status);
2335
2336 sysfs_remove_group(&pdev->dev.kobj, &rtl_attribute_group);
2337
2338 /*ieee80211_unregister_hw will call ops_stop */
2339 if (rtlmac->mac80211_registered == 1) {
2340 ieee80211_unregister_hw(hw);
2341 rtlmac->mac80211_registered = 0;
2342 } else {
2343 rtl_deinit_deferred_work(hw);
2344 rtlpriv->intf_ops->adapter_stop(hw);
2345 }
44eb65cf 2346 rtlpriv->cfg->ops->disable_interrupt(hw);
0c817338
LF
2347
2348 /*deinit rfkill */
2349 rtl_deinit_rfkill(hw);
2350
2351 rtl_pci_deinit(hw);
2352 rtl_deinit_core(hw);
0c817338
LF
2353 rtlpriv->cfg->ops->deinit_sw_vars(hw);
2354
2355 if (rtlpci->irq_alloc) {
26634c4b 2356 synchronize_irq(rtlpci->pdev->irq);
0c817338
LF
2357 free_irq(rtlpci->pdev->irq, hw);
2358 rtlpci->irq_alloc = 0;
2359 }
2360
94010fa0
AL
2361 if (rtlpci->using_msi)
2362 pci_disable_msi(rtlpci->pdev);
2363
26634c4b 2364 list_del(&rtlpriv->list);
0c817338 2365 if (rtlpriv->io.pci_mem_start != 0) {
62e63975 2366 pci_iounmap(pdev, (void __iomem *)rtlpriv->io.pci_mem_start);
0c817338
LF
2367 pci_release_regions(pdev);
2368 }
2369
2370 pci_disable_device(pdev);
c7cfe38e
C
2371
2372 rtl_pci_disable_aspm(hw);
2373
38506ece
LF
2374 pci_set_drvdata(pdev, NULL);
2375
0c817338
LF
2376 ieee80211_free_hw(hw);
2377}
2378EXPORT_SYMBOL(rtl_pci_disconnect);
2379
244a77e9 2380#ifdef CONFIG_PM_SLEEP
0c817338
LF
2381/***************************************
2382kernel pci power state define:
2383PCI_D0 ((pci_power_t __force) 0)
2384PCI_D1 ((pci_power_t __force) 1)
2385PCI_D2 ((pci_power_t __force) 2)
2386PCI_D3hot ((pci_power_t __force) 3)
2387PCI_D3cold ((pci_power_t __force) 4)
2388PCI_UNKNOWN ((pci_power_t __force) 5)
2389
2390This function is called when system
2391goes into suspend state mac80211 will
2392call rtl_mac_stop() from the mac80211
2393suspend function first, So there is
2394no need to call hw_disable here.
2395****************************************/
603be388 2396int rtl_pci_suspend(struct device *dev)
0c817338 2397{
603be388 2398 struct pci_dev *pdev = to_pci_dev(dev);
c7cfe38e
C
2399 struct ieee80211_hw *hw = pci_get_drvdata(pdev);
2400 struct rtl_priv *rtlpriv = rtl_priv(hw);
2401
2402 rtlpriv->cfg->ops->hw_suspend(hw);
2403 rtl_deinit_rfkill(hw);
2404
0c817338
LF
2405 return 0;
2406}
2407EXPORT_SYMBOL(rtl_pci_suspend);
2408
603be388 2409int rtl_pci_resume(struct device *dev)
0c817338 2410{
603be388 2411 struct pci_dev *pdev = to_pci_dev(dev);
c7cfe38e
C
2412 struct ieee80211_hw *hw = pci_get_drvdata(pdev);
2413 struct rtl_priv *rtlpriv = rtl_priv(hw);
0c817338 2414
c7cfe38e
C
2415 rtlpriv->cfg->ops->hw_resume(hw);
2416 rtl_init_rfkill(hw);
0c817338
LF
2417 return 0;
2418}
2419EXPORT_SYMBOL(rtl_pci_resume);
244a77e9 2420#endif /* CONFIG_PM_SLEEP */
0c817338
LF
2421
2422struct rtl_intf_ops rtl_pci_ops = {
c7cfe38e 2423 .read_efuse_byte = read_efuse_byte,
0c817338
LF
2424 .adapter_start = rtl_pci_start,
2425 .adapter_stop = rtl_pci_stop,
26634c4b 2426 .check_buddy_priv = rtl_pci_check_buddy_priv,
0c817338 2427 .adapter_tx = rtl_pci_tx,
c7cfe38e 2428 .flush = rtl_pci_flush,
0c817338 2429 .reset_trx_ring = rtl_pci_reset_trx_ring,
c7cfe38e 2430 .waitq_insert = rtl_pci_tx_chk_waitq_insert,
0c817338
LF
2431
2432 .disable_aspm = rtl_pci_disable_aspm,
2433 .enable_aspm = rtl_pci_enable_aspm,
2434};