From owner-freebsd-current@FreeBSD.ORG Sat Mar 13 02:43:08 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 4F09E106564A; Sat, 13 Mar 2010 02:43:08 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id B0CBC8FC14; Sat, 13 Mar 2010 02:43:07 +0000 (UTC) Received: by gwj15 with SMTP id 15so783905gwj.13 for ; Fri, 12 Mar 2010 18:43:07 -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=rNXokl4Qi8AfuKv2L+wfb4aE8sEi6O13SpqFwDjcto0=; b=L2kkSZQuqVP/aOiSWcKitBS7KDYCmaMqv6xlERYUKAtUipIO7jSMtTZY6EdpO8au0c VBwUkmJYeZamUurdJRsA6PmlWOt53f1CaG9LUWEH7HZcEZbgTwh+VYNCqX01U4m1AYgx CWLgKoYEduFqcaYgUyof1JxyxRmvxz9P6VUH8= 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=XVHIexF7yDw2Dn71Qd3JDJfkdYQtFmGXmBgjtPzdjDPnLicLCSK6WJl+V122ZW3RBd 3fXJcyzoTMOW3ZjLffYnH81Yqw3z5Ml0sOdevMAhBLyvrSg0zV6HRnrOTF+lLYhhA/Gp KecAWA0CZd39TfNXipXPMUcT94cxhrbdzESm0= Received: by 10.150.213.10 with SMTP id l10mr983183ybg.292.1268448187017; Fri, 12 Mar 2010 18:43:07 -0800 (PST) Received: from [192.168.11.61] (197.214.32.202.bf.2iij.net [202.32.214.197]) by mx.google.com with ESMTPS id 21sm623387yxe.57.2010.03.12.18.43.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 18:43:05 -0800 (PST) Message-Id: <7FB39650-34E0-4375-B225-34D2E559CA81@gmail.com> From: Rui Paulo To: Weongyo Jeong In-Reply-To: <20100313001842.GB1295@weongyo> 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 11:42:46 +0900 References: <16641.96608.qm@web51806.mail.re2.yahoo.com> <20100313001842.GB1295@weongyo> X-Mailer: Apple Mail (2.936) X-Mailman-Approved-At: Sat, 13 Mar 2010 05:35:36 +0000 Cc: Alexander Egorenkov , PseudoCylon , freebsd-current@freebsd.org 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 02:43:08 -0000 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=1d3b01fbed80c61ff508e12e9805146e&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. -- Rui Paulo