On 10/19/2024 1:59 AM, Konrad Dybcio wrote: >> +static int ath12k_ahb_start(struct ath12k_base *ab) >> +{ >> + ath12k_ahb_ce_irqs_enable(ab); >> + ath12k_ce_rx_post_buf(ab); >> + >> + return 0; >> +} > Neither this nor ath12k_pci returns anything useful - perhaps make this void? Thanks for the comment, this requires changes to be done also in ath12k pci and hif_ops, hence, will take is up separately.