From owner-freebsd-wireless@FreeBSD.ORG Tue Jun 25 06:46:39 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 AC487907; Tue, 25 Jun 2013 06:46:39 +0000 (UTC) (envelope-from gprspb@mail.ru) Received: from smtp28.mail.ru (smtp28.mail.ru [94.100.176.181]) by mx1.freebsd.org (Postfix) with ESMTP id 27B5216D4; Tue, 25 Jun 2013 06:46:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=RsXkNMkrE1RPt+AvYWZf4OHZinBqzdxWfVLn99kPbFw=; b=F8TC9cEqhuaqmsmtGWYxk2o1SCY3MG4i5zzXIP2Tyfs7oKe57CFXPpEisnqydz/f1poZvtbxa6DNaro6F8/gYRzrj9NilCSc+R6z5v3tYCrF0I4ib842FfX0gyfGA9GVNFSHBrjhL5yV78QP+94NoEbI5e8gNSo010WOCsmSuVw=; Received: from [93.185.182.46] (port=27732 helo=gpr.nnz-home.ru) by smtp28.mail.ru with esmtpa (envelope-from ) id 1UrN1M-00031E-BH; Tue, 25 Jun 2013 10:46:32 +0400 Received: from gpr by gpr.nnz-home.ru with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UrN1F-0000uQ-QS; Tue, 25 Jun 2013 10:46:25 +0400 Date: Tue, 25 Jun 2013 10:46:25 +0400 From: Gennady Proskurin To: Adrian Chadd Subject: Re: svn commit: r251741 - head/sys/contrib/dev/ath/ath_hal/ar9300 Message-ID: <20130625064625.GC1985@gpr.nnz-home.ru> References: <20130619091310.GD985@gpr.nnz-home.ru> <20130620072418.GA987@gpr.nnz-home.ru> <20130620144834.GA913@gpr.nnz-home.ru> <20130621103812.GA3683@gpr.nnz-home.ru> <20130622154745.GA1407@gpr.nnz-home.ru> <20130623141142.GA965@gpr.nnz-home.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam: Not detected X-Mras: Ok Cc: Gennady Proskurin , 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: Tue, 25 Jun 2013 06:46:39 -0000 pspoll changes are in r250665, if I undersand correctly I tried r250662 withhout changing channel (1 by default), and it didn't work, I wrote about it in earlier messages. On Mon, Jun 24, 2013 at 09:57:43AM -0700, Adrian Chadd wrote: > On 23 June 2013 07:11, Gennady Proskurin wrote: > > It works with any channel except 1 (I tested 1-6). > > channel 1 - "stuck beacon" and so on, all the symptoms I wrote about > > channel 2-6 - no "stuck beacon" messages, and it just works > > > > I don't understand what the channels are, I think it somehow connected with > > frequency. I just googled about this workaround and it works for me. > > Channels are just a representation of the frequency. > > Anyway - would you mind trying an earlier kernel (the one I mentioned > previously - before the pspoll changes) on channel 1 and see if it > reacts as badly? > > Thanks! > > > > adrian >