[PATCH] ath11k: Allow debugfs to work with 2+ radios installed.

akolli at codeaurora.org akolli at codeaurora.org
Fri Sep 4 11:00:09 EDT 2020


On 2020-09-03 22:53, greearb at candelatech.com wrote:
> From: Ben Greear <greearb at candelatech.com>
> 
> The code is trying to create an ath11k directory on debugfs
> root, but that fails when there is a second radio (and thus
> second instance of the driver).
> 

Hi Ben,

IPQ8074 is soc and it does not need second debugfs entry, its on AHB.
QCA6390 is a pci card and multiple debug entries are needed if multiple 
cards are available,
I am planning to post a patch with bus specific abstraction function 
which creates single debugfs for soc based radios and multiple entries 
for PCI based radios.

AHB:
debugfs/ath11k/IPQ8074/

PCI
debugfs/ath11k/QCA6390_0001:01:00.0/
debugfs/ath11k/QCA6390_0000:01:00.0/

Thanks
Anil



More information about the ath11k mailing list