aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2014-12-02 10:55:54 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2014-12-08 17:34:13 +0200
commit7505f7c3ec1d2f13ed75fef6b2681eb18e7d9147 (patch)
tree06d4faeaac47b9a9f479465b5b1f9f53f2dc389f /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: read calibration data from Device Tree (diff)
downloadlinux-dev-7505f7c3ec1d2f13ed75fef6b2681eb18e7d9147.tar.xz
linux-dev-7505f7c3ec1d2f13ed75fef6b2681eb18e7d9147.zip
ath10k: create a chip revision whitelist
This will make it easier to extend and maintain list of supported hardware. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/pci.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index cf36511c7f4d..ce4a1ef89961 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -152,6 +152,11 @@ struct ath10k_pci_pipe {
struct tasklet_struct intr;
};
+struct ath10k_pci_supp_chip {
+ u32 dev_id;
+ u32 rev_id;
+};
+
struct ath10k_pci {
struct pci_dev *pdev;
struct device *dev;