aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/pci.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2014-08-22 14:33:17 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2014-08-25 11:32:17 +0300
commit53b4e07354d4547b7ebb17b6eb63ce2694ad1479 (patch)
tree2ac430319829f72f64d364c065d6e56682eef887 /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: ignore ar_pci->started in pipe cleanup (diff)
downloadlinux-dev-53b4e07354d4547b7ebb17b6eb63ce2694ad1479.tar.xz
linux-dev-53b4e07354d4547b7ebb17b6eb63ce2694ad1479.zip
ath10k: remove ar_pci->started
There are basically no more uses for ar_pci->started. It is also perfectly safe to call hif_stop without hif_start now. 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index b9aa692d22f1..d88928cf60ce 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -167,8 +167,6 @@ struct ath10k_pci {
struct tasklet_struct intr_tq;
struct tasklet_struct msi_fw_err;
- int started;
-
struct ath10k_pci_pipe pipe_info[CE_COUNT_MAX];
struct ath10k_hif_cb msg_callbacks_current;