Govind Singh <govinds@xxxxxxxxxxxxxx> wrote: > Current design supports only AHB interface for > 11ax chipset. Refactor the code by adding hif layer > for bus level abstraction to support PCI based device. > > Signed-off-by: Govind Singh <govinds@xxxxxxxxxxxxxx> > Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> This had sparse warnings, I fixed them in the pending branch: drivers/net/wireless/ath/ath11k/ahb.c:1020:5: warning: no previous prototype for 'ath11k_ahb_init' [-Wmissing-prototypes] drivers/net/wireless/ath/ath11k/ahb.c:1026:6: warning: no previous prototype for 'ath11k_ahb_exit' [-Wmissing-prototypes] drivers/net/wireless/ath/ath11k/ahb.c:1020:5: warning: symbol 'ath11k_ahb_init' was not declared. Should it be static? drivers/net/wireless/ath/ath11k/ahb.c:1026:6: warning: symbol 'ath11k_ahb_exit' was not declared. Should it be static? -- https://patchwork.kernel.org/patch/11530873/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches