From owner-freebsd-wireless@FreeBSD.ORG Mon Jun 2 03:59:41 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDAF1789 for ; Mon, 2 Jun 2014 03:59:41 +0000 (UTC) Received: from nm11-vm6.access.bullet.mail.gq1.yahoo.com (nm11-vm6.access.bullet.mail.gq1.yahoo.com [216.39.63.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9169B22BA for ; Mon, 2 Jun 2014 03:59:40 +0000 (UTC) Received: from [216.39.60.167] by nm11.access.bullet.mail.gq1.yahoo.com with NNFMP; 02 Jun 2014 03:57:27 -0000 Received: from [98.138.226.242] by tm3.access.bullet.mail.gq1.yahoo.com with NNFMP; 02 Jun 2014 03:57:27 -0000 Received: from [127.0.0.1] by smtp113.sbc.mail.ne1.yahoo.com with NNFMP; 02 Jun 2014 03:57:27 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1401681447; bh=L9JmNmrDd5+fmfrTcCBG57Q7Yrv6oAHp9JbV25hfGf0=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:Subject; b=OUDgrb6hz8d69Lt8CwPNaHNUFa/wNMoEZctmFgeUxsdnxA+j0SfH5DpGIrcdcx1aQv27MZfxxfYik5b/fyr6YH+q8AjcQock1NH9U0vN+p2msz7AZQpiEbrbdtQtpr4g9n1REV/++XWt+LrlWeeopqW1Xp3HjjdNgd74bGUvFY0= X-Yahoo-Newman-Id: 834918.48417.bm@smtp113.sbc.mail.ne1.yahoo.com Message-ID: <834918.48417.bm@smtp113.sbc.mail.ne1.yahoo.com> Date: Mon, 2 Jun 2014 03:57:27 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: KHmR2XcVM1mSXCofi9KSI9eXreUXxUMIoZywJU7ar7cWXnX Yu7A6hEditEPsGjbWpVqUoddJet.pgEt8p.V3tkQ4Uf48puj7zI763S6LpW8 4oyyog_sG5HXLpNEFDuX2PE__5YlbjZSfDCBvfJ4HIM6FcTIA4_jVNM1q8Iq ivoOfCs3kFXZbI1bkWmzvy_mCJgHGM5w2xQ1zonDW1toXUbn0zjxrfN4bx8V 4R8Wa_8eaTKrvHNWf4Jh_qcG3oPPgbQMcXHvO9GkFluix0jOYvrDAYn6Y7Q3 CZ4zYgbyx9AHsBBNdq2pgosa_hAURcIgrd_xnIFYoY5HN4g6qLAr1nG9lQdj cl18L67rutw8q_.9YGRikr.5gN8YzLOBMyu8H4hGkNImarWoybrUH5B4J2nS hbMQ_xYp2X6UHlSVoMrP0SUgjuDWiSphW2ieotmxFsgfgDKArYz1YCEzU77n 3Ic_8iDcV18pfwCSZI1vK1n5V8V9tnlM9DO0yeAzWa6zb7Plr.6PDQ0hln1r JADqYI7ZNXA1dJoFSz9CYYk7f71XxqI._EeyfoRmOEOrMJ0_TNPI65G.5 X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [98.138.31.74]) by smtp113.sbc.mail.ne1.yahoo.com with SMTP; 02 Jun 2014 03:57:27 +0000 UTC From: "Thomas Mueller" To: freebsd-wireless@freebsd.org Subject: Change for the worse in rsu wireless driver 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, 02 Jun 2014 03:59:41 -0000 WLAN device is Hiro H50191 USB wireless adapter, chipset RTL8191SU. I just updated FreeBSD-current, both amd64 and i386, now both rsu and Xorg are highly unstable, at least on amd64. FreeBSD amelia4 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r266948: Sun Jun 1 19:12:44 UTC 2014 root@amelia4:/usr/obj/usr/src/sys/SANDY11NC amd64 root@amelia4:~ # ls -l /usr/src/sys/dev/usb/wlan total 1164 -rw-r--r-- 1 root wheel 65759 Jun 1 16:23 if_rsu.c -rw-r--r-- 1 root wheel 19964 Jun 1 16:23 if_rsureg.h (snip) This is a change for the worse. Now I can connect with Hiro H50191; bug in re Ethernet driver persists, so I can't connect that way. I also had several crashes in Xorg, so am typing this with vi in newcons. Tom