From owner-freebsd-current@FreeBSD.ORG Thu Aug 7 20:44:58 2003 Return-Path: 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 50CD537B401; Thu, 7 Aug 2003 20:44:58 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD6543FBF; Thu, 7 Aug 2003 20:44:57 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h783ioFL051601; Thu, 7 Aug 2003 21:44:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Aug 2003 21:44:38 -0600 (MDT) Message-Id: <20030807.214438.130237913.imp@bsdimp.com> To: marcos@thepacific.net From: "M. Warner Losh" In-Reply-To: <3F32BEFE.90704@thepacific.net> References: <3F32BEFE.90704@thepacific.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: wi0 Doesn't on 11Mbps!!! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 08 Aug 2003 03:44:58 -0000 In message: <3F32BEFE.90704@thepacific.net> Marcos Biscaysaqu writes: : I have a prism 2.5 firmaware 1.5.6 but I can't make work this in 11Mbps The firmware always reports 2Mbps in hostap mode, so the driver always reports 2mbps. this is a cosmetic issue. it would be better if the driver looked at the last N packets to report the speed or something, but each client can be at a different speed.... Warner