From owner-cvs-src@FreeBSD.ORG Tue Nov 4 17:07:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6243616A4CE; Tue, 4 Nov 2003 17:07:06 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67ED743FAF; Tue, 4 Nov 2003 17:07:05 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hA51730x081760 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 4 Nov 2003 17:07:04 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Brian Feldman , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Tue, 4 Nov 2003 17:08:55 -0800 User-Agent: KMail/1.5.3 References: <200311042347.hA4NlJ2w083549@repoman.freebsd.org> In-Reply-To: <200311042347.hA4NlJ2w083549@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311041708.55995.sam@errno.com> Subject: Re: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 01:07:06 -0000 On Tuesday 04 November 2003 03:47 pm, Brian Feldman wrote: > green 2003/11/04 15:47:19 PST > > FreeBSD src repository > > Modified files: > sys/dev/wi if_wi.c > Log: > Truly fix the lockup mentioned in 1.153. The PRISM hardware is not > capable of functioning in HostAP mode with a zero-length SSID, so > use " " if one is not set. This depends on the firmware revision. Hopefully you are using the hard-learned experiences of the hostap (Linux) foks. Sam