From owner-freebsd-current@FreeBSD.ORG Tue Mar 17 15:49:10 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE2BB10656FE; Tue, 17 Mar 2009 15:49:10 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id BEBD08FC16; Tue, 17 Mar 2009 15:49:10 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 48FFA2F38A0; Tue, 17 Mar 2009 11:49:10 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 17 Mar 2009 11:49:10 -0400 X-Sasl-enc: slM2tk4uW1remhuEwb9haEd9ceWI9K9Hq3RbiImOrFwE 1237304949 Received: from anglepoise.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 5E5D149189; Tue, 17 Mar 2009 11:49:09 -0400 (EDT) Message-ID: <49BFC672.5020909@incunabulum.net> Date: Tue, 17 Mar 2009 15:49:06 +0000 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.19 (X11/20090125) MIME-Version: 1.0 To: Sam Leffler References: <20081006072447.d51c76f1.elmofo@uol.com.br> <20081009191519.790298e4@lain> <20081010230643.017d0dbe.elmofo@uol.com.br> <49BF7E99.4030208@incunabulum.net> <49BF884A.907@incunabulum.net> <49BFC621.5030208@freebsd.org> In-Reply-To: <49BFC621.5030208@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Thiago Luz Basilio , rpaulo@freebsd.org, current@freebsd.org, Tobias Kirschstein Subject: Re: 802.11b broken in -CURRENT? 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: Tue, 17 Mar 2009 15:49:11 -0000 Sam Leffler wrote: > Actually this just promulgates misunderstandings and voodoo that > others will ape. This is what you need to setup an 11b-only ap on the > best available channel: > > ifconfig wlan create wlandev ath0 wlanmode hostap mode 11b ssid > OpenWrt up > > For the sta side: > > ifconfig wlan create wlandev ath0 mode 11b ssid OpenWrt up > > If the above does not work please enable debugging with wlandebug and > file a PR. ETOOMUCHCOFFEE :-) Yup, I found this worked too. thanks Sam, BMS