public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] wifi: ath12k: Remove unsupported and unused ring configurations
@ 2023-11-22  6:39 Tamizh Chelvam Raja
  2023-11-22  6:39 ` [PATCH 1/3] wifi: ath12k: fix calling correct function for rx monitor mode Tamizh Chelvam Raja
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tamizh Chelvam Raja @ 2023-11-22  6:39 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Tamizh Chelvam Raja

Currently in driver doing memory allocation for tx_monitor, tcl_cmd_ring
and tcl_status ring. Here driver support for tx_monitor mode is not
there and memory for tcl_cmd and tcl_status rings are allocated by
firmware and it uses that memory instead of host allocated. So avoid
these unused ring setup configuration.

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1

Tamizh Chelvam Raja (3):
  wifi: ath12k: fix calling correct function for rx monitor mode
  wifi: ath12k: Remove unsupported tx monitor handling
  wifi: ath12k: Remove unused tcl_*_ring configuration

 drivers/net/wireless/ath/ath12k/dp.c     | 16 -------
 drivers/net/wireless/ath/ath12k/dp.h     |  2 -
 drivers/net/wireless/ath/ath12k/dp_mon.c | 40 +----------------
 drivers/net/wireless/ath/ath12k/dp_rx.c  | 57 ------------------------
 drivers/net/wireless/ath/ath12k/dp_tx.c  | 43 +-----------------
 drivers/net/wireless/ath/ath12k/dp_tx.h  |  1 -
 6 files changed, 2 insertions(+), 157 deletions(-)


base-commit: 9a36440d929d134c56030a8492405708a143f580
-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-01-17 14:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22  6:39 [PATCH 0/3] wifi: ath12k: Remove unsupported and unused ring configurations Tamizh Chelvam Raja
2023-11-22  6:39 ` [PATCH 1/3] wifi: ath12k: fix calling correct function for rx monitor mode Tamizh Chelvam Raja
2023-11-22 16:30   ` Jeff Johnson
2023-11-22  6:39 ` [PATCH 2/3] wifi: ath12k: Remove unsupported tx monitor handling Tamizh Chelvam Raja
2023-11-22 16:31   ` Jeff Johnson
2023-11-22  6:39 ` [PATCH 3/3] wifi: ath12k: Remove unused tcl_*_ring configuration Tamizh Chelvam Raja
2023-11-22 16:32   ` Jeff Johnson
2024-01-17 13:45 ` [PATCH 0/3] wifi: ath12k: Remove unsupported and unused ring configurations Kalle Valo
2024-01-17 14:02   ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox