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:23:34 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2014-08-25 11:29:49 +0300
commit5c771e7454d148af35e8b4297d00f880de79ea49 (patch)
treea08d6a80d2d6706217d79a0b5d76b3af721067d7 /drivers/net/wireless/ath/ath10k/pci.h
parentath10k: make sure to really disable irqs (diff)
downloadlinux-dev-5c771e7454d148af35e8b4297d00f880de79ea49.tar.xz
linux-dev-5c771e7454d148af35e8b4297d00f880de79ea49.zip
ath10k: remove early irq handling
It's not really necessary to have a dedicated irq handler just for the sake of catching early fw crashes anymore. It is now safe to use one handler even during early stages of device boot up. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index 294a72e01909..caed918c7102 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -166,7 +166,6 @@ struct ath10k_pci {
struct tasklet_struct intr_tq;
struct tasklet_struct msi_fw_err;
- struct tasklet_struct early_irq_tasklet;
int started;