From owner-freebsd-current@freebsd.org Thu Jun 30 14:47:34 2016 Return-Path: Delivered-To: freebsd-current@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 6F536B86FCA; Thu, 30 Jun 2016 14:47:34 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) (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 023FD28DD; Thu, 30 Jun 2016 14:47:33 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lf0-f67.google.com with SMTP id w130so8661755lfd.2; Thu, 30 Jun 2016 07:47:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=QzRy7WkSZylzcSNZdLA+ALRTqVOvXmBxNcyRuiwp2ns=; b=NmbJ0DgX3CmGUszPRf60UjDXc422s0+mER2WGDjVh81UjoDo2mQsZjgPTbk4PPbh5y jjUX0me6PLUb3Q4lWdqdIdqbwLQld72rmgrMu9ultrVVQB2tsSnu/uiV/7w9RFRtf3VQ yZnlCaIxpPMupT/koLll9fKa6O+U+4/fvZFyAnbF6NKR7WtWWTssiJkLsVWaqC9JYqcQ LOYvYAmMAo8zlP0k1K6JRGmlzm+Xu1bMjUPEcxKGtYIm41IjcXN0f8e4LsyYx7CdLWt+ THoMrVod6wNRFdSTibbmQeTibiebB79APmksPvAT+B1GBlY8R9QebhvRPfhRYB0v9CLE fhWA== X-Gm-Message-State: ALyK8tJT5DWg21HhsRg/ANx/oF7ifSK8Pt0ZzpRGixgra9JY6e5AgbMiaJhyHtASc33Wsg== X-Received: by 10.25.26.194 with SMTP id a185mr4522845lfa.156.1467298046311; Thu, 30 Jun 2016 07:47:26 -0700 (PDT) Received: from localhost (host-176-37-109-22.la.net.ua. [176.37.109.22]) by smtp.gmail.com with ESMTPSA id 134sm1580694ljj.48.2016.06.30.07.47.25 (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 30 Jun 2016 07:47:25 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "freebsd-wireless@freebsd.org" , "freebsd-current@freebsd.org" Subject: Re: RTL8812AU / RTL8821AU driver - call for testing References: Date: Thu, 30 Jun 2016 17:47:22 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Andriy Voskoboinyk" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 14:47:34 -0000 Some updates: - 11n (A-MPDU & A-MSDU) now is supported (hw.usb.urtwm.enable_11n option was removed); - Atheros Fast-Frames support was added in https://github.com/s3erios/urtwm/commit/e835e556a0533d0adf81008dd4330241a7a5fbab . > 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 supportby > adding > "hw.usb.urtwm.enable_11n=1" into /boot/loader.conf).