1 /******************************************************************************
3 * Copyright(c) 2009-2010 Realtek Corporation.
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.
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
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
18 * The full GNU General Public License is included in this distribution in the
19 * file called LICENSE.
21 * Contact Information:
22 * wlanfae <wlanfae@realtek.com>
23 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
24 * Hsinchu 300, Taiwan.
26 * Larry Finger <Larry.Finger@lwfinger.net>
28 *****************************************************************************/
30 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
32 #include <linux/vmalloc.h>
33 #include <linux/module.h>
50 static void rtl92s_init_aspm_vars(struct ieee80211_hw
*hw
)
52 struct rtl_pci
*rtlpci
= rtl_pcidev(rtl_pcipriv(hw
));
54 /*close ASPM for AMD defaultly */
55 rtlpci
->const_amdpci_aspm
= 0;
60 * 1 - Enable ASPM without Clock Req,
61 * 2 - Enable ASPM with Clock Req,
62 * 3 - Alwyas Enable ASPM with Clock Req,
63 * 4 - Always Enable ASPM without Clock Req.
64 * set defult to RTL8192CE:3 RTL8192E:2
66 rtlpci
->const_pci_aspm
= 2;
68 /*Setting for PCI-E device */
69 rtlpci
->const_devicepci_aspm_setting
= 0x03;
71 /*Setting for PCI-E bridge */
72 rtlpci
->const_hostpci_aspm_setting
= 0x02;
75 * In Hw/Sw Radio Off situation.
77 * 1 - From ASPM setting without low Mac Pwr,
78 * 2 - From ASPM setting with low Mac Pwr,
80 * set default to RTL8192CE:0 RTL8192SE:2
82 rtlpci
->const_hwsw_rfoff_d3
= 2;
85 * This setting works for those device with
86 * backdoor ASPM setting such as EPHY setting.
87 * 0 - Not support ASPM,
89 * 2 - According to chipset.
91 rtlpci
->const_support_pciaspm
= 2;
94 static void rtl92se_fw_cb(const struct firmware
*firmware
, void *context
)
96 struct ieee80211_hw
*hw
= context
;
97 struct rtl_pci_priv
*pcipriv
= rtl_pcipriv(hw
);
98 struct rtl_priv
*rtlpriv
= rtl_priv(hw
);
99 struct rtl_pci
*rtlpci
= rtl_pcidev(pcipriv
);
100 struct rt_firmware
*pfirmware
= NULL
;
103 RT_TRACE(rtlpriv
, COMP_ERR
, DBG_LOUD
,
104 ("Firmware callback routine entered!\n"));
105 complete(&rtlpriv
->firmware_loading_complete
);
107 pr_err("Firmware %s not available\n", rtlpriv
->cfg
->fw_name
);
108 rtlpriv
->max_fw_size
= 0;
111 if (firmware
->size
> rtlpriv
->max_fw_size
) {
112 RT_TRACE(rtlpriv
, COMP_ERR
, DBG_EMERG
,
113 ("Firmware is too big!\n"));
114 release_firmware(firmware
);
117 pfirmware
= (struct rt_firmware
*)rtlpriv
->rtlhal
.pfirmware
;
118 memcpy(pfirmware
->sz_fw_tmpbuffer
, firmware
->data
, firmware
->size
);
119 pfirmware
->sz_fw_tmpbufferlen
= firmware
->size
;
120 release_firmware(firmware
);
122 err
= ieee80211_register_hw(hw
);
124 RT_TRACE(rtlpriv
, COMP_ERR
, DBG_EMERG
,
125 ("Can't register mac80211 hw\n"));
128 rtlpriv
->mac80211
.mac80211_registered
= 1;
130 rtlpci
->irq_alloc
= 1;
131 set_bit(RTL_STATUS_INTERFACE_START
, &rtlpriv
->status
);
137 static int rtl92s_init_sw_vars(struct ieee80211_hw
*hw
)
139 struct rtl_priv
*rtlpriv
= rtl_priv(hw
);
140 struct rtl_pci
*rtlpci
= rtl_pcidev(rtl_pcipriv(hw
));
142 u16 earlyrxthreshold
= 7;
144 rtlpriv
->dm
.dm_initialgain_enable
= true;
145 rtlpriv
->dm
.dm_flag
= 0;
146 rtlpriv
->dm
.disable_framebursting
= false;
147 rtlpriv
->dm
.thermalvalue
= 0;
148 rtlpriv
->dm
.useramask
= true;
150 /* compatible 5G band 91se just 2.4G band & smsp */
151 rtlpriv
->rtlhal
.current_bandtype
= BAND_ON_2_4G
;
152 rtlpriv
->rtlhal
.bandset
= BAND_ON_2_4G
;
153 rtlpriv
->rtlhal
.macphymode
= SINGLEMAC_SINGLEPHY
;
155 rtlpci
->transmit_config
= 0;
157 rtlpci
->receive_config
=
166 /* Accept ICV error, CRC32 Error */
169 /* Accept Broadcast, Multicast */
171 /* Accept Physical match */
173 /* Accept Destination Address packets */
175 RCR_APP_PHYST_STAFF
|
176 /* Accept PHY status */
178 (earlyrxthreshold
<< RCR_FIFO_OFFSET
);
180 rtlpci
->irq_mask
[0] = (u32
)
200 rtlpci
->irq_mask
[1] = (u32
) 0;
202 rtlpci
->shortretry_limit
= 0x30;
203 rtlpci
->longretry_limit
= 0x30;
205 rtlpci
->first_init
= true;
207 /* for debug level */
208 rtlpriv
->dbg
.global_debuglevel
= rtlpriv
->cfg
->mod_params
->debug
;
210 rtlpriv
->psc
.inactiveps
= rtlpriv
->cfg
->mod_params
->inactiveps
;
211 rtlpriv
->psc
.swctrl_lps
= rtlpriv
->cfg
->mod_params
->swctrl_lps
;
212 rtlpriv
->psc
.fwctrl_lps
= rtlpriv
->cfg
->mod_params
->fwctrl_lps
;
213 if (!rtlpriv
->psc
.inactiveps
)
214 pr_info("rtl8192ce: Power Save off (module option)\n");
215 if (!rtlpriv
->psc
.fwctrl_lps
)
216 pr_info("rtl8192ce: FW Power Save off (module option)\n");
217 rtlpriv
->psc
.reg_fwctrl_lps
= 3;
218 rtlpriv
->psc
.reg_max_lps_awakeintvl
= 5;
219 /* for ASPM, you can close aspm through
220 * set const_support_pciaspm = 0 */
221 rtl92s_init_aspm_vars(hw
);
223 if (rtlpriv
->psc
.reg_fwctrl_lps
== 1)
224 rtlpriv
->psc
.fwctrl_psmode
= FW_PS_MIN_MODE
;
225 else if (rtlpriv
->psc
.reg_fwctrl_lps
== 2)
226 rtlpriv
->psc
.fwctrl_psmode
= FW_PS_MAX_MODE
;
227 else if (rtlpriv
->psc
.reg_fwctrl_lps
== 3)
228 rtlpriv
->psc
.fwctrl_psmode
= FW_PS_DTIM_MODE
;
230 /* for firmware buf */
231 rtlpriv
->rtlhal
.pfirmware
= vzalloc(sizeof(struct rt_firmware
));
232 if (!rtlpriv
->rtlhal
.pfirmware
) {
233 RT_TRACE(rtlpriv
, COMP_ERR
, DBG_EMERG
,
234 ("Can't alloc buffer for fw.\n"));
238 rtlpriv
->max_fw_size
= sizeof(struct rt_firmware
);
240 pr_info("Driver for Realtek RTL8192SE/RTL8191SE\n"
241 "Loading firmware %s\n", rtlpriv
->cfg
->fw_name
);
243 err
= request_firmware_nowait(THIS_MODULE
, 1, rtlpriv
->cfg
->fw_name
,
244 rtlpriv
->io
.dev
, GFP_KERNEL
, hw
,
247 RT_TRACE(rtlpriv
, COMP_ERR
, DBG_EMERG
,
248 ("Failed to request firmware!\n"));
255 static void rtl92s_deinit_sw_vars(struct ieee80211_hw
*hw
)
257 struct rtl_priv
*rtlpriv
= rtl_priv(hw
);
259 if (rtlpriv
->rtlhal
.pfirmware
) {
260 vfree(rtlpriv
->rtlhal
.pfirmware
);
261 rtlpriv
->rtlhal
.pfirmware
= NULL
;
265 static struct rtl_hal_ops rtl8192se_hal_ops
= {
266 .init_sw_vars
= rtl92s_init_sw_vars
,
267 .deinit_sw_vars
= rtl92s_deinit_sw_vars
,
268 .read_eeprom_info
= rtl92se_read_eeprom_info
,
269 .interrupt_recognized
= rtl92se_interrupt_recognized
,
270 .hw_init
= rtl92se_hw_init
,
271 .hw_disable
= rtl92se_card_disable
,
272 .hw_suspend
= rtl92se_suspend
,
273 .hw_resume
= rtl92se_resume
,
274 .enable_interrupt
= rtl92se_enable_interrupt
,
275 .disable_interrupt
= rtl92se_disable_interrupt
,
276 .set_network_type
= rtl92se_set_network_type
,
277 .set_chk_bssid
= rtl92se_set_check_bssid
,
278 .set_qos
= rtl92se_set_qos
,
279 .set_bcn_reg
= rtl92se_set_beacon_related_registers
,
280 .set_bcn_intv
= rtl92se_set_beacon_interval
,
281 .update_interrupt_mask
= rtl92se_update_interrupt_mask
,
282 .get_hw_reg
= rtl92se_get_hw_reg
,
283 .set_hw_reg
= rtl92se_set_hw_reg
,
284 .update_rate_tbl
= rtl92se_update_hal_rate_tbl
,
285 .fill_tx_desc
= rtl92se_tx_fill_desc
,
286 .fill_tx_cmddesc
= rtl92se_tx_fill_cmddesc
,
287 .query_rx_desc
= rtl92se_rx_query_desc
,
288 .set_channel_access
= rtl92se_update_channel_access_setting
,
289 .radio_onoff_checking
= rtl92se_gpio_radio_on_off_checking
,
290 .set_bw_mode
= rtl92s_phy_set_bw_mode
,
291 .switch_channel
= rtl92s_phy_sw_chnl
,
292 .dm_watchdog
= rtl92s_dm_watchdog
,
293 .scan_operation_backup
= rtl92s_phy_scan_operation_backup
,
294 .set_rf_power_state
= rtl92s_phy_set_rf_power_state
,
295 .led_control
= rtl92se_led_control
,
296 .set_desc
= rtl92se_set_desc
,
297 .get_desc
= rtl92se_get_desc
,
298 .tx_polling
= rtl92se_tx_polling
,
299 .enable_hw_sec
= rtl92se_enable_hw_security_config
,
300 .set_key
= rtl92se_set_key
,
301 .init_sw_leds
= rtl92se_init_sw_leds
,
302 .get_bbreg
= rtl92s_phy_query_bb_reg
,
303 .set_bbreg
= rtl92s_phy_set_bb_reg
,
304 .get_rfreg
= rtl92s_phy_query_rf_reg
,
305 .set_rfreg
= rtl92s_phy_set_rf_reg
,
308 static struct rtl_mod_params rtl92se_mod_params
= {
316 /* Because memory R/W bursting will cause system hang/crash
317 * for 92se, so we don't read back after every write action */
318 static struct rtl_hal_cfg rtl92se_hal_cfg
= {
320 .write_readback
= false,
321 .name
= "rtl92s_pci",
322 .fw_name
= "rtlwifi/rtl8192sefw.bin",
323 .ops
= &rtl8192se_hal_ops
,
324 .mod_params
= &rtl92se_mod_params
,
326 .maps
[SYS_ISO_CTRL
] = REG_SYS_ISO_CTRL
,
327 .maps
[SYS_FUNC_EN
] = REG_SYS_FUNC_EN
,
328 .maps
[SYS_CLK
] = SYS_CLKR
,
329 .maps
[MAC_RCR_AM
] = RCR_AM
,
330 .maps
[MAC_RCR_AB
] = RCR_AB
,
331 .maps
[MAC_RCR_ACRC32
] = RCR_ACRC32
,
332 .maps
[MAC_RCR_ACF
] = RCR_ACF
,
333 .maps
[MAC_RCR_AAP
] = RCR_AAP
,
335 .maps
[EFUSE_TEST
] = REG_EFUSE_TEST
,
336 .maps
[EFUSE_CTRL
] = REG_EFUSE_CTRL
,
337 .maps
[EFUSE_CLK
] = REG_EFUSE_CLK
,
338 .maps
[EFUSE_CLK_CTRL
] = REG_EFUSE_CTRL
,
339 .maps
[EFUSE_PWC_EV12V
] = 0, /* nouse for 8192se */
340 .maps
[EFUSE_FEN_ELDR
] = 0, /* nouse for 8192se */
341 .maps
[EFUSE_LOADER_CLK_EN
] = 0,/* nouse for 8192se */
342 .maps
[EFUSE_ANA8M
] = EFUSE_ANA8M
,
343 .maps
[EFUSE_HWSET_MAX_SIZE
] = HWSET_MAX_SIZE_92S
,
344 .maps
[EFUSE_MAX_SECTION_MAP
] = EFUSE_MAX_SECTION
,
345 .maps
[EFUSE_REAL_CONTENT_SIZE
] = EFUSE_REAL_CONTENT_LEN
,
346 .maps
[EFUSE_OOB_PROTECT_BYTES_LEN
] = EFUSE_OOB_PROTECT_BYTES
,
348 .maps
[RWCAM
] = REG_RWCAM
,
349 .maps
[WCAMI
] = REG_WCAMI
,
350 .maps
[RCAMO
] = REG_RCAMO
,
351 .maps
[CAMDBG
] = REG_CAMDBG
,
352 .maps
[SECR
] = REG_SECR
,
353 .maps
[SEC_CAM_NONE
] = CAM_NONE
,
354 .maps
[SEC_CAM_WEP40
] = CAM_WEP40
,
355 .maps
[SEC_CAM_TKIP
] = CAM_TKIP
,
356 .maps
[SEC_CAM_AES
] = CAM_AES
,
357 .maps
[SEC_CAM_WEP104
] = CAM_WEP104
,
359 .maps
[RTL_IMR_BCNDMAINT6
] = IMR_BCNDMAINT6
,
360 .maps
[RTL_IMR_BCNDMAINT5
] = IMR_BCNDMAINT5
,
361 .maps
[RTL_IMR_BCNDMAINT4
] = IMR_BCNDMAINT4
,
362 .maps
[RTL_IMR_BCNDMAINT3
] = IMR_BCNDMAINT3
,
363 .maps
[RTL_IMR_BCNDMAINT2
] = IMR_BCNDMAINT2
,
364 .maps
[RTL_IMR_BCNDMAINT1
] = IMR_BCNDMAINT1
,
365 .maps
[RTL_IMR_BCNDOK8
] = IMR_BCNDOK8
,
366 .maps
[RTL_IMR_BCNDOK7
] = IMR_BCNDOK7
,
367 .maps
[RTL_IMR_BCNDOK6
] = IMR_BCNDOK6
,
368 .maps
[RTL_IMR_BCNDOK5
] = IMR_BCNDOK5
,
369 .maps
[RTL_IMR_BCNDOK4
] = IMR_BCNDOK4
,
370 .maps
[RTL_IMR_BCNDOK3
] = IMR_BCNDOK3
,
371 .maps
[RTL_IMR_BCNDOK2
] = IMR_BCNDOK2
,
372 .maps
[RTL_IMR_BCNDOK1
] = IMR_BCNDOK1
,
373 .maps
[RTL_IMR_TIMEOUT2
] = IMR_TIMEOUT2
,
374 .maps
[RTL_IMR_TIMEOUT1
] = IMR_TIMEOUT1
,
376 .maps
[RTL_IMR_TXFOVW
] = IMR_TXFOVW
,
377 .maps
[RTL_IMR_PSTIMEOUT
] = IMR_PSTIMEOUT
,
378 .maps
[RTL_IMR_BcnInt
] = IMR_BCNINT
,
379 .maps
[RTL_IMR_RXFOVW
] = IMR_RXFOVW
,
380 .maps
[RTL_IMR_RDU
] = IMR_RDU
,
381 .maps
[RTL_IMR_ATIMEND
] = IMR_ATIMEND
,
382 .maps
[RTL_IMR_BDOK
] = IMR_BDOK
,
383 .maps
[RTL_IMR_MGNTDOK
] = IMR_MGNTDOK
,
384 .maps
[RTL_IMR_TBDER
] = IMR_TBDER
,
385 .maps
[RTL_IMR_HIGHDOK
] = IMR_HIGHDOK
,
386 .maps
[RTL_IMR_COMDOK
] = IMR_COMDOK
,
387 .maps
[RTL_IMR_TBDOK
] = IMR_TBDOK
,
388 .maps
[RTL_IMR_BKDOK
] = IMR_BKDOK
,
389 .maps
[RTL_IMR_BEDOK
] = IMR_BEDOK
,
390 .maps
[RTL_IMR_VIDOK
] = IMR_VIDOK
,
391 .maps
[RTL_IMR_VODOK
] = IMR_VODOK
,
392 .maps
[RTL_IMR_ROK
] = IMR_ROK
,
393 .maps
[RTL_IBSS_INT_MASKS
] = (IMR_BCNINT
| IMR_TBDOK
| IMR_TBDER
),
395 .maps
[RTL_RC_CCK_RATE1M
] = DESC92_RATE1M
,
396 .maps
[RTL_RC_CCK_RATE2M
] = DESC92_RATE2M
,
397 .maps
[RTL_RC_CCK_RATE5_5M
] = DESC92_RATE5_5M
,
398 .maps
[RTL_RC_CCK_RATE11M
] = DESC92_RATE11M
,
399 .maps
[RTL_RC_OFDM_RATE6M
] = DESC92_RATE6M
,
400 .maps
[RTL_RC_OFDM_RATE9M
] = DESC92_RATE9M
,
401 .maps
[RTL_RC_OFDM_RATE12M
] = DESC92_RATE12M
,
402 .maps
[RTL_RC_OFDM_RATE18M
] = DESC92_RATE18M
,
403 .maps
[RTL_RC_OFDM_RATE24M
] = DESC92_RATE24M
,
404 .maps
[RTL_RC_OFDM_RATE36M
] = DESC92_RATE36M
,
405 .maps
[RTL_RC_OFDM_RATE48M
] = DESC92_RATE48M
,
406 .maps
[RTL_RC_OFDM_RATE54M
] = DESC92_RATE54M
,
408 .maps
[RTL_RC_HT_RATEMCS7
] = DESC92_RATEMCS7
,
409 .maps
[RTL_RC_HT_RATEMCS15
] = DESC92_RATEMCS15
,
412 static struct pci_device_id rtl92se_pci_ids
[] __devinitdata
= {
413 {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK
, 0x8192, rtl92se_hal_cfg
)},
414 {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK
, 0x8171, rtl92se_hal_cfg
)},
415 {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK
, 0x8172, rtl92se_hal_cfg
)},
416 {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK
, 0x8173, rtl92se_hal_cfg
)},
417 {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK
, 0x8174, rtl92se_hal_cfg
)},
421 MODULE_DEVICE_TABLE(pci
, rtl92se_pci_ids
);
423 MODULE_AUTHOR("lizhaoming <chaoming_li@realsil.com.cn>");
424 MODULE_AUTHOR("Realtek WlanFAE <wlanfae@realtek.com>");
425 MODULE_AUTHOR("Larry Finger <Larry.Finger@lwfinger.net>");
426 MODULE_LICENSE("GPL");
427 MODULE_DESCRIPTION("Realtek 8192S/8191S 802.11n PCI wireless");
428 MODULE_FIRMWARE("rtlwifi/rtl8192sefw.bin");
430 module_param_named(swenc
, rtl92se_mod_params
.sw_crypto
, bool, 0444);
431 module_param_named(debug
, rtl92se_mod_params
.debug
, int, 0444);
432 module_param_named(ips
, rtl92se_mod_params
.inactiveps
, bool, 0444);
433 module_param_named(swlps
, rtl92se_mod_params
.swctrl_lps
, bool, 0444);
434 module_param_named(fwlps
, rtl92se_mod_params
.fwctrl_lps
, bool, 0444);
435 MODULE_PARM_DESC(swenc
, "Set to 1 for software crypto (default 0)\n");
436 MODULE_PARM_DESC(ips
, "Set to 0 to not use link power save (default 1)\n");
437 MODULE_PARM_DESC(swlps
, "Set to 1 to use SW control power save (default 0)\n");
438 MODULE_PARM_DESC(fwlps
, "Set to 1 to use FW control power save (default 1)\n");
439 MODULE_PARM_DESC(debug
, "Set debug level (0-5) (default 0)");
441 static const struct dev_pm_ops rtlwifi_pm_ops
= {
442 .suspend
= rtl_pci_suspend
,
443 .resume
= rtl_pci_resume
,
444 .freeze
= rtl_pci_suspend
,
445 .thaw
= rtl_pci_resume
,
446 .poweroff
= rtl_pci_suspend
,
447 .restore
= rtl_pci_resume
,
450 static struct pci_driver rtl92se_driver
= {
451 .name
= KBUILD_MODNAME
,
452 .id_table
= rtl92se_pci_ids
,
453 .probe
= rtl_pci_probe
,
454 .remove
= rtl_pci_disconnect
,
455 .driver
.pm
= &rtlwifi_pm_ops
,
458 static int __init
rtl92se_module_init(void)
462 ret
= pci_register_driver(&rtl92se_driver
);
464 RT_ASSERT(false, (": No device found\n"));
469 static void __exit
rtl92se_module_exit(void)
471 pci_unregister_driver(&rtl92se_driver
);
474 module_init(rtl92se_module_init
);
475 module_exit(rtl92se_module_exit
);