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: 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: 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
*
wifi: rtw88: 8822c: add iface combination
Po-Hao Huang
2023-04-20
1
-0
/
+25
*
wifi: rtw88: handle station mode concurrent scan with AP mode
Po-Hao Huang
2023-04-20
4
-2
/
+55
*
wifi: rtw88: prevent scan abort with other VIFs
Po-Hao Huang
2023-04-20
3
-5
/
+8
*
wifi: rtw88: refine reserved page flow for AP mode
Po-Hao Huang
2023-04-20
2
-0
/
+6
*
wifi: rtw88: disallow PS during AP mode
Po-Hao Huang
2023-04-20
3
-1
/
+15
*
wifi: rtw88: 8822c: extend reserved page number
Po-Hao Huang
2023-04-20
6
-1
/
+6
*
wifi: rtw88: add port switch for AP mode
Po-Hao Huang
2023-04-20
3
-0
/
+81
*
wifi: rtw88: add bitmap for dynamic port settings
Po-Hao Huang
2023-04-20
3
-3
/
+21
*
wifi: rtw88: Add support for the SDIO based RTL8821CS chipset
Martin Blumenstingl
2023-04-12
3
-0
/
+50
*
wifi: rtw88: Add support for the SDIO based RTL8822CS chipset
Martin Blumenstingl
2023-04-12
3
-0
/
+50
*
wifi: rtw88: Add support for the SDIO based RTL8822BS chipset
Jernej Skrabec
2023-04-12
3
-0
/
+50
*
wifi: rtw88: main: Reserve 8 bytes of extra TX headroom for SDIO cards
Martin Blumenstingl
2023-04-12
1
-1
/
+3
*
wifi: rtw88: main: Add the {cpwm,rpwm}_addr for SDIO based chipsets
Martin Blumenstingl
2023-04-12
1
-0
/
+5
*
wifi: rtw88: mac: Support SDIO specific bits in the power on sequence
Martin Blumenstingl
2023-04-12
1
-5
/
+42
*
wifi: rtw88: sdio: Add HCI implementation for SDIO based chipsets
Martin Blumenstingl
2023-04-12
8
-1
/
+1592
*
wifi: rtw88: Clear RTW_FLAG_POWERON early in rtw_mac_power_switch()
Martin Blumenstingl
2023-04-12
1
-2
/
+3
*
wifi: rtw88: Remove redundant pci_clear_master
Cai Huoqing
2023-03-31
1
-1
/
+0
*
wifi: rtw88: remove unused rtw_pci_get_tx_desc function
Tom Rix
2023-03-31
1
-7
/
+0
*
wifi: rtw88: fix memory leak in rtw_usb_probe()
Dongliang Mu
2023-03-13
1
-1
/
+1
*
wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()
Martin Blumenstingl
2023-03-06
1
-2
/
+4
*
wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()
Martin Blumenstingl
2023-03-06
1
-1
/
+1
*
wifi: rtw88: rtw8822c: Implement RTL8822CS (SDIO) efuse parsing
Martin Blumenstingl
2023-02-22
2
-1
/
+16
*
wifi: rtw88: rtw8822b: Implement RTL8822BS (SDIO) efuse parsing
Martin Blumenstingl
2023-02-22
2
-1
/
+16
*
wifi: rtw88: rtw8821c: Implement RTL8821CS (SDIO) efuse parsing
Martin Blumenstingl
2023-02-22
2
-0
/
+15
*
wifi: rtw88: mac: Add SDIO HCI support in the TX/page table setup
Martin Blumenstingl
2023-02-22
1
-0
/
+6
*
wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser()
Martin Blumenstingl
2023-02-22
1
-0
/
+3
*
wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twice
Ping-Ke Shih
2023-02-17
5
-5
/
+15
*
wifi: rtw88: usb: drop now unnecessary URB size check
Sascha Hauer
2023-02-15
1
-14
/
+1
*
wifi: rtw88: usb: send Zero length packets if necessary
Sascha Hauer
2023-02-15
1
-0
/
+1
*
wifi: rtw88: usb: Set qsel correctly
Sascha Hauer
2023-02-15
1
-1
/
+1
*
wifi: rtw88: mac: Use existing macros in rtw_pwr_seq_parser()
Martin Blumenstingl
2023-02-13
1
-2
/
+2
*
wifi: rtw88: Move enum rtw_tx_queue_type mapping code to tx.{c,h}
Martin Blumenstingl
2023-02-13
3
-33
/
+46
*
wifi: rtw88: pci: Change queue datatype to enum rtw_tx_queue_type
Martin Blumenstingl
2023-02-13
1
-7
/
+10
*
wifi: rtw88: pci: Use enum type for rtw_hw_queue_mapping() and ac_to_hwq
Martin Blumenstingl
2023-02-13
1
-3
/
+3
*
wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update()
Martin Blumenstingl
2023-01-16
1
-1
/
+3
*
wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter()
Martin Blumenstingl
2023-01-16
1
-2
/
+4
*
wifi: rtw88: Move register access from rtw_bf_assoc() outside the RCU
Martin Blumenstingl
2023-01-16
1
-6
/
+7
*
wifi: rtw88: Add rtw8723du chipset support
Sascha Hauer
2022-12-08
5
-1
/
+90
*
wifi: rtw88: Add rtw8822cu chipset support
Sascha Hauer
2022-12-08
4
-0
/
+82
*
wifi: rtw88: Add rtw8822bu chipset support
Sascha Hauer
2022-12-08
4
-0
/
+123
*
wifi: rtw88: Add rtw8821cu chipset support
Sascha Hauer
2022-12-08
5
-0
/
+103
[next]