linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ath10k: fixes 2014-05-14
@ 2014-05-14 12:16 Michal Kazior
  2014-05-14 12:16 ` [PATCH 1/2] ath10k: fix core start sequence Michal Kazior
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Michal Kazior @ 2014-05-14 12:16 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, greearb, Michal Kazior

Hi,

This is another pair of patches.

It fixes a crash recently reported by Ben, but..

I've been able to find only a single code path
that called free_irq() twice in upstream code.
However it doesn't match the call trace reported
by Ben. I have to assume this is related to his
local patches or this is a very wierd case of
recovery race between userspace/mac80211/driver.


Michal Kazior (2):
  ath10k: fix core start sequence
  ath10k: prevent hif_stop being called twice

 drivers/net/wireless/ath/ath10k/core.c   | 101 +++++++++++++++++--------------
 drivers/net/wireless/ath/ath10k/htc.c    |   6 --
 drivers/net/wireless/ath/ath10k/htt.c    |  42 +------------
 drivers/net/wireless/ath/ath10k/htt.h    |  18 +++---
 drivers/net/wireless/ath/ath10k/htt_rx.c |   4 +-
 drivers/net/wireless/ath/ath10k/htt_tx.c |   8 +--
 drivers/net/wireless/ath/ath10k/pci.c    |   3 +
 drivers/net/wireless/ath/ath10k/wmi.c    |   2 +-
 drivers/net/wireless/ath/ath10k/wmi.h    |   2 +-
 9 files changed, 79 insertions(+), 107 deletions(-)

-- 
1.8.5.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-05-23  8:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 12:16 [PATCH 0/2] ath10k: fixes 2014-05-14 Michal Kazior
2014-05-14 12:16 ` [PATCH 1/2] ath10k: fix core start sequence Michal Kazior
2014-05-14 12:16 ` [PATCH 2/2] ath10k: prevent hif_stop being called twice Michal Kazior
2014-05-14 14:26 ` [PATCH 0/2] ath10k: fixes 2014-05-14 Kalle Valo
2014-05-15  6:48 ` [PATCH v2 " Michal Kazior
2014-05-15  6:48   ` [PATCH v2 1/2] ath10k: fix core start sequence Michal Kazior
2014-05-15  6:48   ` [PATCH v2 2/2] ath10k: prevent hif_stop being called twice Michal Kazior
2014-05-23  8:01   ` [PATCH v2 0/2] ath10k: fixes 2014-05-14 Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).