index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtw89
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar()
Nathan Chancellor
1
-0
/
+1
2023-08-25
wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG
Cheng-Chieh Hsieh
9
-64
/
+325
2023-08-25
wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips
Ping-Ke Shih
8
-11
/
+61
2023-08-25
wifi: rtw89: mac: define register address of rx_filter to generalize code
Ping-Ke Shih
8
-7
/
+35
2023-08-25
wifi: rtw89: mac: define internal memory address for WiFi 7 chip
Ping-Ke Shih
3
-0
/
+56
2023-08-25
wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory
Ping-Ke Shih
4
-21
/
+42
2023-08-25
wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register add...
Ping-Ke Shih
12
-133
/
+165
2023-08-25
wifi: rtw89: initialize multi-channel handling
Zong-Zhe Yang
6
-23
/
+219
2023-08-25
wifi: rtw89: provide functions to configure NoA for beacon update
Zong-Zhe Yang
4
-0
/
+102
2023-08-25
wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif
Zong-Zhe Yang
6
-22
/
+45
2023-08-25
wifi: rtw89: sar: let caller decide the center frequency to query
Zong-Zhe Yang
4
-21
/
+27
2023-08-25
wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band()
Zong-Zhe Yang
1
-2
/
+1
2023-08-25
wifi: rtw89: add function prototype for coex request duration
Zong-Zhe Yang
3
-0
/
+42
2023-08-25
Fix nomenclature for USB and PCI wireless devices
Alan Stern
1
-1
/
+1
2023-08-21
wifi: rtw89: regd: update regulatory map to R64-R43
Zong-Zhe Yang
1
-13
/
+14
2023-08-21
wifi: rtw89: fix a width vs precision bug
Dan Carpenter
1
-1
/
+1
2023-08-21
wifi: rtw89: Introduce Time Averaged SAR (TAS) feature
Kuan-Chung Chen
6
-0
/
+230
2023-08-21
wifi: rtw89: 8852b: rfk: fine tune IQK parameters to improve performance on 2...
Ping-Ke Shih
1
-2
/
+2
2023-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-08
wifi: rtw89: fix 8852AE disconnection caused by RX full flags
Ping-Ke Shih
1
-1
/
+1
2023-08-03
wifi: rtw89: return failure if needed firmware elements are not recognized
Ping-Ke Shih
7
-0
/
+18
2023-08-03
wifi: rtw89: add to parse firmware elements of BB and RF tables
Ping-Ke Shih
4
-4
/
+121
2023-08-03
wifi: rtw89: introduce infrastructure of firmware elements
Ping-Ke Shih
3
-0
/
+135
2023-08-03
wifi: rtw89: add firmware suit for BB MCU 0/1
Ping-Ke Shih
1
-2
/
+15
2023-08-03
wifi: rtw89: add firmware parser for v1 format
Ping-Ke Shih
2
-12
/
+111
2023-08-03
wifi: rtw89: introduce v1 format of firmware header
Ping-Ke Shih
3
-13
/
+89
2023-08-03
wifi: rtw89: support firmware log with formatted text
Chin-Yen Lee
6
-16
/
+194
2023-08-03
wifi: rtw89: recognize log format from firmware file
Chin-Yen Lee
2
-8
/
+21
2023-08-01
wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor
Ping-Ke Shih
3
-18
/
+55
2023-08-01
wifi: rtw89: add to display hardware rates v1 histogram in debugfs
Ping-Ke Shih
2
-11
/
+25
2023-08-01
wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips
Ping-Ke Shih
3
-9
/
+42
2023-08-01
wifi: rtw89: use struct to access RA report
Ping-Ke Shih
2
-18
/
+19
2023-08-01
wifi: rtw89: use struct to access firmware C2H event header
Ping-Ke Shih
2
-12
/
+14
2023-08-01
wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips
Ping-Ke Shih
3
-3
/
+31
2023-08-01
wifi: rtw89: use struct to set RA H2C command
Ping-Ke Shih
2
-193
/
+73
2023-08-01
wifi: rtw89: phy: rate pattern handles HW rate by chip gen
Zong-Zhe Yang
1
-15
/
+28
2023-08-01
wifi: rtw89: define hardware rate v1 for WiFi 7 chips
Ping-Ke Shih
1
-0
/
+188
2023-08-01
wifi: rtw89: add chip_info::chip_gen to determine chip generation
Ping-Ke Shih
5
-0
/
+13
2023-08-01
wifi: rtw89: Fix loading of compressed firmware
Larry Finger
1
-24
/
+3
2023-07-25
wifi: rtw89: debug: Fix error handling in rtw89_debug_priv_btc_manual_set()
Zhang Shurong
1
-3
/
+5
2023-07-13
wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set()
Zhang Shurong
1
-2
/
+3
2023-06-21
wifi: rtw89: use struct to parse firmware header
Ping-Ke Shih
3
-80
/
+87
2023-06-21
wifi: rtw89: TX power stuffs replace confusing naming of _max with _num
Zong-Zhe Yang
8
-43
/
+43
2023-06-21
wifi: rtw89: 8851b: configure to force 1 TX power value
Ping-Ke Shih
2
-0
/
+25
2023-06-21
wifi: rtw89: 8851b: rfk: update IQK to version 0x8
Ping-Ke Shih
2
-54
/
+63
2023-06-21
wifi: rtw89: 8851b: rfk: add LCK track
Ping-Ke Shih
4
-1
/
+69
2023-06-21
wifi: rtw89: 8851b: update TX power tables to R28
Zong-Zhe Yang
1
-110
/
+110
2023-06-21
wifi: rtw89: 8851b: update RF radio A parameters to R28
Ping-Ke Shih
1
-6
/
+22
2023-06-15
wifi: rtw89: fix spelling typo of IQK debug messages
Dmitry Antipov
3
-3
/
+3
2023-06-15
wifi: rtw89: cleanup rtw89_iqk_info and related code
Dmitry Antipov
7
-54
/
+4
[next]