diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2014-08-22 16:23:34 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-08-25 12:29:49 +0400 |
commit | 5c771e7454d148af35e8b4297d00f880de79ea49 (patch) | |
tree | a08d6a80d2d6706217d79a0b5d76b3af721067d7 /drivers/net/wireless/ath/ath10k/pci.h | |
parent | ec5ba4d3b6b60456b067e8c625e87e67cdde2d12 (diff) | |
download | linux-5c771e7454d148af35e8b4297d00f880de79ea49.tar.xz |
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.h | 1 |
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; |