linux/drivers/net/wireless/ath/ath12k
Baochen Qiang 1623bf78c8 wifi: ath12k: fix warning on DMA ring capabilities event
We are seeing below warning in both reset and suspend/resume scenarios:

[ 4153.776040] ath12k_pci 0000:04:00.0: Already processed, so ignoring dma ring caps

This is because ab->num_db_cap is not cleared in
ath12k_wmi_free_dbring_caps(), so clear it to avoid such
warnings.

Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0-03427-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.15378.4
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1

Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240412060620.27519-5-quic_bqiang@quicinc.com
2024-04-23 12:27:14 +03:00
..
ce.c
ce.h
core.c wifi: ath12k: rearrange IRQ enable/disable in reset path 2024-04-23 12:27:13 +03:00
core.h wifi: ath12k: modify regulatory support for single wiphy architecture 2024-04-10 17:12:15 +03:00
dbring.c
dbring.h
debug.c
debug.h
debugfs.c wifi: ath12k: debugfs: radar simulation support 2024-04-04 13:07:06 +03:00
debugfs.h wifi: ath12k: initial debugfs support 2024-04-04 13:07:06 +03:00
dp.c wifi: ath12k: Refactor data path cmem init 2024-04-22 15:06:31 +03:00
dp.h wifi: ath12k: displace the Tx and Rx descriptor in cookie conversion table 2024-04-22 15:06:31 +03:00
dp_mon.c wifi: ath12k: don't use %pK in dmesg format strings 2024-04-18 18:24:08 +03:00
dp_mon.h
dp_rx.c wifi: ath12k: don't use %pK in dmesg format strings 2024-04-18 18:24:08 +03:00
dp_rx.h wifi: ath12k: Optimize the lock contention of used list in Rx data path 2024-03-21 13:38:13 +02:00
dp_tx.c wifi: ath12k: fix desc address calculation in wbm tx completion 2024-03-20 12:06:10 +02:00
dp_tx.h
fw.c wifi: ath12k: Read board id to support split-PHY QCN9274 2024-02-02 14:32:52 +02:00
fw.h wifi: ath12k: Read board id to support split-PHY QCN9274 2024-02-02 14:32:52 +02:00
hal.c wifi: ath12k: add MAC id support in WBM error path 2024-02-02 14:32:51 +02:00
hal.h wifi: ath12k: fix hal_rx_buf_return_buf_manager documentation 2024-04-04 13:10:48 +03:00
hal_desc.h wifi: ath12k: add support for BA1024 2024-01-18 07:52:02 +02:00
hal_rx.c wifi: ath12k: add support for BA1024 2024-01-18 07:52:02 +02:00
hal_rx.h
hal_tx.c
hal_tx.h
hif.h
htc.c wifi: ath12k: don't use %pK in dmesg format strings 2024-04-18 18:24:08 +03:00
htc.h
hw.c wifi: ath12k: advertise P2P dev support for WCN7850 2024-02-07 17:07:00 +02:00
hw.h wifi: ath12k: vdev statemachine changes for single wiphy 2024-04-10 17:12:14 +03:00
Kconfig wifi: ath12k: initial debugfs support 2024-04-04 13:07:06 +03:00
mac.c wifi: ath12k: don't use %pK in dmesg format strings 2024-04-18 18:24:08 +03:00
mac.h wifi: ath12k: Introduce the container for mac80211 hw 2024-01-19 19:39:48 +02:00
Makefile wifi: ath12k: initial debugfs support 2024-04-04 13:07:06 +03:00
mhi.c wifi: ath12k: remove MHI LOOPBACK channels 2024-04-23 12:27:14 +03:00
mhi.h
p2p.c wifi: ath12k: Add additional checks for vif and sta iterators 2024-04-10 17:12:15 +03:00
p2p.h wifi: ath12k: Add additional checks for vif and sta iterators 2024-04-10 17:12:15 +03:00
pci.c wifi: ath12k: don't use %pK in dmesg format strings 2024-04-18 18:24:08 +03:00
pci.h wifi: ath12k: Read board id to support split-PHY QCN9274 2024-02-02 14:32:52 +02:00
peer.c
peer.h
qmi.c wifi: ath12k: do not dump SRNG statistics during resume 2024-04-23 12:27:14 +03:00
qmi.h wifi: ath12k: fix kernel crash during resume 2024-04-23 12:25:29 +03:00
reg.c wifi: ath12k: modify regulatory support for single wiphy architecture 2024-04-10 17:12:15 +03:00
reg.h
rx_desc.h wifi: ath12k: add MAC id support in WBM error path 2024-02-02 14:32:51 +02:00
trace.c
trace.h wifi: ath12k: add support for collecting firmware log 2024-01-19 19:40:29 +02:00
wmi.c wifi: ath12k: fix warning on DMA ring capabilities event 2024-04-23 12:27:14 +03:00
wmi.h wifi: ath12k: enable service flag for survey dump stats 2024-04-18 18:21:48 +03:00