summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723b.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 LED control code for RTL8723BUBitterblue Smith2024-04-231-0/+23
* wifi: rtl8xxxu: add missing number of sec cam entries for all variantsMartin Kaistra2024-01-191-0/+1
* wifi: rtl8xxxu: Enable AP mode for RTL8723BUBitterblue Smith2023-07-251-0/+2
* wifi: rtl8xxxu: Rename some registersBitterblue Smith2023-05-151-2/+2
* wifi: rtl8xxxu: Support new chip RTL8192FUBitterblue Smith2023-05-151-0/+1
* wifi: rtl8xxxu: Don't print the vendor/product/serialBitterblue Smith2023-04-201-3/+0
* wifi: rtl8xxxu: Clean up some messy ifsBitterblue Smith2023-04-141-0/+3
* wifi: rtl8xxxu: Support new chip RTL8710BU aka RTL8188GUBitterblue Smith2023-03-201-1/+4
* wifi: rtl8xxxu: Report the RSSI to the firmwareBitterblue Smith2023-01-161-0/+1
* 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-11/+0
* wifi: rtl8xxxu: Use u32_get_bits in *_identify_chipBitterblue Smith2022-11-161-3/+2
* wifi: rtl8xxxu: Use strscpy instead of sprintfBitterblue Smith2022-11-161-1/+1
* wifi: rtl8xxxu: Split up rtl8xxxu_identify_chipBitterblue Smith2022-11-161-0/+49
* wifi: rtl8xxxu: Move burst init to a functionBitterblue Smith2022-11-161-0/+1
* wifi: rtl8xxxu: Fix the CCK RSSI calculationBitterblue Smith2022-11-041-0/+29
* wifi: rtl8xxxu: Add central frequency offset trackingBitterblue Smith2022-11-041-2/+2
* wifi: rtl8xxxu: Make some arrays constBitterblue Smith2022-10-121-4/+4
* wifi: rtl8xxxu: Support new chip RTL8188FUBitterblue Smith2022-10-041-1/+2
* rtl8xxxu: fix RTL8723BU connection failure issue after warm rebootChris Chiu2019-10-221-0/+1
* rtl8xxxu: make arrays static, makes object smallerColin Ian King2019-10-091-3/+3
* rtl8xxxu: add bluetooth co-existence support for single antennaChris Chiu2019-10-091-2/+0
* rtl8xxxu: Fix wifi low signal strength issue of RTL8723BUChris Chiu2019-07-241-3/+8
* 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: Update author/maintainer contact infoJes Sorensen2017-01-201-1/+1
* rtl8xxxu: Fix rtl8723bu driver reload issueJes Sorensen2016-10-071-0/+4
* 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
* rtl8xxxu: Use flag to indicate whether device has TX report timer supportJes Sorensen2016-09-031-0/+1
* rtl8xxxu: Add TX page defines for 8723bJes Sorensen2016-09-031-0/+4
* 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: rtl8xxxu_prepare_calibrate() is never used on gen1Jes Sorensen2016-05-031-2/+2
* rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 versionJes Sorensen2016-05-031-6/+6
* rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()Jes Sorensen2016-05-031-1/+1
* rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.cJes Sorensen2016-05-031-0/+1684