[PATCH ath-next 0/7] wifi: ath12k: convert DP profile parameter macros to inline helpers
Aaradhana Sahu <[email protected]>
| Newsgroups | org.infradead.lists.ath12k,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
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