index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtw88
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
wifi: rtw88: Use led->brightness_set_blocking for PCI too
Bitterblue Smith
1
-12
/
+3
2025-10-15
wifi: rtw88: Lock rtwdev->mutex before setting the LED
Bitterblue Smith
1
-3
/
+13
2025-07-15
wifi: rtw88: Fix macid assigned to TDLS station
Bitterblue Smith
1
-2
/
+2
2025-07-15
wifi: rtw88: enable TX reports for the management queue
Andrey Skvortsov
14
-1
/
+40
2025-07-04
wifi: rtw88: coex: Use bitwise instead of arithmetic operator for flags
Pei Xiao
1
-11
/
+11
2025-06-25
Merge tag 'rtw-next-2025-06-25' of https://github.com/pkshih/rtw
Johannes Berg
19
-48
/
+87
2025-06-24
wifi: cfg80211/mac80211: Add support to get radio index
Roopni Devanathan
4
-4
/
+9
2025-06-10
wifi: rtw88: Enable AP and adhoc modes for SDIO again
Bitterblue Smith
1
-8
/
+4
2025-06-10
wifi: rtw88: Rename the RTW_WCPU_11{AC,N} enums
Bitterblue Smith
14
-40
/
+40
2025-06-10
wifi: rtw88: pci: add PCI Express error handling
Chin-Yen Lee
7
-0
/
+43
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+2
2025-05-16
wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds
Alexey Kodanev
1
-1
/
+1
2025-05-16
wifi: rtw88: Fix the random "error beacon valid" messages for USB
Bitterblue Smith
1
-1
/
+7
2025-05-16
wifi: rtw88: usb: Upload the firmware in bigger chunks
Bitterblue Smith
6
-4
/
+76
2025-05-16
wifi: rtw88: usb: Reduce control message timeout to 500 ms
Bitterblue Smith
1
-1
/
+1
2025-05-10
wifi: rtw88: rtw8822bu VID/PID for BUFFALO WI-U2-866DM
Yuuki NAGAO
1
-0
/
+2
2025-05-10
wifi: rtw88: Handle RTL8723D(S) with blank efuse
Bitterblue Smith
2
-60
/
+59
2025-05-10
wifi: rtw88: Fix RX aggregation settings for RTL8723DS
Bitterblue Smith
1
-2
/
+12
2025-04-17
wifi: rtw88: do not ignore hardware read error during DPK
Dmitry Antipov
1
-1
/
+2
2025-04-17
wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status unconditionally
Zhen XIN
1
-4
/
+1
2025-04-17
wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT
Zhen XIN
1
-4
/
+1
2025-04-09
wifi: rtw88: Fix the module names printed in dmesg
Bitterblue Smith
17
-17
/
+17
2025-04-09
wifi: rtw88: Don't set SUPPORTS_AMSDU_IN_AMPDU for RTL8814AU
Bitterblue Smith
8
-1
/
+9
2025-04-09
wifi: rtw88: Set AMPDU factor to hardware for RTL8814A
Bitterblue Smith
11
-0
/
+55
2025-04-09
wifi: rtw88: usb: Enable RX aggregation for RTL8814AU
Bitterblue Smith
1
-0
/
+1
2025-04-09
wifi: rtw88: usb: Enable switching the RTL8814AU to USB 3
Bitterblue Smith
1
-1
/
+2
2025-03-31
wifi: rtw88: usb: Remove redundant 'flush_workqueue()' calls
Chen Ni
1
-2
/
+0
2025-03-31
wifi: rtw88: sdio: Remove redundant 'flush_workqueue()' calls
Chen Ni
1
-1
/
+0
2025-03-13
wifi: rtw88: Add __nonstring annotations for unterminated strings
Kees Cook
1
-1
/
+1
2025-03-13
wifi: rtw88: Enable the new RTL8814AE/RTL8814AU drivers
Bitterblue Smith
2
-0
/
+34
2025-03-13
wifi: rtw88: Add rtw8814au.c
Bitterblue Smith
1
-0
/
+54
2025-03-13
wifi: rtw88: Add rtw8814ae.c
Bitterblue Smith
1
-0
/
+31
2025-03-13
wifi: rtw88: Add rtw8814a.{c,h}
Bitterblue Smith
2
-0
/
+2319
2025-03-13
wifi: rtw88: Add rtw8814a_table.c (part 2/2)
Bitterblue Smith
2
-0
/
+11419
2025-03-13
wifi: rtw88: Add rtw8814a_table.c (part 1/2)
Bitterblue Smith
1
-0
/
+12551
2025-03-13
wifi: rtw88: Add some definitions for RTL8814AU
Bitterblue Smith
1
-4
/
+62
2025-02-21
wifi: rtw88: Extend rtw_debugfs_get_tx_pwr_tbl() for RTL8814AU
Bitterblue Smith
1
-7
/
+13
2025-02-21
wifi: rtw88: Extend rtw_debugfs_get_phy_info() for RTL8814AU
Bitterblue Smith
1
-11
/
+26
2025-02-21
wifi: rtw88: Extend rtw_phy_config_swing_table() for RTL8814AU
Bitterblue Smith
1
-0
/
+24
2025-02-21
wifi: rtw88: Fix rtw_rx_phy_stat() for RTL8814AU
Bitterblue Smith
2
-0
/
+13
2025-02-21
wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU
Bitterblue Smith
1
-14
/
+9
2025-02-21
wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU
Bitterblue Smith
1
-11
/
+6
2025-02-21
wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31
Bitterblue Smith
1
-1
/
+2
2025-02-21
wifi: rtw88: Fix rtw_mac_power_switch() for RTL8814AU
Bitterblue Smith
1
-0
/
+1
2025-02-21
wifi: rtw88: Add support for Mercusys MA30N and D-Link DWA-T185 rev. A1
Zenm Chen
1
-0
/
+4
2025-02-10
wifi: rtw88: Fix rtw_update_sta_info() for RTL8814AU
Bitterblue Smith
1
-5
/
+9
2025-02-10
wifi: rtw88: Extend TX power stuff for 3-4 spatial streams
Bitterblue Smith
7
-51
/
+111
2025-02-10
wifi: rtw88: Rename RTW_RATE_SECTION_MAX to RTW_RATE_SECTION_NUM
Bitterblue Smith
7
-23
/
+23
2025-02-10
wifi: rtw88: Constify some more structs and arrays
Bitterblue Smith
7
-25
/
+31
2025-02-10
wifi: rtw88: Extend rtw_fw_send_ra_info() for RTL8814AU
Bitterblue Smith
3
-0
/
+17
[next]