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 1WOaEC-0002Fc-RB for ath10k@lists.infradead.org; Fri, 14 Mar 2014 22:05:21 +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 s2EM4wTS029543 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 14 Mar 2014 15:04:59 -0700 Message-ID: <53237D0A.1030008@candelatech.com> Date: Fri, 14 Mar 2014 15:04:58 -0700 From: Ben Greear MIME-Version: 1.0 Subject: Proper way to do warm-reset from the driver? 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 On my firmware, I am often seeing 'tx not flushed' errors after bouncing 32 stations a few times. It does not seem this error can ever be recovered because the reference counting is messed up. I am planning to attempt a warm reset in this case, in hopes it will clear things up. Is the preferred way to restart the nic just: queue_work(ar->workqueue, &ar->restart_work); ? 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