From owner-freebsd-wireless@FreeBSD.ORG Wed Mar 27 23:53:40 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C0F523BB for ; Wed, 27 Mar 2013 23:53:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by mx1.freebsd.org (Postfix) with ESMTP id 59905A78 for ; Wed, 27 Mar 2013 23:53:40 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id c11so1082241wgh.32 for ; Wed, 27 Mar 2013 16:53:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=jknItArQ6nCWM6rdgEdGid+EjJlOUqFggjRM7kDdX4I=; b=uyiHztENE/UYxGPQ6nwGjyj3Iac6U7ENdVD8BTCKQphiNFCV0tkBMOkaWiVlhkuW9o w62UUrjgTWaDVprY9WaLm06DuWFyinr3Rcfh91B9IttG4QCwZB71MezHQTGkcLzsFroN TiixhfsiCMEoJRzb5qj/FHfkQJczShYCoONNA3MU89yy8xRzEMvxLnkqlrYWYKWdJXne Miuavs3LIYpAwRz7rrJyUs9vOTvPkvZCi2kooHBKh9nfBGjk0sGeg30WYKkTxBwI4XUb 4D8cwUYq5Sum9E6dxcuAQ52X4uFahibkMfJ5jQyVeNyf7zxrezu97U+xVEVu81VXkGVy IL8Q== MIME-Version: 1.0 X-Received: by 10.194.171.74 with SMTP id as10mr34553990wjc.0.1364428419334; Wed, 27 Mar 2013 16:53:39 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.108.130 with HTTP; Wed, 27 Mar 2013 16:53:39 -0700 (PDT) In-Reply-To: <5153852A.1040508@gmail.com> References: <51522277.6040107@gmail.com> <51523B6F.5010506@gmail.com> <51538239.9030903@gmail.com> <5153852A.1040508@gmail.com> Date: Wed, 27 Mar 2013 16:53:39 -0700 X-Google-Sender-Auth: huplIzrzMaXgo3CignlYqducMeI Message-ID: Subject: Re: [wip] ar9300 hostap support From: Adrian Chadd To: Joshua Isom Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 27 Mar 2013 23:53:40 -0000 On 27 March 2013 16:47, Joshua Isom wrote: >> ath0: ath_edma_recv_proc_queue: handled npkts 0 >> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping That's likely from scanning. I still need to figure out why this is happening. >> ath0: ath_edma_recv_proc_queue: handled npkts 0 >> ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping scanning. >> ath0: ath_edma_recv_proc_queue: handled npkts 0 Scanning, maybe? >> ath0: ath_edma_tx_processq: Q1: empty? .. this has me worried. This would've caused a panic before. The next time it happens, but before you disconnect, please do this: sysctl dev.ath.0.txagg=1 I'd like to see if any other TX queue has a frame hanging around in it that hasn't been completed. Also, whats the output if 'ifconfig wlan0 list sta'? I wonder what the RSSI is and I do wonder why you see frequent disconnects. Thanks, Adrian