index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtl8xxxu
/
rtl8xxxu_8723b.c
Age
Commit message (
Expand
)
Author
2024-01-19
wifi: rtl8xxxu: add missing number of sec cam entries for all variants
Martin Kaistra
2023-07-25
wifi: rtl8xxxu: Enable AP mode for RTL8723BU
Bitterblue Smith
2023-05-15
wifi: rtl8xxxu: Rename some registers
Bitterblue Smith
2023-05-15
wifi: rtl8xxxu: Support new chip RTL8192FU
Bitterblue Smith
2023-04-20
wifi: rtl8xxxu: Don't print the vendor/product/serial
Bitterblue Smith
2023-04-14
wifi: rtl8xxxu: Clean up some messy ifs
Bitterblue Smith
2023-03-20
wifi: rtl8xxxu: Support new chip RTL8710BU aka RTL8188GU
Bitterblue Smith
2023-01-16
wifi: rtl8xxxu: Report the RSSI to the firmware
Bitterblue Smith
2022-12-21
wifi: rtl8xxxu: Define masks for cck_agc_rpt bits
Bitterblue Smith
2022-12-21
wifi: rtl8xxxu: Make rtl8xxxu_load_firmware take const char*
Bitterblue Smith
2022-12-21
wifi: rtl8xxxu: Deduplicate the efuse dumping code
Bitterblue Smith
2022-11-16
wifi: rtl8xxxu: Use u32_get_bits in *_identify_chip
Bitterblue Smith
2022-11-16
wifi: rtl8xxxu: Use strscpy instead of sprintf
Bitterblue Smith
2022-11-16
wifi: rtl8xxxu: Split up rtl8xxxu_identify_chip
Bitterblue Smith
2022-11-16
wifi: rtl8xxxu: Move burst init to a function
Bitterblue Smith
2022-11-04
wifi: rtl8xxxu: Fix the CCK RSSI calculation
Bitterblue Smith
2022-11-04
wifi: rtl8xxxu: Add central frequency offset tracking
Bitterblue Smith
2022-10-12
wifi: rtl8xxxu: Make some arrays const
Bitterblue Smith
2022-10-04
wifi: rtl8xxxu: Support new chip RTL8188FU
Bitterblue Smith
2019-10-22
rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot
Chris Chiu
2019-10-09
rtl8xxxu: make arrays static, makes object smaller
Colin Ian King
2019-10-09
rtl8xxxu: add bluetooth co-existence support for single antenna
Chris Chiu
2019-07-24
rtl8xxxu: Fix wifi low signal strength issue of RTL8723BU
Chris Chiu
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2018-05-30
drivers/net: Fix various unnecessary characters after logging newlines
Joe Perches
2017-01-20
rtl8xxxu: Update author/maintainer contact info
Jes Sorensen
2016-10-07
rtl8xxxu: Fix rtl8723bu driver reload issue
Jes Sorensen
2016-09-03
rtl8xxxu: Split filling of TX descriptors into separate functions
Jes Sorensen
2016-09-03
rtl8xxxu: Introduce fops bitflag indicating type of thermal meter
Jes Sorensen
2016-09-03
rtl8xxxu: Use flag to indicate whether device has TX report timer support
Jes Sorensen
2016-09-03
rtl8xxxu: Add TX page defines for 8723b
Jes Sorensen
2016-06-29
rtl8xxxu: tuse %*ph to dump buffers
Andy Shevchenko
2016-05-03
rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileops
Jes Sorensen
2016-05-03
rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1
Jes Sorensen
2016-05-03
rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 version
Jes Sorensen
2016-05-03
rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()
Jes Sorensen
2016-05-03
rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.c
Jes Sorensen