summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192e.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtl8xxxu: remove rtl8xxxu_ prefix from filenamesKalle Valo2024-05-021-1779/+0
* wifi: rtl8xxxu: remove some unused includesKalle Valo2024-05-021-4/+0
* wifi: rtl8xxxu: add missing number of sec cam entries for all variantsMartin Kaistra2024-01-191-0/+1
* wifi: rtl8xxxu: Enable AP mode for RTL8192EUBitterblue Smith2023-07-251-0/+2
* wifi: rtl8xxxu: Rename some registersBitterblue Smith2023-05-151-14/+14
* wifi: rtl8xxxu: Don't print the vendor/product/serialBitterblue Smith2023-04-201-54/+0
* wifi: rtl8xxxu: Support new chip RTL8710BU aka RTL8188GUBitterblue Smith2023-03-201-1/+4
* wifi: rtl8xxxu: RTL8192EU always needs full initBitterblue Smith2023-03-201-0/+1
* wifi: rtl8xxxu: Add LED control code for RTL8192EUBitterblue Smith2023-02-131-0/+24
* wifi: rtl8xxxu: Report the RSSI to the firmwareBitterblue Smith2023-01-161-0/+1
* wifi: rtl8xxxu: fixing transmisison failure for rtl8192euJun ASAKA2022-12-211-0/+5
* wifi: rtl8xxxu: Define masks for cck_agc_rpt bitsBitterblue Smith2022-12-211-2/+2
* wifi: rtl8xxxu: Make rtl8xxxu_load_firmware take const char*Bitterblue Smith2022-12-211-1/+1
* wifi: rtl8xxxu: Deduplicate the efuse dumping codeBitterblue Smith2022-12-211-9/+0
* wifi: rtl8xxxu: fixing IQK failures for rtl8192euJun ASAKA2022-12-081-22/+51
* wifi: rtl8xxxu: Use u32_get_bits in *_identify_chipBitterblue Smith2022-11-161-3/+2
* wifi: rtl8xxxu: Use strscpy instead of sprintfBitterblue Smith2022-11-161-2/+2
* wifi: rtl8xxxu: Split up rtl8xxxu_identify_chipBitterblue Smith2022-11-161-0/+49
* wifi: rtl8xxxu: Fix the CCK RSSI calculationBitterblue Smith2022-11-041-0/+23
* wifi: rtl8xxxu: Add central frequency offset trackingBitterblue Smith2022-11-041-2/+2
* wifi: rtl8xxxu: Make some arrays constBitterblue Smith2022-10-121-6/+6
* wifi: rtl8xxxu: Support new chip RTL8188FUBitterblue Smith2022-10-041-0/+1
* rtl8xxxu: Fix device info for RTL8192EU devicesPascal Terjan2021-06-191-6/+53
* rtl8xxxu: remove unused assignment valuewengjianfeng2021-02-081-2/+0
* rtl8xxxu: make arrays static, makes object smallerColin Ian King2019-10-091-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-2/+2
* rtl8xxxu: Don't printk raw binary if serial number is not burned in.Adam Borowski2017-09-251-1/+4
* rtl8xxxu: Update author/maintainer contact infoJes Sorensen2017-01-201-1/+1
* rtl8xxxu: Fix non static symbol warningWei Yongjun2016-11-251-1/+1
* rtl8xxxu: Fix rtl8192eu driver reload issueJes Sorensen2016-11-251-1/+7
* rtl8xxxu: Implement 8192e specific power down sequenceJes Sorensen2016-09-171-1/+143
* rtl8xxxu: Split filling of TX descriptors into separate functionsJes Sorensen2016-09-031-0/+1
* rtl8xxxu: Introduce fops bitflag indicating type of thermal meterJes Sorensen2016-09-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2016-07-101-1/+1
|\
| * rtl8xxxu: fix typo on variable name, compare against correct variableColin Ian King2016-06-161-1/+1
* | rtl8xxxu: remove unneeded assignmentsLuis de Bethencourt2016-07-081-2/+0
* | rtl8xxxu: tuse %*ph to dump buffersAndy Shevchenko2016-06-291-7/+2
|/
* rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileopsJes Sorensen2016-05-031-2/+0
* rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.cJes Sorensen2016-05-031-0/+1527