Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH ath-next 0/7] wifi: ath12k: convert DP profile parameter macros to inline helpers
@ 2026-08-20  5:47 Aaradhana Sahu
  2026-08-20  5:47 ` [PATCH ath-next 1/7] wifi: ath12k: move dp_profile_params to dp.h Aaradhana Sahu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Aaradhana Sahu @ 2026-08-20  5:47 UTC (permalink / raw)
  To: ath12k
  Cc: linux-wireless, jjohnson, quic_kiranv, baochen.qiang,
	vasanthakumar.thiagarajan, quic_periyasa, Aaradhana Sahu

Convert the Data Path (DP) profile parameter macros to static inline helper
function without changing any functional behavior.

Aaradhana Sahu (7):
  wifi: ath12k: move dp_profile_params to dp.h
  wifi: ath12k: convert DP_TX_COMP_RING_SIZE to inline helper
  wifi: ath12k: convert DP_RXDMA_MONITOR_BUF_RING_SIZE to inline helper
  wifi: ath12k: convert DP_RXDMA_MONITOR_DST_RING_SIZE to inline helper
  wifi: ath12k: convert ATH12K_NUM_POOL_TX_DESC to inline helper
  wifi: ath12k: convert ATH12K_RX_DESC_COUNT to inline helper
  wifi: ath12k: convert DP_RX_RELEASE_RING_SIZE to inline helper

 drivers/net/wireless/ath/ath12k/core.h        |   9 --
 drivers/net/wireless/ath/ath12k/dp.c          |  81 ++++++++------
 drivers/net/wireless/ath/ath12k/dp.h          | 100 ++++++++++++------
 drivers/net/wireless/ath/ath12k/dp_rx.c       |  12 ++-
 drivers/net/wireless/ath/ath12k/mac.c         |   5 +-
 drivers/net/wireless/ath/ath12k/wifi7/dp_tx.c |  12 ++-
 6 files changed, 140 insertions(+), 79 deletions(-)


base-commit: e07447e654476262558bee570f4cf456e2b32565
-- 
2.34.1


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

end of thread, other threads:[~2026-08-20  5:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20  5:47 [PATCH ath-next 0/7] wifi: ath12k: convert DP profile parameter macros to inline helpers Aaradhana Sahu
2026-08-20  5:47 ` [PATCH ath-next 1/7] wifi: ath12k: move dp_profile_params to dp.h Aaradhana Sahu
2026-08-20  5:47 ` [PATCH ath-next 2/7] wifi: ath12k: convert DP_TX_COMP_RING_SIZE to inline helper Aaradhana Sahu
2026-08-20  5:48 ` [PATCH ath-next 3/7] wifi: ath12k: convert DP_RXDMA_MONITOR_BUF_RING_SIZE " Aaradhana Sahu
2026-08-20  5:48 ` [PATCH ath-next 4/7] wifi: ath12k: convert DP_RXDMA_MONITOR_DST_RING_SIZE " Aaradhana Sahu
2026-08-20  5:48 ` [PATCH ath-next 5/7] wifi: ath12k: convert ATH12K_NUM_POOL_TX_DESC " Aaradhana Sahu
2026-08-20  5:48 ` [PATCH ath-next 6/7] wifi: ath12k: convert ATH12K_RX_DESC_COUNT " Aaradhana Sahu
2026-08-20  5:48 ` [PATCH ath-next 7/7] wifi: ath12k: convert DP_RX_RELEASE_RING_SIZE " Aaradhana Sahu

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