index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtw88
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wifi: rtw88: Use random MAC when efuse MAC invalid
Chris Morgan
2023-12-12
1
-0
/
+5
*
wifi: rtw88: sdio: Honor the host max_req_size in the RX path
Martin Blumenstingl
2023-12-01
1
-7
/
+28
*
wifi: rtw88: debug: remove wrapper of rtw_dbg()
Ping-Ke Shih
2023-11-30
2
-7
/
+5
*
wifi: rtw88: fix RX filter in FIF_ALLMULTI flag
Chih-Kang Chang
2023-11-08
1
-2
/
+2
*
wifi: rtw88: simplify __rtw_tx_work()
Dmitry Antipov
2023-11-08
1
-2
/
+1
*
wifi: rtw88: dump firmware debug information in abnormal state
Chin-Yen Lee
2023-10-19
5
-0
/
+108
*
wifi: rtw88: debug: add to check if debug mask is enabled
Chin-Yen Lee
2023-10-19
1
-0
/
+12
*
wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb()
Jinjie Ruan
2023-10-11
1
-6
/
+3
*
wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation
Zong-Zhe Yang
2023-10-09
4
-0
/
+78
*
wifi: rtw88: regd: update regulatory map to R64-R42
Zong-Zhe Yang
2023-10-09
1
-7
/
+7
*
wifi: rtw88: 8822c: update TX power limit to V70
Zong-Zhe Yang
2023-10-09
1
-717
/
+522
*
wifi: rtw88: 8821c: update TX power limit to V67
Zong-Zhe Yang
2023-10-09
1
-329
/
+825
*
wifi: rtw88: regd: configure QATAR and UK
Zong-Zhe Yang
2023-10-09
2
-1
/
+5
*
Merge wireless into wireless-next
Johannes Berg
2023-10-06
1
-0
/
+1
|
\
|
*
wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM
Sascha Hauer
2023-09-18
1
-0
/
+1
*
|
wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
Jinjie Ruan
2023-09-20
1
-2
/
+2
*
|
wifi: rtw88: fix typo rtw8822cu_probe
Po-Hao Huang
2023-09-04
1
-2
/
+2
|
/
*
wifi: rtw88: usb: kill and free rx urbs on probe failure
Sascha Hauer
2023-08-25
1
-1
/
+4
*
Fix nomenclature for USB and PCI wireless devices
Alan Stern
2023-08-25
2
-2
/
+2
*
wifi: rtw88: simplify vif iterators
Dmitry Antipov
2023-07-25
5
-17
/
+9
*
wifi: rtw88: remove unused USB bulkout size set
Dmitry Antipov
2023-07-25
2
-22
/
+0
*
wifi: rtw88: remove unused and set but unused leftovers
Dmitry Antipov
2023-07-25
5
-15
/
+0
*
wifi: rtw88: delete timer and free skb queue when unloading
Dmitry Antipov
2023-07-25
1
-1
/
+3
*
wifi: rtw88: fix not entering PS mode after AP stops
Po-Hao Huang
2023-06-21
5
-0
/
+35
*
wifi: rtw88: refine register based H2C command
Po-Hao Huang
2023-06-21
2
-0
/
+56
*
wifi: rtw88: Stop high queue during scan
Po-Hao Huang
2023-06-21
2
-2
/
+6
*
wifi: rtw88: Skip high queue in hci_flush
Po-Hao Huang
2023-06-21
1
-2
/
+3
*
wifi: rtw88: Fix AP mode incorrect DTIM behavior
Po-Hao Huang
2023-06-21
5
-1
/
+13
*
wifi: rtw88: use struct instead of macros to set TX desc
Po-Hao Huang
2023-06-21
4
-113
/
+106
*
wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed
Chih-Kang Chang
2023-06-21
3
-3
/
+14
*
wifi: rtw88: Fix action frame transmission fail before association
Po-Hao Huang
2023-06-21
1
-2
/
+1
*
wifi: rtw88: add missing unwind goto for __rtw_download_firmware()
Ping-Ke Shih
2023-06-13
1
-2
/
+4
*
Merge wireless into wireless-next
Johannes Berg
2023-06-07
7
-21
/
+72
|
\
|
*
wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS
Ping-Ke Shih
2023-06-01
4
-11
/
+52
|
*
wifi: rtw88: sdio: Always use two consecutive bytes for word operations
Martin Blumenstingl
2023-05-17
1
-8
/
+0
|
*
wifi: rtw88: correct qsel_to_ep[] type as int
Ping-Ke Shih
2023-05-15
1
-1
/
+1
|
*
wifi: rtw88: use work to update rate to avoid RCU warning
Ping-Ke Shih
2023-05-12
3
-1
/
+19
*
|
wifi: rtw88: usb: silence log flooding error message
Sascha Hauer
2023-05-27
1
-1
/
+1
*
|
wifi: rtw88: Add support for the SDIO based RTL8723DS chipset
Martin Blumenstingl
2023-05-25
3
-0
/
+55
*
|
wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing
Martin Blumenstingl
2023-05-25
2
-0
/
+15
*
|
wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()
Martin Blumenstingl
2023-05-25
1
-3
/
+21
*
|
wifi: rtw88: unlock on error path in rtw_ops_add_interface()
Dan Carpenter
2023-05-11
1
-1
/
+3
*
|
wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_*
Zhang Shurong
2023-05-05
1
-14
/
+41
*
|
wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user
Zhang Shurong
2023-05-05
1
-2
/
+2
|
/
*
wifi: rtw88: Update spelling in main.h
Simon Horman
2023-04-20
1
-3
/
+3
*
wifi: rtw88: Fix memory leak in rtw88_usb
Larry Finger
2023-04-20
1
-0
/
+1
*
wifi: rtw88: call rtw8821c_switch_rf_set() according to chip variant
Sascha Hauer
2023-04-20
2
-4
/
+16
*
wifi: rtw88: set pkg_type correctly for specific rtw8821c variants
Sascha Hauer
2023-04-20
3
-1
/
+5
*
wifi: rtw88: rtw8821c: Fix rfe_option field width
Sascha Hauer
2023-04-20
1
-2
/
+1
*
wifi: rtw88: usb: fix priority queue to endpoint mapping
Sascha Hauer
2023-04-20
1
-23
/
+47
[prev]
[next]