summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1Star
* rtl8xxxu: Fix missing break in switchGustavo A. R. Silva2018-11-061-0/+1
* rtl8xxxu: Mark expected switch fall-throughsGustavo A. R. Silva2018-11-061-0/+4
* rtl8xxxu: Remove set but not used variables 'usedesc40' and 'seq_number'YueHaibing2018-10-131-4/+1Star
* rtl8xxxu: Add rtl8188ctv supportAleksei Mamlin2018-09-041-0/+2
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-2/+2
* treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
* rtl8xxxu: constify usb_device_idArvind Yadav2017-08-101-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-4/+4
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-5/+5
* wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+2
* rtl8xxxu: Update author/maintainer contact infoJes Sorensen2017-01-201-2/+2
* rtl8xxxu: Add additional USB IDs for rtl8192eu devicesAxel Köllhofer2017-01-201-0/+7
* rtl8xxxu: Add USB ID for D-Link DWA-131 rev E1 (rtl8192eu)Axel Köllhofer2017-01-201-0/+3
* rtl8xxxu: Add another 8192eu device to the USB listJes Sorensen2017-01-201-0/+3
* rtl8xxxu: Mark 8192eu device 0x0bda:0x818b as testedJes Sorensen2017-01-201-0/+1
* rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnectingJes Sorensen2016-12-011-0/+8
* rtl8xxxu: tx rate reported before setBarry Day2016-11-281-4/+4
* rtl8xxxu: Pass tx_info to fill_txdesc in order to have access to retry countJes Sorensen2016-11-251-26/+45
* rtl8xxxu: Obtain RTS rates from mac80211Jes Sorensen2016-11-251-17/+29
* rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen2016-11-251-2/+2
* rtl8xxxu: Fix memory leak in handling rxdesc16 packetsJes Sorensen2016-11-251-1/+6
* rtl8xxxu: Stop log spam from each successful interruptLarry Finger2016-09-261-1/+2
* rtl8xxxu: Use a struct rtl8xxxu_fileops * in rtl8xxxu_init_device()Jes Sorensen2016-09-261-18/+19
* rtl8xxxu: Clean up llt_init() APIJes Sorensen2016-09-261-3/+6
* rtl8xxxu: Fix off by one error calculating pubqJes Sorensen2016-09-261-1/+1
* rtl8xxxu: fix spelling mistake "firmare" -> "firmware"Colin Ian King2016-09-141-2/+2
* rtl8xxxu: Reset device on module unload if still attachedJes Sorensen2016-09-141-0/+5
* rtl8xxxu: Make rtl8xxxu_ampdu_action less chattyHans de Goede2016-09-031-5/+5
* rtl8xxxu: gen1: Fix non static symbol warningWei Yongjun2016-09-031-1/+1
* rtl8xxxu: Split filling of TX descriptors into separate functionsJes Sorensen2016-09-031-89/+109
* rtl8xxxu: Determine need for shore preamble before updating TX descriptorsJes Sorensen2016-09-031-5/+7
* rtl8xxxu: Determine the need for SGI before handling specific TX desc formatsJes Sorensen2016-09-031-6/+8
* rtl8xxxu: Simplify calculating of hw value used for setting TX rateJes Sorensen2016-09-031-3/+4
* rtl8xxxu: Introduce fops bitflag indicating type of thermal meterJes Sorensen2016-09-031-1/+1
* rtl8xxxu: Use flag to indicate whether device has TX report timer supportJes Sorensen2016-09-031-3/+2Star
* rtl8xxxu: Simplify code setting TX buffer boundaryJes Sorensen2016-09-031-7/+1Star
* rtl8xxxu: Remove now obsolete rtl8xxxu_old_init_queue_reserved_page()Jes Sorensen2016-09-031-28/+2Star
* rtl8xxxu: Add TP-Link TL-WN823N v2 to list of supported devicesJes Sorensen2016-09-031-0/+7
* rtl8xxxu: Fix error handling if rtl8xxxu_init_device() failsJes Sorensen2016-09-031-3/+17
* rtl8xxxu: Mark 0x2001:0x3308 as testedJes Sorensen2016-09-031-2/+7
* rtl8xxxu: Mark 0x20f4:0x648b as testedJes Sorensen2016-09-031-2/+7
* rtl8xxxu: gen1: Add module parameters to adjust DMA aggregation parametersJes Sorensen2016-07-081-0/+28
* rtl8xxxu: gen1: Set aggregation timeout (REG_RXDMA_AGG_PG_TH + 1) as wellJes Sorensen2016-07-081-2/+9
* rtl8xxxu: Make DMA aggregation optional by setting a module parameterJes Sorensen2016-07-081-2/+9
* rtl8xxxu: Enable aggregation for rtl8723auJes Sorensen2016-07-081-0/+34
* rtl8xxxu: Adjust RX skb size to include space for phystatsJes Sorensen2016-07-081-3/+4
* rtl8xxxu: Allocate larger RX skbs when aggregation is enabledJes Sorensen2016-07-081-4/+9
* rtl8xxxu: Add support for aggregated RX packets on gen1 partsJes Sorensen2016-07-081-34/+69