From owner-freebsd-wireless@FreeBSD.ORG Tue Jun 17 16:09:29 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34FF187B; Tue, 17 Jun 2014 16:09:29 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 134632F17; Tue, 17 Jun 2014 16:09:28 +0000 (UTC) Received: from [192.168.200.204] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 72E131936DE; Tue, 17 Jun 2014 16:09:27 +0000 (UTC) Subject: Re: need your opnion about wifi device From: Sean Bruno Reply-To: sbruno@freebsd.org To: Kevin Lo In-Reply-To: <20140617154436.GA17667@ns.kevlo.org> References: <539EB2FA.3050700@gmail.com> <1402927447.16961.3.camel@bruno> <20140617024550.GA12842@ns.kevlo.org> <1403014053.1905.4.camel@bruno> <20140617154436.GA17667@ns.kevlo.org> Content-Type: text/plain; charset="us-ascii" Date: Tue, 17 Jun 2014 09:09:26 -0700 Message-ID: <1403021366.39699.7.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 16:09:29 -0000 On Tue, 2014-06-17 at 23:44 +0800, Kevin Lo wrote: > On Tue, Jun 17, 2014 at 07:07:33AM -0700, Sean Bruno wrote: > > On Tue, 2014-06-17 at 10:45 +0800, Kevin Lo wrote: > > > On Mon, Jun 16, 2014 at 07:04:07AM -0700, Sean Bruno wrote: > > > > > > > > On Mon, 2014-06-16 at 13:33 +0430, Hooman Fazaeli wrote: > > > > > Hi, > > > > > > > > > > I am planning to buy one the following USB WiFi devices: > > > > > > > > > > 1.Tenda W311U+ > > > > > 2.TP-Link TL-WN7200ND > > > > > > > > > > I would appriciate if anyone share his experiences with the above devices. > > > > > BTW, I plan to use the device on freebsd/8. > > > > > > > > > > > > > > > > > These both appear to be Ralink based devices. AFAIK there is no FreeBSD > > > > support for either device. > > > > > > I think there's a typo s/no// :) > > > Both devices are in fact supported by FreeBSD. > > > > > > > sean > > > > > > Kevin > > > > > > Really? I didn't see any indication in the driver that they were > > supported. > > At line 265 of file if_run.c: > RUN_DEV(RALINK, RT3070) > > > sean > > Kevin Oh, does the device report itself as a RALINK usb device? sean