summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723b.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19wifi: rtl8xxxu: add missing number of sec cam entries for all variantsMartin Kaistra1-0/+1
2023-07-25wifi: rtl8xxxu: Enable AP mode for RTL8723BUBitterblue Smith1-0/+2
2023-05-15wifi: rtl8xxxu: Rename some registersBitterblue Smith1-2/+2
2023-05-15wifi: rtl8xxxu: Support new chip RTL8192FUBitterblue Smith1-0/+1
2023-04-20wifi: rtl8xxxu: Don't print the vendor/product/serialBitterblue Smith1-3/+0
2023-04-14wifi: rtl8xxxu: Clean up some messy ifsBitterblue Smith1-0/+3
2023-03-20wifi: rtl8xxxu: Support new chip RTL8710BU aka RTL8188GUBitterblue Smith1-1/+4
2023-01-16wifi: rtl8xxxu: Report the RSSI to the firmwareBitterblue Smith1-0/+1
2022-12-21wifi: rtl8xxxu: Define masks for cck_agc_rpt bitsBitterblue Smith1-2/+2
2022-12-21wifi: rtl8xxxu: Make rtl8xxxu_load_firmware take const char*Bitterblue Smith1-1/+1
2022-12-21wifi: rtl8xxxu: Deduplicate the efuse dumping codeBitterblue Smith1-11/+0
2022-11-16wifi: rtl8xxxu: Use u32_get_bits in *_identify_chipBitterblue Smith1-3/+2
2022-11-16wifi: rtl8xxxu: Use strscpy instead of sprintfBitterblue Smith1-1/+1
2022-11-16wifi: rtl8xxxu: Split up rtl8xxxu_identify_chipBitterblue Smith1-0/+49
2022-11-16wifi: rtl8xxxu: Move burst init to a functionBitterblue Smith1-0/+1
2022-11-04wifi: rtl8xxxu: Fix the CCK RSSI calculationBitterblue Smith1-0/+29
2022-11-04wifi: rtl8xxxu: Add central frequency offset trackingBitterblue Smith1-2/+2
2022-10-12wifi: rtl8xxxu: Make some arrays constBitterblue Smith1-4/+4
2022-10-04wifi: rtl8xxxu: Support new chip RTL8188FUBitterblue Smith1-1/+2
2019-10-22rtl8xxxu: fix RTL8723BU connection failure issue after warm rebootChris Chiu1-0/+1
2019-10-09rtl8xxxu: make arrays static, makes object smallerColin Ian King1-3/+3
2019-10-09rtl8xxxu: add bluetooth co-existence support for single antennaChris Chiu1-2/+0
2019-07-24rtl8xxxu: Fix wifi low signal strength issue of RTL8723BUChris Chiu1-3/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-2/+2
2017-01-20rtl8xxxu: Update author/maintainer contact infoJes Sorensen1-1/+1
2016-10-07rtl8xxxu: Fix rtl8723bu driver reload issueJes Sorensen1-0/+4
2016-09-03rtl8xxxu: Split filling of TX descriptors into separate functionsJes Sorensen1-0/+1
2016-09-03rtl8xxxu: Introduce fops bitflag indicating type of thermal meterJes Sorensen1-0/+1
2016-09-03rtl8xxxu: Use flag to indicate whether device has TX report timer supportJes Sorensen1-0/+1
2016-09-03rtl8xxxu: Add TX page defines for 8723bJes Sorensen1-0/+4
2016-06-29rtl8xxxu: tuse %*ph to dump buffersAndy Shevchenko1-7/+2
2016-05-03rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileopsJes Sorensen1-2/+0
2016-05-03rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1Jes Sorensen1-2/+2
2016-05-03rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 versionJes Sorensen1-6/+6
2016-05-03rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()Jes Sorensen1-1/+1
2016-05-03rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.cJes Sorensen1-0/+1684