aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtl8xxxu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26rtl8xxxu: Feed current txrate information for mac80211Chris Chiu2-2/+85
2020-03-26rtl8xxxu: add enumeration for channel bandwidthChris Chiu2-1/+10
2020-03-23rtl8xxxu: Fix sparse warning: cast from restricted __le16Chris Chiu1-4/+4
2020-03-23wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-18rtl8xxxu: fix interface sanity checkJohan Hovold1-1/+1
2019-11-20rtl8xxxu: Remove set but not used variable 'vif','dev','len'zhengbin1-6/+0
2019-11-15rtl8xxxu: Remove set but not used variable 'rsr'Zheng Yongjun1-2/+1
2019-11-14rtl8xxxu: Add support for Edimax EW-7611ULBJes Sorensen1-1/+3
2019-10-24rtl8xxxu: fix warnings for symbol not declaredChris Chiu1-0/+4
2019-10-24rtl8xxxu: remove set but not used variable 'rate_mask'YueHaibing1-5/+0
2019-10-22rtl8xxxu: fix RTL8723BU connection failure issue after warm rebootChris Chiu3-0/+5
2019-10-09rtl8xxxu: make arrays static, makes object smallerColin Ian King3-9/+9
2019-10-09rtl8xxxu: add bluetooth co-existence support for single antennaChris Chiu3-7/+301
2019-10-09rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driverChris Chiu2-7/+278
2019-10-02rtl8xxxu: prevent leaking urbNavid Emamdoost1-0/+1
2019-07-24rtl8xxxu: Fix wifi low signal strength issue of RTL8723BUChris Chiu2-4/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner7-63/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-11-06rtl8xxxu: Fix missing break in switchGustavo A. R. Silva1-0/+1
2018-11-06rtl8xxxu: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-10-13rtl8xxxu: Remove set but not used variables 'usedesc40' and 'seq_number'YueHaibing1-4/+1
2018-09-04rtl8xxxu: Add rtl8188ctv supportAleksei Mamlin1-0/+2
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches3-6/+6
2018-03-27treewide: Fix typos in printkMasanari Iida1-1/+1
2018-01-24rtl8xxxu: Fix trailing semicolonLuis de Bethencourt1-1/+1
2017-09-25rtl8xxxu: Don't printk raw binary if serial number is not burned in.Adam Borowski1-1/+4
2017-08-10rtl8xxxu: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-4/+4
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-5/+5
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2017-01-20rtl8xxxu: Update author/maintainer contact infoJes Sorensen7-8/+8
2017-01-20rtl8xxxu: Add additional USB IDs for rtl8192eu devicesAxel Köllhofer1-0/+7
2017-01-20rtl8xxxu: Add USB ID for D-Link DWA-131 rev E1 (rtl8192eu)Axel Köllhofer1-0/+3
2017-01-20rtl8xxxu: Add another 8192eu device to the USB listJes Sorensen1-0/+3
2017-01-20rtl8xxxu: Mark 8192eu device 0x0bda:0x818b as testedJes Sorensen1-0/+1
2016-12-01rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnectingJes Sorensen1-0/+8
2016-11-28rtl8xxxu: tx rate reported before setBarry Day1-4/+4
2016-11-25rtl8xxxu: Fix non static symbol warningWei Yongjun1-1/+1
2016-11-25rtl8xxxu: Pass tx_info to fill_txdesc in order to have access to retry countJes Sorensen2-38/+60
2016-11-25rtl8xxxu: Obtain RTS rates from mac80211Jes Sorensen2-20/+32
2016-11-25rtl8xxxu: Fix rtl8192eu driver reload issueJes Sorensen1-1/+7
2016-11-25rtl8xxxu: Fix rtl8723bu driver reload issueJes Sorensen1-0/+4
2016-11-25rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen2-4/+4
2016-11-25rtl8xxxu: Fix memory leak in handling rxdesc16 packetsJes Sorensen1-1/+6
2016-09-26rtl8xxxu: Stop log spam from each successful interruptLarry Finger2-1/+3
2016-09-26rtl8xxxu: Use a struct rtl8xxxu_fileops * in rtl8xxxu_init_device()Jes Sorensen1-18/+19
2016-09-26rtl8xxxu: Clean up llt_init() APIJes Sorensen2-6/+9
2016-09-26rtl8xxxu: Fix off by one error calculating pubqJes Sorensen1-1/+1
2016-09-17rtl8xxxu: Implement 8192e specific power down sequenceJes Sorensen2-1/+144