From owner-freebsd-wireless@freebsd.org Fri Aug 5 19:22:24 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 6B9B2BB063F for ; Fri, 5 Aug 2016 19:22:24 +0000 (UTC) (envelope-from andrew@ugh.net.au) Received: from kaija.ugh.net.au (kaija.ugh.net.au [5.79.7.178]) by mx1.freebsd.org (Postfix) with ESMTP id 37F8B17D4 for ; Fri, 5 Aug 2016 19:22:24 +0000 (UTC) (envelope-from andrew@ugh.net.au) Received: from [IPv6:2a00:c1a0:4886:7a00:fc65:2c9f:1f49:136d] (unknown [IPv6:2a00:c1a0:4886:7a00:fc65:2c9f:1f49:136d]) by kaija.ugh.net.au (Postfix) with ESMTPSA id 40ECBAFA1; Fri, 5 Aug 2016 19:22:15 +0000 (UTC) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: bf_next not NULL! From: Andrew Stevenson In-Reply-To: Date: Fri, 5 Aug 2016 21:22:13 +0200 Cc: "freebsd-wireless@freebsd.org" , Willem@offermans.rompen.nl Content-Transfer-Encoding: quoted-printable Message-Id: <40DE7FBD-8206-4388-806D-4D4BE169ACEB@ugh.net.au> References: <2DEF8DBE-1444-435C-B48C-FEAB71CA60E5@ugh.net.au> <20160716105843.GA5832@vpn.offrom.nl> <762054A0-B628-4CD8-9F59-6B52CEB78481@ugh.net.au> <09DD4206-6D68-4B03-A3F9-01512C2F866B@ugh.net.au> <2E7BBB3B-2398-413B-BA8E-18CFB16AE4E1@ugh.net.au> To: Adrian Chadd X-Mailer: Apple Mail (2.1878.6) 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, 05 Aug 2016 19:22:24 -0000 On 04 Aug 2016, at 09:50, Adrian Chadd wrote: > Hi, >=20 > Recompile with ATH_DEBUG, AH_DEBUG, ATH_DIAGAPI I don=92t know if the debug code actually changes something or its just = Murphy=92s law but everything has, so far, been working since. Maybe = this email will be enough to break it=85and there we go. 10 packets transmitted, 6 packets received, 40.0% packet loss round-trip min/avg/max/stddev =3D 37.029/135.772/222.928/66.821 ms The same messages are repeated in dmesg so here is a sample: ath0: stuck beacon; resetting (bmiss count 4) ar5416StopDmaReceive: dma failed to stop in 10ms AR_CR=3D0x00000024 AR_DIAG_SW=3D0x42000020 ath0: stuck beacon; resetting (bmiss count 4) ar5416StopDmaReceive: dma failed to stop in 10ms AR_CR=3D0x00000024 AR_DIAG_SW=3D0x42000020 ath0: stuck beacon; resetting (bmiss count 4) ar5416StopDmaReceive: dma failed to stop in 10ms AR_CR=3D0x00000024 AR_DIAG_SW=3D0x42000020 ath0: stuck beacon; resetting (bmiss count 4) ar5416StopDmaReceive: dma failed to stop in 10ms AR_CR=3D0x00000024 AR_DIAG_SW=3D0x42000020 ath0: stuck beacon; resetting (bmiss count 4) ath0: stuck beacon; resetting (bmiss count 4) ath0: stuck beacon; resetting (bmiss count 4) ath0: stuck beacon; resetting (bmiss count 4) ath0: stuck beacon; resetting (bmiss count 4) ath0: stuck beacon; resetting (bmiss count 4) ath0: stuck beacon; resetting (bmiss count 4) ath0: stuck beacon; resetting (bmiss count 4) Thanks, Andrew=