Govind Singh <govinds@xxxxxxxxxxxxxx> writes: > QCA6390 is PCI based 11ax chipset, add > pci client driver for QCA6390 target. > > Signed-off-by: Govind Singh <govinds@xxxxxxxxxxxxxx> This patch had multiple problems, most important ones were: * a break missing in ath11k_pci_probe() * it's not possible to have static variables in .h files, I fixed by moving the ring variables to core.c in a separate patch: https://patchwork.kernel.org/patch/11541355/ * this patch didn't link (at least when compiling as modules), I fixed those by adding missing EXPORT_SYMBOL() macros Please double check my changes: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=44a28b572070f578914367dc2469cef48ece13f4 -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches