All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH 0/3] ath10k: hardware recovery
@ 2013-06-12 13:10 Michal Kazior
  2013-06-12 13:10 ` [ath9k-devel] [PATCH 1/3] ath10k: implement device recovery Michal Kazior
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Michal Kazior @ 2013-06-12 13:10 UTC (permalink / raw)
  To: ath9k-devel

There's one issue I've noticed. When associated
to WPA network tx is discarded by the firmware
after recovery (no idea why, yet). This can be
fixed in a follow up patch perhaps.

Note: this is not based on master branch. It is
based on my latest 'ath10k: fixes' and 'ath10k:
device setup refactor'. Split for easier review.

Michal Kazior (3):
  ath10k: implement device recovery
  ath10k: implement fw crash simulation command
  ath10k: create debugfs interface to trigger fw crash

 drivers/net/wireless/ath/ath10k/core.c  |   30 ++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/core.h  |    3 +++
 drivers/net/wireless/ath/ath10k/debug.c |   39 +++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/htc.c   |    3 +++
 drivers/net/wireless/ath/ath10k/mac.c   |   32 +++++++++++++++++++++++--
 drivers/net/wireless/ath/ath10k/pci.c   |    2 ++
 drivers/net/wireless/ath/ath10k/wmi.c   |   26 +++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h   |   19 +++++++++++++++
 8 files changed, 152 insertions(+), 2 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-06-14 12:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 13:10 [ath9k-devel] [PATCH 0/3] ath10k: hardware recovery Michal Kazior
2013-06-12 13:10 ` [ath9k-devel] [PATCH 1/3] ath10k: implement device recovery Michal Kazior
2013-06-14 12:32   ` Kalle Valo
2013-06-12 13:10 ` [ath9k-devel] [PATCH 2/3] ath10k: implement fw crash simulation command Michal Kazior
2013-06-12 13:10 ` [ath9k-devel] [PATCH 3/3] ath10k: create debugfs interface to trigger fw crash Michal Kazior
2013-06-14 12:34   ` Kalle Valo
2013-06-14 12:48     ` Michal Kazior
2013-06-14 12:51       ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.