From owner-freebsd-current@freebsd.org Mon Sep 19 19:35:11 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 7AC8CBE0CB5; Mon, 19 Sep 2016 19:35:11 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) (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 1CFB016D; Mon, 19 Sep 2016 19:35:11 +0000 (UTC) (envelope-from andriyvos@gmail.com) Received: by mail-lf0-f53.google.com with SMTP id l131so117812852lfl.2; Mon, 19 Sep 2016 12:35:10 -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:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=kg+1b8qjaTWyBawnnsqEqSlMxXvMR8m8VIDPCx0hU1I=; b=bhLthxTginqA7RXDxKG2//74eamPPeUye/z1Qz9LgDRFuxT0Oh0acW6awttKrXRJyu j7Z9yMD28Ia94vbPIYqgZW5PjcBUICGhom9Y73jfKScFBZRIq5RuWaZMyU5gGTmN2LAM XR4aUB8R4TMf4FGw+zmUmfqp8LR5dAjEy1/NQHJtv0myMFYSFBG346uNh3C0JJknJw3N EIR+I6LWeX8z5yCMxO2XinbXjYZafO7V9aBtCKdAB1U9LkKzvZMx/JTluSpzNeIrC7rU 4zGNTz4/vpjqbKP4odiWfYHom5hA6TyGdEw/IdUSuZx/DbFjq7/UfqpHgSP5JuL87/zd EYCQ== X-Gm-Message-State: AE9vXwO7NakB6FkPSvOLAcW9+K8loEbMsXxWEvASbBqP/P3xUEpe9bgwtM8yHiGYVjPdig== X-Received: by 10.25.167.209 with SMTP id q200mr11090331lfe.122.1474310204401; Mon, 19 Sep 2016 11:36:44 -0700 (PDT) Received: from localhost (host-176-37-109-22.la.net.ua. [176.37.109.22]) by smtp.gmail.com with ESMTPSA id b71sm5025790lfb.42.2016.09.19.11.36.43 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 19 Sep 2016 11:36:43 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Adrian Chadd" Cc: "freebsd-wireless@freebsd.org" , "freebsd-current@freebsd.org" Subject: Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing References: Date: Mon, 19 Sep 2016 21:36:41 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable 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.23 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: Mon, 19 Sep 2016 19:35:11 -0000 > hi, > > I'll try it out tonight! Is the rtwn repo still "ok" to try as a > standalone thing? > Yes, sys/{dev/rtwn,modules} subtree is the same. > The usbdevs patch is fine standalone - would you like to just commit > this in advance? > Done in r305991. > > > > -adrian > > > On 19 September 2016 at 06:26, Andriy Voskoboinyk = > wrote: >> Thu, 01 Sep 2016 19:29:03 +0300 =D0=B1=D1=83=D0=BB=D0=BE =D0=BD=D0=B0= =D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE Andriy Voskoboinyk >> : >> >> Now it resides on https://github.com/s3erios/freebsd-rtwn (integrated= >> into src tree, so it can be built with 'make buildkernel' / 'make >> buildworld'). >> >> This the last stage; once all reported issues will be resolved, I'm >> going to merge it into HEAD. >> >>> Hi everyone, >>> >>> rtwn(4), urtwn(4) and urtwm (from previous emails) drivers were merg= ed >>> into a >>> single rtwn driver (plus rtwn_usb / rtwn_pci device glue); the code = is >>> available on https://github.com/s3erios/rtwn repository. Among = >>> bugfixes / >>> code deduplication, there some new features too: >>> >>> 1) multi-vap support (one any wireless interface + one STA interface= + >>> any number of monitor mode interfaces). >>> 2) few new sysctls: >>> * dev.rtwn.#.crypto - controls how to use hardware crypto = >>> acceleration >>> * dev.rtwn.#.ratectl_selected >>> * dev.rtwn.#.ratectl - selects current 'rate control' algorithm >>> (currently only 'none' and 'net80211' are supported; RTL8192CE needs= >>> testing >>> with the last). >>> 3) (incomplete) power management support for RTL8188EU (requires >>> firmware). >>> 4) Short Guard Interval support. >>> >>> It's known to work with RTL8188CUS, RTL8188EU and RTL8821AU; however= , >>> it was never tested with RTL8192CE or RTL8812AU. >>> >>> How-to-build: >>> 1) download / checkout the repository. >>> 2) apply 'patch-usbdevs.diff' against '/usr/src' >>> 3) build and install rtwn module: >>> cd $repository/sys/modules/rtwn && make && make install >>> 4) build and install rtwn_usb/rtwn_pci: >>> cd ../rtwn_usb && make && make install >>> cd ../rtwn_pci && make && make install >>> 5) unload previous && load current drivers: >>> kldunload if_urtwn if_rtwn >>> kldload /boot/modules/if_rtwn.ko /boot/modules/if_rtwn_usb.ko >>> /boot/modules/if_rtwn_pci.ko >>> 6) Use. >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to = >> "freebsd-current-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to = > "freebsd-wireless-unsubscribe@freebsd.org"