From owner-freebsd-current@FreeBSD.ORG Sat Mar 13 08:24:59 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F4061065670; Sat, 13 Mar 2010 08:24:59 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-iw0-f185.google.com (mail-iw0-f185.google.com [209.85.223.185]) by mx1.freebsd.org (Postfix) with ESMTP id 10BF18FC0A; Sat, 13 Mar 2010 08:24:58 +0000 (UTC) Received: by iwn15 with SMTP id 15so1877624iwn.7 for ; Sat, 13 Mar 2010 00:24:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=Fbhx5vVN6bLCNRM2g/bbmKI/6lRHTqQcSHlV7SHZxmw=; b=ebjaXo2ZaeADHcyY6kTLemVSpldnHSHUUn2q+gPasromHd4QCXUMQIXcRLwTY0BkqM xWPtJ8yTSUNMSQckzJdIhIISQiqnzoe6Qzl64t7sbJN+960ZNf8V2oOO7UD1px6vzEBu x7BIiPCdpaKmyOqHAQ0BwbF0PmBPBYfqb2Nt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=N+51imH+E90J9XlBsoCa4LFvNiF5VPqzPISUvRZRTn0Ecb6SXjTfoiWYnII5wE6u8a /t5z9AoRkw+yfPV2NRDw2LFHm6kbaIKm3xC0DFOjYEHDmvNbzHrI6aTdPhj0nczl3dmR NekEIbJ6P/Qaka0hgo7bu69MvAXKnWJvwg4RI= Received: by 10.231.148.18 with SMTP id n18mr206532ibv.7.1268468698064; Sat, 13 Mar 2010 00:24:58 -0800 (PST) Received: from [192.168.10.20] (s224.GtokyoFL6.vectant.ne.jp [222.228.90.224]) by mx.google.com with ESMTPS id 21sm1634355iwn.3.2010.03.13.00.24.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 13 Mar 2010 00:24:56 -0800 (PST) Message-Id: <24969D86-092A-455F-89EA-F3DCA3035A21@gmail.com> From: Rui Paulo To: Hans Petter Selasky In-Reply-To: <201003130836.41718.hselasky@c2i.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Sat, 13 Mar 2010 17:24:55 +0900 References: <16641.96608.qm@web51806.mail.re2.yahoo.com> <20100313001842.GB1295@weongyo> <7FB39650-34E0-4375-B225-34D2E559CA81@gmail.com> <201003130836.41718.hselasky@c2i.net> X-Mailer: Apple Mail (2.936) X-Mailman-Approved-At: Sat, 13 Mar 2010 13:55:47 +0000 Cc: Alexander Egorenkov , PseudoCylon , freebsd-current@freebsd.org, Weongyo Jeong Subject: Re: CALL for TEST [HOSTAP] run(4) ralink usb wireless 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: Sat, 13 Mar 2010 08:24:59 -0000 On 13 Mar 2010, at 16:36, Hans Petter Selasky wrote: > On Saturday 13 March 2010 03:42:46 Rui Paulo wrote: >> On 13 Mar 2010, at 09:18, Weongyo Jeong wrote: >>> On Thu, Mar 04, 2010 at 12:50:29AM -0800, PseudoCylon wrote: >>>> Hello, >>>> >>>> Finally, I have fixed mysterious device lock out and run(4) works >>>> fine >>>> in HOSTAP mode. Up time is 80 hours and counting. I even filed tax >>>> though it. >>>> >>>> The device supports up to 253 stations. I only tested with 2 >>>> station. >>>> If you have resources, please hit it with bunch of STAs. >>>> >>>> As usual codes are posted at my git repository >>>> git://dev.nasreddine.com/run.git >>>> http://dev.nasreddine.com/gitweb/?p=run.git;a=summary >>>> Please fetch 'hostap_rc' branch not 'master' this time. >>>> >>>> or freebsd forums >>>> http://forums.freebsd.org/showthread.php?s=1d3b01fbed80c61ff508e12e98051 >>>> 46e&t=7562 >>> >>> Out of curiosity, what's the difference between run(4) and rt2870 >>> driver >>> written by Alexander Egorenkov? And why there are two drivers? >> >> From what I understand, Alexander's driver supports 11n ann run(4) >> doesn't. > > > Will this two drivers be merged then? I hope so. -- Rui Paulo