From owner-freebsd-current@FreeBSD.ORG Sat May 3 21:15:57 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 1AEF637B401 for ; Sat, 3 May 2003 21:15:57 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B1E743FAF for ; Sat, 3 May 2003 21:15:55 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h444FAA7034192; Sat, 3 May 2003 22:15:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 03 May 2003 22:14:44 -0600 (MDT) Message-Id: <20030503.221444.103734569.imp@bsdimp.com> To: bruce@cran.org.uk From: "M. Warner Losh" In-Reply-To: <20030504031423.GA5593@fourtytwo.brucec.backnet> References: <3EB3E210.1060804@jawa.at> <20030503.190316.89902449.imp@bsdimp.com> <20030504031423.GA5593@fourtytwo.brucec.backnet> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: wicontrol -t 5 => typo in message 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: Sun, 04 May 2003 04:15:57 -0000 In message: <20030504031423.GA5593@fourtytwo.brucec.backnet> Bruce Cran writes: : On Sat, May 03, 2003 at 07:03:16PM -0600, M. Warner Losh wrote: : > This has already been fixed. mediaopt is how it is spelled in the : > sources I just looked at. : > : : Do the wireless options in ifconfig have the same effect as those in wicontrol? Yes. : I was having trouble in -CURRENT getting the card into adhoc mode - : 'ifconfig wi0 media DS/11Mbps mediaopt adhoc' would show the card (through : ifconfig wi0) in adhoc mode, but wicontrol This places it into ibss mode. : would still show it in mode 1, infrastructure. Clients : could only connect when I ran 'wicontrol wi0 -p 3' and although it says : it's obsolete, the card now works. You may need to say 'mediaopt adhoc,link0' to get the full effects of -p 3 on some hardware.