From owner-freebsd-wireless@FreeBSD.ORG Sun May 15 10:20:11 2011 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D0091065670 for ; Sun, 15 May 2011 10:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 733528FC08 for ; Sun, 15 May 2011 10:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4FAKBnj070274 for ; Sun, 15 May 2011 10:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4FAKBKR070273; Sun, 15 May 2011 10:20:11 GMT (envelope-from gnats) Date: Sun, 15 May 2011 10:20:11 GMT Message-Id: <201105151020.p4FAKBKR070273@freefall.freebsd.org> To: freebsd-wireless@FreeBSD.org From: Adrian Chadd Cc: Subject: Re: kern/156884: dev/ath instablity X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adrian Chadd 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: Sun, 15 May 2011 10:20:11 -0000 The following reply was made to PR kern/156884; it has been noted by GNATS. From: Adrian Chadd To: Dima Panov Cc: bug-followup@freebsd.org, fluffy@freebsd.org Subject: Re: kern/156884: dev/ath instablity Date: Sun, 15 May 2011 18:17:00 +0800 Dima and I talked about this on IRC. Something's causing the net80211 stack to disassociate the STA via "reason 8": ieee80211.h: IEEE80211_REASON_ASSOC_LEAVE = 8, The queued packets on the power save queue makes me think the unit is scanning and doesn't come out of it in time. I've asked Dima to enable +scan (wlandebug +scan) so we can see what the scanning behaviour is next time this occurs. Adrian