From owner-cvs-src@FreeBSD.ORG Tue Jul 22 14:34:10 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 8D74537B401; Tue, 22 Jul 2003 14:34:10 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD7243FA3; Tue, 22 Jul 2003 14:34:08 -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 h6MLY0FL051900; Tue, 22 Jul 2003 15:34:00 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 22 Jul 2003 15:33:51 -0600 (MDT) Message-Id: <20030722.153351.56335621.imp@bsdimp.com> To: sam@errno.com From: "M. Warner Losh" In-Reply-To: <346809425.1058883698@melange.errno.com> References: <200307212320.h6LNKfE2012354@repoman.freebsd.org> <20030722.150120.118025104.imp@bsdimp.com> <346809425.1058883698@melange.errno.com> X-Mailer: Mew version 2.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: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org 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: Tue, 22 Jul 2003 21:34:11 -0000 In message: <346809425.1058883698@melange.errno.com> Sam Leffler writes: : > In message: <200307212320.h6LNKfE2012354@repoman.freebsd.org> : > Sam Leffler writes: : > : o Add monitor mode support. This tested fine with prism cards but : > may require : newer lucent/hermes firmware than indicated : > (investigating). I'm committing : this now since it shouldn't hurt : > anything. : > : > Only certain versions of lucent/hermes firmware have this. 6.10 was : > said not to have it, 6.30 was said to have it, and 5.xx and 8.xx are : > known not to have it. : : I can verify 6.10 does not have it. Unfortunately I'm having trouble : loading new firmware to verify/not verify other versions. The original : author of the change for Lucent-specific bits says 8.10 works but hasn't : tested other versions. I'd like to narrow the firmware revs to only enable : this for known-good revs but that may take a bunch of work... I can't find the web page now that had this information. It was considered a 'bug' in the firmware and removed. Warner