aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2013-11-08 08:01:23 +0100
committerKalle Valo <kvalo@qca.qualcomm.com>2013-11-12 20:06:44 +0200
commitfad6ed7867f41b2a9a7fc6cd01db37f33a29da1e (patch)
treeec6c20ddc758597e863cf0d7acd6f648e9321722 /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: add logging to better determine some VIF/STA creation failures (diff)
downloadlinux-dev-fad6ed7867f41b2a9a7fc6cd01db37f33a29da1e.tar.xz
linux-dev-fad6ed7867f41b2a9a7fc6cd01db37f33a29da1e.zip
ath10k: remove ar_pci->ce_count
It wasn't really useful to have it to begin with. This makes it a little simpler to re-arrange PCI init code as some function depended on ar_pci->ce_count being set. 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index a304c3384902..73a3d4ee6ebf 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -199,9 +199,6 @@ struct ath10k_pci {
struct tasklet_struct intr_tq;
struct tasklet_struct msi_fw_err;
- /* Number of Copy Engines supported */
- unsigned int ce_count;
-
int started;
atomic_t keep_awake_count;