Re: [PATCH 3/6] [v3] wifi: ath10k: cleanup CE pipes initialization

2023-08-24 Thread Jeff Johnson
On 8/23/2023 10:51 PM, Dmitry Antipov wrote: Convert 'ath10k_pci_init_pipes()' and 'ath10k_snoc_init_pipes()' to 'void' and thus simplify 'ath10k_ahb_hif_power_up()', 'ath10k_pci_qca988x_chip_reset()' and 'ath10k_snoc_hif_power_up()'. Signed-off-by: Dmitry Antipov Acked-by: Jeff Johnson

[PATCH 3/6] [v3] wifi: ath10k: cleanup CE pipes initialization

2023-08-23 Thread Dmitry Antipov
Convert 'ath10k_pci_init_pipes()' and 'ath10k_snoc_init_pipes()' to 'void' and thus simplify 'ath10k_ahb_hif_power_up()', 'ath10k_pci_qca988x_chip_reset()' and 'ath10k_snoc_hif_power_up()'. Signed-off-by: Dmitry Antipov --- v3: split from the larger v2 patch ---