From owner-freebsd-current@FreeBSD.ORG Thu Feb 16 03:02:57 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E9816A420 for ; Thu, 16 Feb 2006 03:02:57 +0000 (GMT) (envelope-from shigeru@iij.ad.jp) Received: from omgo.iij.ad.jp (omgo.iij.ad.jp [202.232.30.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2549E43D5D for ; Thu, 16 Feb 2006 03:02:51 +0000 (GMT) (envelope-from shigeru@iij.ad.jp) Received: OTM-MO id k1G32eUb007515; Thu, 16 Feb 2006 12:02:40 +0900 (JST) DomainKey-Signature: a=rsa-sha1; s=omgo; d=iij.ad.jp; c=nofws; q=dns; h=date:message-id:to:cc:from:in-reply-to:references:x-mailer: mime-version:content-type:content-transfer-encoding; b=M3CqL791RkXk8yCHZyOH7yaxz4/jlfmE3+7A7fJguVrf0hfShgFjcK1wMfxEFM81Q ev50Img0ScytJevIvrsIw== Received: OTM-MIX0 id k1G32dmh021697; Thu, 16 Feb 2006 12:02:39 +0900 (JST) Received: from localhost (mercury.iij.ad.jp [192.168.184.90]) by jc-smtp.iij.ad.jp (JC-SMTP/jc-smtp) id k1G32dIH016262; Thu, 16 Feb 2006 12:02:39 +0900 (JST) Date: Thu, 16 Feb 2006 12:02:39 +0900 (JST) Message-Id: <20060216.120239.102583278.shigeru@iij.ad.jp> To: freebsd-current@freebsd.org From: Yamamoto Shigeru In-Reply-To: <43F0C10E.305@errno.com> References: <43F0C10E.305@errno.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: HEADSUP: new ath+hal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 03:02:57 -0000 Hi, all >>>>> "Sam" == Sam Leffler writes: Sam> I committed a new ath hal and driver mods last week. The most Sam> noticeable change is support for "recent" parts. With this version all Sam> currently shipping pci/cardbus products should be supported except for Sam> those based on the pre-11n MIMO part. There are also new builds for Sam> sparc64, powerpc, and alpha (alpha is untested, the others are known to Sam> work). I have a trouble after this commit. In my home and my office, "broadcast SSID in beacon" is disabled. Before this commit, I have no trouble. But, after that, my note PC can't associate any AP in my home and my office. When I change "broadcast SSID in beacon" enable at my home, my note PC can associate to AP at my home. I watch wpa_supplicant debug message. wpa_supplicant can't select AP, because wpa_supplicant can't get AP's SSID when "broadcast SSID in beacon" is disabled. Does anyone know how to solve this trouble? #Should I hack wpa_supplicant? or ath hal and driver? Thanks, ------- YAMAMOTO Shigeru