summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: remove redundant initialization to cfg_cmdColin Ian King2017-11-081-1/+1
* rtlwifi: remove redundant pointer tid_dataColin Ian King2017-11-081-2/+0
* rtlwifi: drop unused ppsc->last_wakeup_timeArnd Bergmann2017-11-082-7/+0
* rtlwifi: use ktime_get_real_seconds() for suspend timeArnd Bergmann2017-11-083-9/+6
* rtlwifi: fix uninitialized rtlhal->last_suspend_sec timeArnd Bergmann2017-11-081-0/+1
* rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISRPing-Ke Shih2017-11-0819-19/+36
* rtlwifi: rtl_pci: Add ID for 8822BEPing-Ke Shih2017-11-082-0/+6
* rtlwifi: rtl_pci: Add fill_tx_special_desc to issue H2C data, and process TXO...Ping-Ke Shih2017-11-083-0/+16
* rtlwifi: rtl_pci: Add support for 8822be TX/RX BDPing-Ke Shih2017-11-082-3/+12
* rtlwifi: rtl_pci: Simplify some code be eliminating extraneous variablesLarry Finger2017-11-081-24/+11
* rtlwifi: rtl_pci: Fix formatting problems in pci.cLarry Finger2017-11-081-114/+93
* rtlwifi: rtl_pci: Fix formatting errors in pci.hLarry Finger2017-11-081-13/+13
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-0413-72/+36
|\
| * rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih2017-10-274-39/+2
| * rtlwifi: rtl8821ae: Fix typo in variable nameNik Nyby2017-10-271-5/+5
| * rtlwifi: Convert timers to use timer_setup()Kees Cook2017-10-279-28/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0416-0/+16
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
* | rtlwifi: Fix typo in if ... else if ... else constructLarry Finger2017-10-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-161-1/+1
|\|
| * rtlwifi: rtl8821ae: Fix connection lost problemLarry Finger2017-10-021-1/+1
* | rtlwifi: Remove unused cur_rfstate variablesChristos Gkekas2017-10-134-12/+4
* | rtlwifi: Add module parameter ASPMPing-Ke Shih2017-10-139-8/+43
* | rtlwifi: Add bw_update parameter for RA mask update.Ping-Ke Shih2017-10-1326-50/+61
* | rtlwifi: Remove BAND_NUM and related fieldsPing-Ke Shih2017-10-131-16/+0
* | rtlwifi: Add RSSI and RF type to wifi.h for phydmPing-Ke Shih2017-10-131-0/+6
* | rtlwifi: Add TX/RX throughput statistics in periodPing-Ke Shih2017-10-132-4/+27
* | rtlwifi: Add rtl_get_hal_edca_param() to generate register's format of EDCA.Ping-Ke Shih2017-10-132-0/+40
* | rtlwifi: Implement rtl_get_tx_hw_rate to yield correct hw_ratePing-Ke Shih2017-10-131-4/+38
* | rtlwifi: rtl8192ee: Make driver support 64bits DMA.Ping-Ke Shih2017-10-1327-189/+166
* | rtlwifi: Remove redundant semicolon in wifi.h.Ping-Ke Shih2017-10-131-3/+3
* | rtlwifi: Fix MAX MPDU of VHT capabilityPing-Ke Shih2017-10-131-4/+0
* | rtlwifi: silence underflow warningDan Carpenter2017-10-101-1/+2
* | rtl8xxxu: Don't printk raw binary if serial number is not burned in.Adam Borowski2017-09-251-1/+4
* | rtlwifi: rtl8192ee: Fix memory leak when loading firmwareLarry Finger2017-09-201-2/+4
* | rtlwifi: btcoexist: 23b 1ant: fix duplicated code for different branchesLarry Finger2017-09-201-8/+5
|/
* rtlwifi: btcoexist: Fix antenna selection codeLarry Finger2017-09-071-7/+16
* rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723beLarry Finger2017-09-071-1/+4
* rtlwifi: rtl8723be: fix duplicated code for different branchesGustavo A. R. Silva2017-08-311-6/+2
* rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed"Colin Ian King2017-08-241-1/+1
* rtlwifi: make a couple arrays largerDan Carpenter2017-08-241-2/+3
* rtlwifi: btcoex: 23b 1ant: fix duplicated code for different branchesGustavo A. R. Silva2017-08-241-8/+2
* rtl8192cu: constify usb_device_idArvind Yadav2017-08-101-1/+1
* rtl8xxxu: constify usb_device_idArvind Yadav2017-08-101-1/+1
* rtl8187: constify usb_device_idArvind Yadav2017-08-101-1/+1
* rtlwifi: constify rate_control_ops structureBhumika Goyal2017-08-081-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller2017-08-0731-395/+488
|\
| * rtlwifi: Replace hardcode value with macroSouptick Joarder2017-08-032-3/+4
| * rtlwifi: rtl8192ee: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
| * rtlwifi: rtl8188ee: constify pci_device_id.Arvind Yadav2017-08-031-1/+1