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
/
ath
/
ath11k
/
dp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-13
wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdev
Jeff Johnson
1
-6
/
+6
2024-01-11
wifi: ath11k: fix IOMMU errors on buffer rings
Zhenghao Gu
1
-3
/
+17
2023-11-30
wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights
Jeff Johnson
1
-1
/
+1
2023-09-28
wifi: ath11k: remove unnecessary (void*) conversions
Wu Yunchuan
1
-1
/
+1
2023-04-17
wifi: ath11k: Ignore frags from uninitialized peer in dp.
Harshitha Prem
1
-1
/
+3
2022-09-16
wifi: ath11k: Fix miscellaneous spelling errors
Jeff Johnson
1
-1
/
+1
2022-09-10
wifi: ath11k: Increase TCL data ring size for WCN6750
Manikanta Pubbisetty
1
-1
/
+1
2022-09-10
wifi: ath11k: Add multi TX ring support for WCN6750
Manikanta Pubbisetty
1
-10
/
+14
2021-12-09
ath11k: Process full monitor mode rx support
Anilkumar Kolli
1
-0
/
+1
2021-11-15
ath11k: avoid while loop in ring selection of tx completion interrupt
P Praneesh
1
-5
/
+4
2021-11-15
ath11k: allocate HAL_WBM2SW_RELEASE ring from cacheable memory
P Praneesh
1
-0
/
+1
2021-11-15
ath11k: allocate dst ring descriptors from cacheable memory
P Praneesh
1
-5
/
+33
2021-10-25
ath11k: change return buffer manager for QCA6390
Baochen Qiang
1
-1
/
+3
2021-10-11
ath11k: Change number of TCL rings to one for QCA6390
Baochen Qiang
1
-5
/
+5
2021-06-12
ath11k: setup REO for WCN6855
Baochen Qiang
1
-14
/
+2
2020-12-12
ath11k: implement suspend for QCA6390 PCI devices
Carl Huang
1
-1
/
+1
2020-10-28
ath11k: remove repeated words in comments and warnings
Kalle Valo
1
-1
/
+1
2020-10-01
ath11k: start a timer to update REO cmd ring
Carl Huang
1
-0
/
+6
2020-10-01
ath11k: start a timer to update TCL HP
Carl Huang
1
-0
/
+91
2020-10-01
ath11k: add packet log support for QCA6390
Carl Huang
1
-0
/
+2
2020-10-01
ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in idr_alloc
Govind Singh
1
-2
/
+1
2020-09-22
ath11k: debugfs: use ath11k_debugfs_ prefix
Kalle Valo
1
-1
/
+1
2020-08-18
ath11k: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-18
ath11k: process both lmac rings for QCA6390
Carl Huang
1
-24
/
+35
2020-08-18
ath11k: assign correct search flag and type for QCA6390
Carl Huang
1
-4
/
+11
2020-08-18
ath11k: setup QCA6390 rings for both rxdmas
Carl Huang
1
-2
/
+5
2020-08-18
ath11k: enable DP interrupt setup for QCA6390
Carl Huang
1
-0
/
+108
2020-08-17
ath11k: hal: create hw_srng_config dynamically
Kalle Valo
1
-4
/
+4
2020-08-17
ath11k: add simple PCI client driver for QCA6390 chipset
Govind Singh
1
-0
/
+1
2020-08-17
ath11k: move ring mask definitions to hw_params
Kalle Valo
1
-11
/
+11
2020-06-15
ath11k: Add direct buffer ring support
Karthikeyan Periyasamy
1
-1
/
+2
2020-05-11
ath11k: Add support for multibus support
Govind Singh
1
-0
/
+1
2020-05-04
ath11k: fix error return code in ath11k_dp_alloc()
Wei Yongjun
1
-1
/
+3
2020-04-27
ath11k: fix reo flush send
Karthikeyan Periyasamy
1
-0
/
+2
2020-03-18
ath11k: Perform per-msdu rx processing
Sriram R
1
-11
/
+7
2020-03-18
ath11k: Configure hash based reo destination ring selection
Sriram R
1
-1
/
+16
2020-03-17
ath11k: enable PN offload
Manikanta Pubbisetty
1
-2
/
+2
2020-03-17
ath11k: handle RX fragments
Manikanta Pubbisetty
1
-0
/
+8
2020-03-11
ath11k: config reorder queue for all tids during peer setup
Govindaraj Saminathan
1
-14
/
+27
2019-12-18
ath11k: optimise ath11k_dp_tx_completion_handler
John Crispin
1
-10
/
+6
2019-11-29
ath11k: Setup REO destination ring before sending wmi_init command
Vasanthakumar Thiagarajan
1
-2
/
+8
2019-11-29
ath11k: Fix target crash due to WBM_IDLE_LINK ring desc shortage
Vasanthakumar Thiagarajan
1
-3
/
+3
2019-11-29
ath11k: update tcl cmd descriptor parameters for STA mode
Anilkumar Kolli
1
-5
/
+4
2019-11-25
ath11k: driver for Qualcomm IEEE 802.11ax devices
Kalle Valo
1
-0
/
+898