Re: [PATCH v2 17/22] wifi: ath12k: add AHB driver support for IPQ5332

From: Raj Kumar Bhagat
Date: Fri Dec 06 2024 - 05:00:49 EST


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.