From owner-freebsd-current@FreeBSD.ORG Sun Mar 14 02:06:43 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 10329106566B for ; Sun, 14 Mar 2010 02:06:43 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 98D638FC0C for ; Sun, 14 Mar 2010 02:06:42 +0000 (UTC) Received: by gyf2 with SMTP id 2so1111411gyf.13 for ; Sat, 13 Mar 2010 18:06:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=gZJxZzc8YVi9VsyhkJbVcQkG4PygWySnmX2UAXLslh4=; b=QSSOPcIRce/+RpqQtcEBJxUeJCqtKfjXAcJX+Ti6bqx2TOinmK/zn8a0sGOybmGwPl /b/A2huzQGA6/k8hCQQi3IUl58WCjl5emRAC68qU9Wk6SFaOE3DL+kcITErnLMqTV3f1 Q8v6xjdKXWa5yOoJzNo27oISxqa2dcPmb8bxk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=ZOg/6oblHQtqR5OmSs+FgySGEVYudy+IEe0FTPaYZtaOnNgQzlngvz6YCip85Nnte0 n7Vnio835/eUt+oLJTddsTANpiCrlp0qGcsJGI5FW35p/Swpwlpq8dhAp1YhBz7Qgl2h ZOY1KWHMrhAfXh/LDxuQ/XIiUtA/oyar6Oli8= Received: by 10.101.206.22 with SMTP id i22mr1935378anq.36.1268532401841; Sat, 13 Mar 2010 18:06:41 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 22sm1049579ywh.1.2010.03.13.18.06.40 (version=SSLv3 cipher=RC4-MD5); Sat, 13 Mar 2010 18:06:41 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Sat, 13 Mar 2010 18:06:56 -0800 From: Weongyo Jeong Date: Sat, 13 Mar 2010 18:06:56 -0800 To: Hans Petter Selasky Message-ID: <20100314020656.GC88159@weongyo> Mail-Followup-To: Hans Petter Selasky , freebsd-current@freebsd.org, Rui Paulo , Alexander Egorenkov , PseudoCylon References: <16641.96608.qm@web51806.mail.re2.yahoo.com> <20100313001842.GB1295@weongyo> <7FB39650-34E0-4375-B225-34D2E559CA81@gmail.com> <201003130836.41718.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201003130836.41718.hselasky@c2i.net> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: Rui Paulo , Alexander Egorenkov , freebsd-current@freebsd.org, PseudoCylon 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 Reply-To: Weongyo Jeong List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2010 02:06:43 -0000 On Sat, Mar 13, 2010 at 08:36:41AM +0100, 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 really want it and hope driver writers focus on one driver for same chipsets. :-) regards, Weongyo Jeong