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
/
rtw88
/
mac.c
Age
Commit message (
Expand
)
Author
2024-06-21
wifi: rtw88: usb: Further limit the TX aggregation
Bitterblue Smith
2024-04-22
wifi: rtw88: suppress messages of failed to flush queue
Ping-Ke Shih
2024-03-14
wifi: rtw88: Reset 8703b firmware before download
Fiona Klute
2024-03-05
wifi: rtw88: 8821cu: Fix connection failure
Bitterblue Smith
2023-06-13
wifi: rtw88: add missing unwind goto for __rtw_download_firmware()
Ping-Ke Shih
2023-04-20
wifi: rtw88: 8822c: extend reserved page number
Po-Hao Huang
2023-04-12
wifi: rtw88: mac: Support SDIO specific bits in the power on sequence
Martin Blumenstingl
2023-04-12
wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsets
Martin Blumenstingl
2023-04-12
wifi: rtw88: Clear RTW_FLAG_POWERON early in rtw_mac_power_switch()
Martin Blumenstingl
2023-03-06
wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()
Martin Blumenstingl
2023-03-06
wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()
Martin Blumenstingl
2023-02-22
wifi: rtw88: mac: Add SDIO HCI support in the TX/page table setup
Martin Blumenstingl
2023-02-22
wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser()
Martin Blumenstingl
2023-02-17
wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twice
Ping-Ke Shih
2023-02-13
wifi: rtw88: mac: Use existing macros in rtw_pwr_seq_parser()
Martin Blumenstingl
2022-12-08
wifi: rtw88: Add common USB chip support
Sascha Hauer
2022-12-01
wifi: rtw88: 8821c: enable BT device recovery mechanism
Ping-Ke Shih
2022-08-09
wifi: rtw88: access chip_info by const pointer
Ping-Ke Shih
2022-04-27
rtw88: use the correct bit in the REG_HCI_OPT_CTRL register
Kevin Lo
2021-03-15
rtw88: 8822c: support FW crash dump when FW crash
Zong-Zhe Yang
2020-08-27
rtw88: use read_poll_timeout_atomic() for poll loop
Brian Norris
2020-05-18
rtw88: extract: export symbols used in chip functionalities
Zong-Zhe Yang
2020-05-13
rtw88: 8723d: implement flush queue
Ping-Ke Shih
2020-05-06
rtw88: 8723d: Add set_channel
Ping-Ke Shih
2020-05-04
rtw88: fix spelling mistake "fimrware" -> "firmware"
Colin Ian King
2020-04-28
rtw88: fix sparse warnings for download firmware routine
Yan-Hsuan Chuang
2020-04-23
rtw88: 8723d: Organize chip TX/RX FIFO
Ping-Ke Shih
2020-04-23
rtw88: 8723d: 11N chips don't support H2C queue
Ping-Ke Shih
2020-04-23
rtw88: decompose while(1) loop of power sequence polling command
Ping-Ke Shih
2020-04-23
rtw88: 8723d: Add mac power-on/-off function
Ping-Ke Shih
2020-04-23
rtw88: add legacy firmware download for 8723D devices
Ping-Ke Shih
2020-02-12
rtw88: 8822[bc]: Make tables const, reduce data object size
Joe Perches
2020-02-12
rtw88: Use secondary channel offset enumeration
Ping-Ke Shih
2020-01-26
rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40M
Ping-Ke Shih
2020-01-26
rtw88: add interface config for 8822c
Yan-Hsuan Chuang
2019-10-31
rtw88: avoid FW info flood
Yan-Hsuan Chuang
2019-10-24
rtw88: use macro to check the current band
Yan-Hsuan Chuang
2019-10-14
rtw88: Use rtw_write8_set to set SYS_FUNC
Yan-Hsuan Chuang
2019-10-04
rtw88: use struct rtw_fw_hdr to access firmware header
Ping-Ke Shih
2019-10-04
rtw88: raise firmware version debug level
Yan-Hsuan Chuang
2019-10-04
rtw88: flush hardware tx queues
Yan-Hsuan Chuang
2019-10-02
rtw88: remove redundant flag check helper function
Yan-Hsuan Chuang
2019-09-24
rtw88: configure firmware after HCI started
Yan-Hsuan Chuang
2019-06-25
rtw88: power on again if it was already on
Yan-Hsuan Chuang
2019-04-30
rtw88: new Realtek 802.11ac driver
Yan-Hsuan Chuang