index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtw88
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
rtw88: pci: define a mask for TX/RX BD indexes
Yan-Hsuan Chuang
2
-11
/
+23
2020-03-23
rtw88: associate reserved pages with each vif
Yan-Hsuan Chuang
6
-103
/
+258
2020-03-23
rtw88: extract alloc rsvd_page and h2c skb routines
Yan-Hsuan Chuang
3
-23
/
+66
2020-03-23
rtw88: don't hold all IRQs disabled for PS operations
Brian Norris
2
-22
/
+36
2020-03-23
wireless: realtek: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2020-03-12
rtw88: remove unused member of struct rtw_hal
Kevin Lo
2
-7
/
+0
2020-02-13
rtw88: Fix incorrect beamformee role setting
Tzu-En Huang
1
-4
/
+2
2020-02-12
rtw88: 8822[bc]: Make tables const, reduce data object size
Joe Perches
5
-49
/
+50
2020-02-12
rtw88: disable TX-AMSDU on 2.4G band
Yan-Hsuan Chuang
1
-0
/
+15
2020-02-12
rtw88: 8822c: modify rf protection setting
Chien-Hsun Liao
3
-10
/
+20
2020-02-12
rtw88: Use secondary channel offset enumeration
Ping-Ke Shih
5
-12
/
+22
2020-02-12
rtw88: Use kfree_skb() instead of kfree()
Dan Carpenter
1
-1
/
+1
2020-02-12
rtw88: 8822c: update power sequence to v16
Tzu-En Huang
1
-0
/
+5
2020-02-12
rtw88: add ciphers to suppress error message
Ping-Ke Shih
1
-0
/
+3
2020-02-12
rtw88: avoid holding mutex for cancel_delayed_work_sync()
Yan-Hsuan Chuang
3
-0
/
+12
2020-02-12
rtw88: move rtw_enter_ips() to the last when config
Ping-Ke Shih
1
-9
/
+10
2020-02-12
rtw88: pci: 8822c should set clock delay to zero
Yan-Hsuan Chuang
2
-0
/
+8
2020-02-12
rtw88: add rtw_read8_mask and rtw_read16_mask
Yan-Hsuan Chuang
1
-0
/
+26
2020-02-12
rtw88: remove unused parameter vif in rtw_lps_pg_info_get()
Yan-Hsuan Chuang
1
-3
/
+2
2020-02-03
rtw88: Fix return value of rtw_wow_check_fw_status
Chin-Yen Lee
1
-12
/
+11
2020-01-26
rtw88: use shorter delay time to poll PS state
Yan-Hsuan Chuang
1
-2
/
+2
2020-01-26
rtw88: fix potential NULL skb access in TX ISR
Yan-Hsuan Chuang
1
-0
/
+5
2020-01-26
rtw88: use true,false for bool variable
zhengbin
1
-1
/
+1
2020-01-26
rtw88: change max_num_of_tx_queue() definition to inline in pci.h
Zong-Zhe Yang
1
-1
/
+1
2020-01-26
rtw88: assign NULL to skb after being kfree()'ed
Yan-Hsuan Chuang
1
-1
/
+4
2020-01-26
rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()
Chin-Yen Lee
1
-1
/
+1
2020-01-26
rtw88: remove unused vif pointer in struct rtw_vif
Yan-Hsuan Chuang
2
-2
/
+0
2020-01-26
rtw88: remove unused variable 'in_lps'
Yan-Hsuan Chuang
2
-2
/
+0
2020-01-26
rtw88: remove unused spinlock
Tzu-En Huang
2
-4
/
+0
2020-01-26
rtw88: 8822c: update power sequence to v15
Tzu-En Huang
1
-3
/
+3
2020-01-26
rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40M
Ping-Ke Shih
1
-4
/
+6
2020-01-26
rtw88: fix rate mask for 1SS chip
Ping-Ke Shih
1
-7
/
+5
2020-01-26
rtw88: Add wowlan net-detect support
Chin-Yen Lee
7
-15
/
+571
2020-01-26
rtw88: Add wowlan pattern match support
Chin-Yen Lee
7
-0
/
+274
2020-01-26
rtw88: support wowlan feature for 8822c
Chin-Yen Lee
13
-0
/
+836
2020-01-26
rtw88: load wowlan firmware if wowlan is supported
Chin-Yen Lee
2
-12
/
+70
2020-01-26
rtw88: add interface config for 8822c
Yan-Hsuan Chuang
4
-0
/
+27
2020-01-26
rtw88: pci: reset dma when reset pci trx ring
Chin-Yen Lee
1
-9
/
+10
2020-01-26
rtw88: pci: reset ring index when release skbs in tx ring
Chin-Yen Lee
1
-0
/
+1
2019-11-20
rtw88: allows to enable/disable HCI link PS mechanism
Yan-Hsuan Chuang
4
-0
/
+51
2019-11-20
rtw88: pci: enable CLKREQ function if host supports it
Yan-Hsuan Chuang
2
-0
/
+85
2019-11-20
rtw88: pci: use for loop instead of while loop for DBI/MDIO
Yan-Hsuan Chuang
1
-12
/
+14
2019-11-20
rtw88: pci: use macros to access PCI DBI/MDIO registers
Yan-Hsuan Chuang
2
-11
/
+20
2019-11-15
rtw88: remove duplicated include from ps.c
YueHaibing
1
-1
/
+0
2019-11-08
rtw88: signal completion even on firmware-request failure
Brian Norris
1
-0
/
+1
2019-11-06
rtw88: fix potential NULL pointer access for firmware
Yan-Hsuan Chuang
1
-1
/
+3
2019-11-06
rtw88: raise LPS threshold to 50, for less power consumption
Yan-Hsuan Chuang
1
-1
/
+1
2019-11-06
Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...
David S. Miller
34
-499
/
+4070
2019-10-31
rtw88: remove redundant null pointer check on arrays
Colin Ian King
1
-1
/
+1
2019-10-31
rtw88: avoid FW info flood
Yan-Hsuan Chuang
2
-17
/
+10
[next]