From owner-freebsd-wireless@FreeBSD.ORG Mon Jul 7 18:23:53 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 859E2E4E for ; Mon, 7 Jul 2014 18:23:53 +0000 (UTC) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 486032223 for ; Mon, 7 Jul 2014 18:23:53 +0000 (UTC) Received: by mail-qg0-f46.google.com with SMTP id q107so3961550qgd.33 for ; Mon, 07 Jul 2014 11:23:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=nWSdXraRFP4vwvdi4eXWcmAFMlvENI56Ud4aMAxDQWU=; b=FYXdSr6z7A7f1K2qvj2MMIF80dxzj+0CPwgHCUCo8GX0s1fFGs6gJ8BE4PdSzkofc2 bLESkNkWwYGuV7lL94O2M+jhHG8/VnIgmQSiK/Db6NLbLLRLeupG+WcCvT9MPkd7O3S2 d31rnK3rryVHzJDULkDHWxZ/tv2u5KsVLMhH4sSeDXKAl2iJ/CL0OdCg46G9O+kQtUCW ddFvq5LOSWkvcvVqBVjgPTKuF7fgqhTgDjGJLKjMSNd8vyuhKEGMSVSMFW0z5o7Kkwyx CCoiWcr6OSWLhkIN+0vcstrJJoPrlUOjx872/XPVIoVLB0L+BXKsNne4BWSthk5d2Qvp XZQQ== MIME-Version: 1.0 X-Received: by 10.224.16.200 with SMTP id p8mr51782189qaa.76.1404757432444; Mon, 07 Jul 2014 11:23:52 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Mon, 7 Jul 2014 11:23:52 -0700 (PDT) In-Reply-To: <20140707144056.351e26df0d1512c6fc48a954@fbsd.es> References: <20140707144056.351e26df0d1512c6fc48a954@fbsd.es> Date: Mon, 7 Jul 2014 11:23:52 -0700 X-Google-Sender-Auth: Ds8kKgkkaJMnclcb_ra-OSQjJmo Message-ID: Subject: Re: TP-LINK TL-WN821N From: Adrian Chadd To: Carlos Jacobo Puga Medina Content-Type: text/plain; charset=UTF-8 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: Mon, 07 Jul 2014 18:23:53 -0000 On 7 July 2014 05:40, Carlos Jacobo Puga Medina wrote: > Hi people, > > Does anyone still work to porting the otus driver from OpenBSD? > > https://github.com/erikarn/otus/tree/master/otus Nope. I got stuck on trying to figure out how to correctly implement the synchronous/asynchronous message queues over USB - I haven't found a driver that 100% correctly implements that stuff so I have to hand craft it myself. Then I mostly lost interest. Sorry. -a