diff options
author | Kalle Valo <kvalo@kernel.org> | 2023-02-13 21:08:01 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-02-13 21:08:01 +0300 |
commit | 3eea2c615e25f7a3a7b40912358ed54b5d2f0ff2 (patch) | |
tree | ef8f54c698f8708fff6f29aa139028b56550e5aa /drivers/net/wireless/ath/ath10k | |
parent | 9d5dbfe0e170cb5d58422b890d4d23c8e70d1f28 (diff) | |
parent | 801fc159e30d3588b0fece351e1e8bdf375590d6 (diff) | |
download | linux-3eea2c615e25f7a3a7b40912358ed54b5d2f0ff2.tar.xz |
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for v6.3. Major changes:
ath12k
* new driver for Qualcomm Wi-Fi 7 devices
ath11k
* IPQ5018 support
* Fine Timing Measurement (FTM) responder role support
* channel 177 support
ath10k
* store WLAN firmware version in SMEM image table
Diffstat (limited to 'drivers/net/wireless/ath/ath10k')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/ce.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/ath/ath10k/ce.c b/drivers/net/wireless/ath/ath10k/ce.c index 59926227bd49..c2f3bd35c392 100644 --- a/drivers/net/wireless/ath/ath10k/ce.c +++ b/drivers/net/wireless/ath/ath10k/ce.c @@ -208,14 +208,6 @@ ath10k_ce_shadow_src_ring_write_index_set(struct ath10k *ar, ath10k_ce_write32(ar, shadow_sr_wr_ind_addr(ar, ce_state), value); } -static inline void -ath10k_ce_shadow_dest_ring_write_index_set(struct ath10k *ar, - struct ath10k_ce_pipe *ce_state, - unsigned int value) -{ - ath10k_ce_write32(ar, shadow_dst_wr_ind_addr(ar, ce_state), value); -} - static inline void ath10k_ce_src_ring_base_addr_set(struct ath10k *ar, u32 ce_id, u64 addr) |