From owner-freebsd-wireless@freebsd.org Fri Jun 17 05:29:27 2016 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDF38A78F1E; Fri, 17 Jun 2016 05:29:27 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.18.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B78ED210F; Fri, 17 Jun 2016 05:29:27 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from [77.187.2.202] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1bDm4U-00032T-Qb; Fri, 17 Jun 2016 07:11:58 +0200 Date: Fri, 17 Jun 2016 07:11:58 +0200 From: Marcus von Appen To: Andriy Voskoboinyk Cc: current@freebsd.org, freebsd-wireless@freebsd.org Subject: Re: rtwn connection stops working on CURRENT Message-ID: <20160617051158.GA2617@athena.sysfault.org> Reply-To: Marcus von Appen Mail-Followup-To: Andriy Voskoboinyk , current@freebsd.org, freebsd-wireless@freebsd.org References: <20160614052401.GA931@athena.sysfault.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-Df-Sender: MTEyNTc0Mg== X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 05:29:28 -0000 Hi Andriy, On, Tue Jun 14, 2016, Andriy Voskoboinyk wrote: > Tue, 14 Jun 2016 08:24:01 +0300 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0=D0= =BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Marcus von Appen > : > > Hi! > > Try attached patch (adds some busdma synchronization, > unloads data instead of descriptor in rtwn_tx_done() and improves > watchdog logic for a bit). thanks a lot, the connection is far more reliable now and does not seem to stop working anymore. Cheers Marcus