index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-12
wifi: rtw89: use struct to fill H2C command to download beacon frame
Ping-Ke Shih
2
-113
/
+46
2024-01-12
wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID
Ping-Ke Shih
3
-6
/
+40
2024-01-12
wifi: rtw89: refine H2C command that pause transmitting by MAC ID
Ping-Ke Shih
1
-7
/
+10
2024-01-12
wifi: rtw89: fw: use struct to fill BA CAM H2C commands
Ping-Ke Shih
2
-76
/
+44
2024-01-12
wifi: rtw89: 8922a: update BA CAM number to 24
Ping-Ke Shih
2
-2
/
+2
2024-01-12
wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM
Ping-Ke Shih
9
-2
/
+20
2024-01-12
wifi: rtw89: mac: add feature_init to initialize BA CAM V1
Ping-Ke Shih
3
-0
/
+76
2024-01-12
wifi: rtw89: add firmware H2C command of BA CAM V1
Ping-Ke Shih
2
-0
/
+94
2024-01-12
wifi: wilc1000: fix RCU usage in connect path
Alexis Lothoré
1
-12
/
+24
2024-01-12
wifi: wilc1000: fix declarations ordering
Alexis Lothoré
1
-4
/
+4
2024-01-10
wifi: b43: Disable QoS for bcm4331
Rahul Rameshbabu
1
-1
/
+2
2024-01-10
wifi: b43: Stop correct queue in DMA worker when QoS is disabled
Rahul Rameshbabu
1
-6
/
+7
2024-01-10
wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled
Rahul Rameshbabu
1
-3
/
+3
2024-01-10
wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled
Rahul Rameshbabu
2
-2
/
+18
2024-01-10
wifi: rtl8xxxu: Fix off by one initial RTS rate
Bitterblue Smith
1
-4
/
+3
2024-01-10
wifi: rtl8xxxu: Fix LED control code of RTL8192FU
Bitterblue Smith
2
-9
/
+38
2024-01-10
wifi: rtl8xxxu: declare concurrent mode support for 8188f
Martin Kaistra
3
-0
/
+21
2024-01-10
wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent
Martin Kaistra
1
-2
/
+89
2024-01-10
wifi: rtl8xxxu: add hw crypto support for AP mode
Martin Kaistra
3
-10
/
+44
2024-01-10
wifi: rtl8xxxu: remove obsolete priv->vif
Martin Kaistra
2
-7
/
+0
2024-01-10
wifi: rtl8xxxu: add macids for STA mode
Martin Kaistra
2
-1
/
+18
2024-01-10
wifi: rtl8xxxu: support multiple interface in start_ap()
Martin Kaistra
1
-1
/
+2
2024-01-10
wifi: rtl8xxxu: support multiple interfaces in bss_info_changed()
Martin Kaistra
1
-3
/
+5
2024-01-10
wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface()
Martin Kaistra
2
-22
/
+34
2024-01-10
wifi: rtl8xxxu: support multiple interfaces in watchdog_callback()
Martin Kaistra
1
-8
/
+11
2024-01-10
wifi: rtl8xxxu: support multiple interfaces in configure_filter()
Martin Kaistra
1
-2
/
+2
2024-01-10
wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback()
Martin Kaistra
1
-1
/
+1
2024-01-10
wifi: rtl8xxxu: support multiple interfaces in set_aifs()
Martin Kaistra
1
-2
/
+8
2024-01-10
wifi: rtl8xxxu: support setting bssid register for multiple interfaces
Martin Kaistra
1
-4
/
+14
2024-01-10
wifi: rtl8xxxu: don't parse CFO, if both interfaces are connected in STA mode
Martin Kaistra
1
-0
/
+10
2024-01-10
wifi: rtl8xxxu: extend check for matching bssid to both interfaces
Martin Kaistra
1
-8
/
+14
2024-01-10
wifi: rtl8xxxu: extend wifi connected check to both interfaces
Martin Kaistra
1
-11
/
+9
2024-01-10
wifi: rtl8xxxu: support setting mac address register for both interfaces
Martin Kaistra
1
-6
/
+14
2024-01-10
wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0]
Martin Kaistra
1
-1
/
+1
2024-01-10
wifi: rtl8xxxu: support setting linktype for both interfaces
Martin Kaistra
1
-15
/
+22
2024-01-10
wifi: rtl8xxxu: prepare supporting two virtual interfaces
Martin Kaistra
2
-3
/
+9
2024-01-10
wifi: rtl8xxxu: remove assignment of priv->vif in rtl8xxxu_bss_info_changed()
Martin Kaistra
1
-1
/
+0
2024-01-10
wifi: rtw88: 8822ce: refine power parameters for RFE type 5
Ping-Ke Shih
2
-0
/
+7
2024-01-10
wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify"
Colin Ian King
1
-2
/
+2
2024-01-10
wifi: rtw89: phy: set channel_info for WiFi 7 chips
Ping-Ke Shih
4
-0
/
+34
2024-01-10
wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips
Ping-Ke Shih
4
-0
/
+164
2024-01-10
wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips
Ping-Ke Shih
4
-3
/
+55
2024-01-10
wifi: rtw89: phy: ignore special data from BB parameter file
Ping-Ke Shih
2
-0
/
+3
2024-01-10
wifi: rtw89: 8922a: update the register used in DIG and the DIG flow
Cheng-Chieh Hsieh
3
-1
/
+34
2024-01-10
wifi: rtw89: 8922a: set RX gain along with set_channel operation
Chung-Hsuan Hung
1
-0
/
+184
2024-01-10
wifi: rtw89: phy: add parser to support RX gain dynamic setting flow
Chung-Hsuan Hung
4
-5
/
+281
2024-01-10
wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union
Ping-Ke Shih
5
-10
/
+12
2024-01-10
wifi: rtw89: 8851b: update TX power tables to R37
Zong-Zhe Yang
1
-36
/
+36
2024-01-10
wifi: rtw89: 8852b: update TX power tables to R36
Zong-Zhe Yang
1
-71
/
+71
2024-01-10
wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE
Chin-Yen Lee
2
-2
/
+68
[next]