From owner-freebsd-wireless@freebsd.org Thu Jun 23 19:11:04 2016 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A210FB73CA9 for ; Thu, 23 Jun 2016 19:11:04 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 363EC1E97 for ; Thu, 23 Jun 2016 19:11:03 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lf0-f49.google.com with SMTP id h129so102294535lfh.1 for ; Thu, 23 Jun 2016 12:11:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:to:subject:mime-version :content-transfer-encoding:from:message-id:user-agent; bh=pHJCsFj1sz30honjBtt2Ka681AsnHmGUjrmSJ5YNlcQ=; b=H+2NJCp5R+FakbuIuJhs3BdxAbPP/Cs/BhR/wGyOWaooNTWG9gIcEdc7BdQ14ndKUO jDxo9yakz8hm/myFjTfBmdg3ICsgXomKZS9wmp9GWRpa/ZlgpowT2TS/1D5twVCemTy7 qIRIJfixr1Dp0BHYiCN8HOs6m2lZXANFsTae8Z0/G/bnOKXS9tg0w4vze/N/NMmLfeBp 2apF7S79593aPheogoB4q8u0hBQNDK/Dpcmt0n5/PETd99WnYrrCMjWL0yleWgX+7/ih q/bOavy3VTN6EvwFETg9hhr0jcpqXqA9v7uElt4+YqgNqS0gI2smo5Knn9xCs4TbYOqB o4aA== X-Gm-Message-State: ALyK8tLJpHaCZKTf8nD8xklDck7OiRi/s70otaUzjwgx9iM7uhYztv7Wd/A9VnUglE69/Q== X-Received: by 10.25.39.78 with SMTP id n75mr11435796lfn.91.1466705691233; Thu, 23 Jun 2016 11:14:51 -0700 (PDT) Received: from localhost (host-176-37-109-22.la.net.ua. [176.37.109.22]) by smtp.gmail.com with ESMTPSA id 42sm232647lfw.42.2016.06.23.11.14.50 for (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 23 Jun 2016 11:14:50 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Thu, 23 Jun 2016 21:14:46 +0300 To: "freebsd-wireless@freebsd.org" Subject: RTL8812AU / RTL8821AU driver - call for testing MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Andriy Voskoboinyk" Message-ID: User-Agent: Opera Mail/12.16 (FreeBSD) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 23 Jun 2016 19:11:04 -0000 Hi all! The driver is in https://github.com/s3erios/urtwm ; currently it includes most features from urtwn(4) + TCP/UDP/IP checksum validation. 11a is supported too (but without DFS at this moment). Seems to be stable enough with DLINK DWA-171 (RTL8821AU) (11a/b/g support was tested only; you can try to enable 11n Rx support by adding "hw.usb.urtwm.enable_11n=1" into /boot/loader.conf).