From owner-freebsd-net@FreeBSD.ORG Thu Oct 6 00:27:35 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F18DE106566B for ; Thu, 6 Oct 2011 00:27:35 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id B414B8FC0A for ; Thu, 6 Oct 2011 00:27:35 +0000 (UTC) Received: by yxk36 with SMTP id 36so2687092yxk.13 for ; Wed, 05 Oct 2011 17:27:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=TUHgVjNdlXIHf3m94l1qQhg5vfMtT2iadzugM7Kjj2M=; b=uGwbea4UNOjBRZIqI7yST272/vY+bMeZ1Q2R4q8WWvOuU+knQj2kroWpT9+aO68VH/ 703/qtmXaLql/AeekW1itWuYKVx1eWtIz5WzME+BfazCvoajxntHUkPUNxOA73uHEdVn PhqRSI3SuScCGzV6HmYU03yr4TCyeIZOvTJLs= Received: by 10.150.210.9 with SMTP id i9mr111208ybg.120.1317860854975; Wed, 05 Oct 2011 17:27:34 -0700 (PDT) Received: from blackbeast.local (c-98-230-65-110.hsd1.al.comcast.net. [98.230.65.110]) by mx.google.com with ESMTPS id n8sm9742778and.1.2011.10.05.17.27.34 (version=SSLv3 cipher=OTHER); Wed, 05 Oct 2011 17:27:34 -0700 (PDT) From: Chuck Burns To: freebsd-net@freebsd.org Date: Wed, 5 Oct 2011 19:26:45 -0500 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201110051926.45430.break19@gmail.com> Subject: [driver port request] OpenBSD's otus driver. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 00:27:36 -0000 The OpenBSD's otus driver supports my TP-Link TL-WN821N (ar9170) usb device quite well, Anyone who is bored want to check into feasibility of porting this driver over to FreeBSD ? I also put in a PR about it a few days ago.. 161251 Chuck Burns