index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-09
rtw89: declare HE capabilities in 6G band
Ping-Ke Shih
1
-0
/
+12
2022-03-09
rtw89: fix HE PHY bandwidth capability
Johannes Berg
1
-4
/
+9
2022-03-09
rtw89: add tx_wake notify for low ps mode
Chin-Yen Lee
6
-9
/
+53
2022-03-09
rtw89: 8852a: add ieee80211_ops::hw_scan
Po Hao Huang
8
-13
/
+1069
2022-02-25
rtw89: get channel parameters of 160MHz bandwidth
Ping-Ke Shih
2
-15
/
+36
2022-02-22
rtw88: change rtw_info() to proper message level
Ping-Ke Shih
9
-19
/
+20
2022-02-22
rtw89: Limit the CFO boundaries of x'tal value
Yi-Tang Chiu
3
-0
/
+26
2022-02-22
rtw89: phy: handle txpwr lmt/lmt_ru of 160M bandwidth
Zong-Zhe Yang
2
-7
/
+110
2022-02-22
rtw89: phy: handle txpwr lmt/lmt_ru of 6G band
Zong-Zhe Yang
2
-3
/
+68
2022-02-21
rtw89: core.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2022-02-21
rtw89: fix RCU usage in rtw89_core_txq_push()
Jiri Kosina
1
-1
/
+4
2022-02-21
rtw88: coex: Update rtl8822c COEX version to 22020720
Ching-Te Ku
1
-2
/
+2
2022-02-21
rtw88: coex: Add C2H/H2C handshake with BT mailbox for asking HID Info
Ching-Te Ku
6
-11
/
+206
2022-02-21
rtw88: coex: Add WLAN MIMO power saving for Bluetooth gaming controller
Ching-Te Ku
7
-11
/
+148
2022-02-21
rtw88: coex: update BT PTA counter regularly
Ching-Te Ku
3
-12
/
+37
2022-02-21
rtw88: coex: Improve WLAN throughput when HFP COEX
Ching-Te Ku
1
-7
/
+2
2022-02-21
rtw88: 8822ce: add support for TX/RX 1ss mode
Chin-Yen Lee
5
-4
/
+41
2022-02-14
rtw89: handle TX/RX 160M bandwidth
Ping-Ke Shih
3
-20
/
+20
2022-02-14
rtw89: declare if chip support 160M bandwidth
Ping-Ke Shih
3
-1
/
+20
2022-02-14
rtw89: add 6G support to rate adaptive mechanism
Ping-Ke Shih
1
-2
/
+17
2022-02-14
rtw89: extend subband for 6G band
Zong-Zhe Yang
3
-10
/
+60
2022-02-14
rtw89: refine naming of rfk helpers with prefix
Zong-Zhe Yang
2
-1312
/
+1312
2022-02-14
rtw89: make rfk helpers common across chips
Zong-Zhe Yang
4
-108
/
+112
2022-02-10
rtw89: coex: set EN bit to PLT register
Ping-Ke Shih
1
-3
/
+4
2022-02-10
rtw89: recover rates of rate adaptive mechanism
Chien-Hsun Liao
1
-17
/
+30
2022-02-10
rtw88: recover rates of rate adaptive mechanism
Chien-Hsun Liao
1
-23
/
+44
2022-02-10
rtw89: declare AP mode support
Ping-Ke Shih
1
-1
/
+2
2022-02-10
rtw89: debug: add stations entry to show ID assignment
Ping-Ke Shih
1
-0
/
+71
2022-02-10
rtw89: implement ieee80211_ops::start_ap and stop_ap
Ping-Ke Shih
1
-0
/
+33
2022-02-10
rtw89: maintain assoc/disassoc STA states of firmware and hardware
Ping-Ke Shih
3
-3
/
+33
2022-02-10
rtw89: only STA mode change vif_type mapping dynamically
Ping-Ke Shih
2
-2
/
+5
2022-02-10
rtw89: add addr_cam field to sta to support AP mode
Ping-Ke Shih
3
-30
/
+43
2022-02-10
rtw89: extend role_maintain to support AP mode
Ping-Ke Shih
3
-4
/
+17
2022-02-10
rtw88: fix use after free in rtw_hw_scan_update_probe_req()
Dan Carpenter
1
-3
/
+3
2022-02-01
rtlwifi: remove redundant initialization of variable ul_encalgo
Colin Ian King
1
-1
/
+1
2022-01-31
rtw88: rtw8821c: enable rfe 6 devices
Ping-Ke Shih
1
-0
/
+1
2022-01-31
rtw88: fix memory overrun and memory leak during hw_scan
Po-Hao Huang
1
-10
/
+24
2022-01-31
rtw88: fix idle mode flow for hw scan
Po-Hao Huang
4
-4
/
+23
2022-01-31
rtw88: check for validity before using a pointer
Muhammad Usama Anjum
1
-0
/
+8
2022-01-28
rtw89: use pci_read/write_config instead of dbi read/write
Chin-Yen Lee
1
-75
/
+53
2022-01-28
rtw89: refine DIG feature to support 160M and CCK PD
Johnson Lin
5
-7
/
+44
2022-01-28
rtw89: fix maybe uninitialized `qempty` variable
Íñigo Huguet
1
-0
/
+1
2022-01-28
rtw89: include subband type in channel params
Zong-Zhe Yang
2
-15
/
+20
2022-01-28
rtw89: handle 6G band if supported by a chipset
Zong-Zhe Yang
3
-57
/
+179
2022-01-28
rtw89: separate {init,deinit}_addr_cam functions
Ping-Ke Shih
3
-14
/
+26
2022-01-28
rtw89: set mac_id and port ID to TXWD
Ping-Ke Shih
3
-2
/
+27
2022-01-28
rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep mode
Ping-Ke Shih
2
-3
/
+6
2022-01-28
rtw89: configure mac port HIQ registers
Ping-Ke Shih
2
-2
/
+46
2022-01-28
rtw89: rename vif_maintain to role_maintain
Ping-Ke Shih
4
-17
/
+17
2022-01-28
rtw89: extend firmware commands on states of sta_assoc and sta_disconnect
Ping-Ke Shih
4
-14
/
+32
[prev]
[next]