summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: fill FW version and subversionPing-Ke Shih2018-01-082-0/+4
* rtlwifi: btcoex: Use seq_file to dump btcoex statusPing-Ke Shih2018-01-0812-632/+664
* rtlwifi: Improve debugging by using debugfsPing-Ke Shih2018-01-089-2/+523
* rtlwifi: rtl8723: Add error handling to no existing firmwarePing-Ke Shih2018-01-081-1/+1
* rtlwifi: Remove unnecessary parenthesesFrank A. Cancio Bello2018-01-084-26/+26
* rtlwifi: mark expected switch fall-through in rtl_make_smps_actionGustavo A. R. Silva2018-01-081-3/+1Star
* rtlwifi: Remove unnecessary 'out of memory' messageShreeya Patel2018-01-081-4/+2Star
* rtlwifi: use kcalloc instead of multiplyTobin C. Harding2018-01-081-2/+2
* rtlwifi: fix parenthesis alignmentPing-Ke Shih2018-01-081-1/+1
* rtlwifi: check for array overflowDan Carpenter2018-01-081-0/+4
* rtlwifi: always initialize variables given to RT_TRACE()Nicolas Iooss2017-12-141-1/+1
* rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.Tsang-Shian Lin2017-12-141-0/+7
* rtlwifi: rtl_pci: 8822BE puts broadcast and multicast packet to HIQPing-Ke Shih2017-12-141-0/+8
* wireless: use ARRAY_SIZEJérémy Lefaure2017-12-084-39/+30Star
* rtlwifi: rtl818x: remove redundant check for cck_power > 15Colin Ian King2017-12-071-4/+1Star
* rtlwifi: cleanup the code that check whether TX ring is availablePing-Ke Shih2017-12-073-54/+6Star
* rtlwifi: fix the wrong size to calculate fifo spacePing-Ke Shih2017-12-072-4/+6
* rtlwifi: Reduce IO in RX interrupt to boost throughputPing-Ke Shih2017-12-071-2/+3
* rtlwifi: Convert individual interrupt results to structLarry Finger2017-12-0718-95/+76Star
* rtlwifi: remove redundant initialization to cfg_cmdColin Ian King2017-11-081-1/+1
* rtlwifi: remove redundant pointer tid_dataColin Ian King2017-11-081-2/+0Star
* rtlwifi: drop unused ppsc->last_wakeup_timeArnd Bergmann2017-11-082-7/+0Star
* rtlwifi: use ktime_get_real_seconds() for suspend timeArnd Bergmann2017-11-083-9/+6Star
* 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/+11Star
* rtlwifi: rtl_pci: Fix formatting problems in pci.cLarry Finger2017-11-081-114/+93Star
* 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/+36Star
|\
| * rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih2017-10-274-39/+2Star
| * 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/+4Star
* | 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/+0Star
* | 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/+166Star
* | rtlwifi: Remove redundant semicolon in wifi.h.Ping-Ke Shih2017-10-131-3/+3