All of lore.kernel.org
 help / color / mirror / Atom feed
* Dealing with firmware hang.
@ 2014-02-11 22:37 Ben Greear
  0 siblings, 0 replies; only message in thread
From: Ben Greear @ 2014-02-11 22:37 UTC (permalink / raw)
  To: ath10k

I'm able to occassionally hit a case where I run out of tx credits and firmware appears
to basically hang forever.

I'm adding a timeout detection for this.  I'd like to grab any debug info from
the firmware and reset it...would the code below do this?

void ath10k_handle_firmware_hang(struct ath10k *ar)
{
	ath10k_pci_wake(ar);
	ath10k_pci_hif_dump_area(ar);
}

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-11 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 22:37 Dealing with firmware hang Ben Greear

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.