ath11k: Add drv private for bus opaque struct

Add drv private opaque structure to have bus level
structure for multibus support.

Signed-off-by: Govind Singh <govinds@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200506094400.4740-3-govinds@codeaurora.org
This commit is contained in:
Govind Singh
2020-05-08 05:55:48 +03:00
committed by Kalle Valo
parent 31858805f9
commit 630ad41c19
4 changed files with 14 additions and 4 deletions

View File

@@ -99,6 +99,11 @@ enum ath11k_hw_rate_ofdm {
ATH11K_HW_RATE_OFDM_9M,
};
enum ath11k_bus {
ATH11K_BUS_AHB,
ATH11K_BUS_PCI,
};
struct ath11k_hw_params {
const char *name;
struct {