aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2014-08-07 11:03:29 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2014-08-12 10:54:21 +0300
commit0edf2577a5927aa8d1521f22da753e1d0c2a4db4 (patch)
tree2e342a7e3e0018ce21d0ee30b0bc983e1f7ead87 /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: remove target soc ps code (diff)
downloadlinux-dev-0edf2577a5927aa8d1521f22da753e1d0c2a4db4.tar.xz
linux-dev-0edf2577a5927aa8d1521f22da753e1d0c2a4db4.zip
ath10k: remove pci features var
The ATH10K_PCI_FEATURE_MSI_X was originally introduced to support both chips QCA988Xv1 and QCA988Xv2. Since v1 isn't supported anymore it doesn't make sense to keep the feature flag around. Since this is the last one remove the whole thing. 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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index 65b1b90cd5d3..662bca3922ef 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -135,13 +135,6 @@ struct service_to_pipe {
u32 pipenum;
};
-enum ath10k_pci_features {
- ATH10K_PCI_FEATURE_MSI_X = 0,
-
- /* keep last */
- ATH10K_PCI_FEATURE_COUNT
-};
-
/* Per-pipe state. */
struct ath10k_pci_pipe {
/* Handle of underlying Copy Engine */
@@ -168,8 +161,6 @@ struct ath10k_pci {
struct ath10k *ar;
void __iomem *mem;
- DECLARE_BITMAP(features, ATH10K_PCI_FEATURE_COUNT);
-
/*
* Number of MSI interrupts granted, 0 --> using legacy PCI line
* interrupts.