summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtl8xxxu (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtl8xxxu: Fix the handling of TX A-MPDU aggregationChris Chiu2021-08-212-9/+26
* rtl8xxxu: disable interrupt_in transfer for 8188cu and 8192cuChris Chiu2021-08-211-2/+2
* rtl8xxxu: avoid parsing short RX packetÍñigo Huguet2021-06-191-2/+9
* rtl8xxxu: Fix device info for RTL8192EU devicesPascal Terjan2021-06-192-14/+56
* rtl8xxxu: Simplify locking of a skb list accessesChristophe JAILLET2021-04-172-10/+2
* rtl8xxxu: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-171-4/+4
* rtl8xxxu: remove unused assignment valuewengjianfeng2021-02-081-2/+0
* rtl8xxxu: prevent potential memory leakChris Chiu2020-09-091-1/+9
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-2/+2
* rtl8xxxu: Feed current txrate information for mac80211Chris Chiu2020-03-262-2/+85
* rtl8xxxu: add enumeration for channel bandwidthChris Chiu2020-03-262-1/+10
* rtl8xxxu: Fix sparse warning: cast from restricted __le16Chris Chiu2020-03-231-4/+4
* wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* rtl8xxxu: fix interface sanity checkJohan Hovold2019-12-181-1/+1
* rtl8xxxu: Remove set but not used variable 'vif','dev','len'zhengbin2019-11-201-6/+0
* rtl8xxxu: Remove set but not used variable 'rsr'Zheng Yongjun2019-11-151-2/+1
* rtl8xxxu: Add support for Edimax EW-7611ULBJes Sorensen2019-11-141-1/+3
* rtl8xxxu: fix warnings for symbol not declaredChris Chiu2019-10-241-0/+4
* rtl8xxxu: remove set but not used variable 'rate_mask'YueHaibing2019-10-241-5/+0
* rtl8xxxu: fix RTL8723BU connection failure issue after warm rebootChris Chiu2019-10-223-0/+5
* rtl8xxxu: make arrays static, makes object smallerColin Ian King2019-10-093-9/+9
* rtl8xxxu: add bluetooth co-existence support for single antennaChris Chiu2019-10-093-7/+301
* rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driverChris Chiu2019-10-092-7/+278
* rtl8xxxu: prevent leaking urbNavid Emamdoost2019-10-021-0/+1
* rtl8xxxu: Fix wifi low signal strength issue of RTL8723BUChris Chiu2019-07-242-4/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-057-63/+7
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* 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/+1
* rtl8xxxu: Add rtl8188ctv supportAleksei Mamlin2018-09-041-0/+2
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-303-6/+6
* treewide: Fix typos in printkMasanari Iida2018-03-271-1/+1
* rtl8xxxu: Fix trailing semicolonLuis de Bethencourt2018-01-241-1/+1
* rtl8xxxu: Don't printk raw binary if serial number is not burned in.Adam Borowski2017-09-251-1/+4
* 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-207-8/+8
* 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: Fix non static symbol warningWei Yongjun2016-11-251-1/+1
* rtl8xxxu: Pass tx_info to fill_txdesc in order to have access to retry countJes Sorensen2016-11-252-38/+60
* rtl8xxxu: Obtain RTS rates from mac80211Jes Sorensen2016-11-252-20/+32