From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.candelatech.com ([208.74.158.172] helo=ns3.lanforge.com) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WDLxp-0007Y8-QR for ath10k@lists.infradead.org; Tue, 11 Feb 2014 22:38:02 +0000 Received: from [192.168.100.236] (firewall.candelatech.com [70.89.124.249]) (authenticated bits=0) by ns3.lanforge.com (8.14.2/8.14.2) with ESMTP id s1BMbcl6008539 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 11 Feb 2014 14:37:39 -0800 Message-ID: <52FAA632.5080404@candelatech.com> Date: Tue, 11 Feb 2014 14:37:38 -0800 From: Ben Greear MIME-Version: 1.0 Subject: Dealing with firmware hang. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org 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 Candela Technologies Inc http://www.candelatech.com _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k