From owner-freebsd-wireless@FreeBSD.ORG Fri Jan 3 18:36:26 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 B5458C30 for ; Fri, 3 Jan 2014 18:36:26 +0000 (UTC) Received: from nm6-vm1.access.bullet.mail.gq1.yahoo.com (nm6-vm1.access.bullet.mail.gq1.yahoo.com [216.39.63.4]) by mx1.freebsd.org (Postfix) with SMTP id DF4B516C7 for ; Fri, 3 Jan 2014 18:36:25 +0000 (UTC) Received: from [216.39.60.173] by nm6.access.bullet.mail.gq1.yahoo.com with NNFMP; 03 Jan 2014 18:33:07 -0000 Received: from [67.195.23.144] by tm9.access.bullet.mail.gq1.yahoo.com with NNFMP; 03 Jan 2014 18:33:07 -0000 Received: from [127.0.0.1] by smtp116.sbc.mail.gq1.yahoo.com with NNFMP; 03 Jan 2014 18:33:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1388773987; bh=YY/3DddFJPT/jdkujzLGwdr5uyFHyZSmqWHfUaTUzMs=; h=X-Yahoo-Newman-Id:Message-ID:Date:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:From:To:CC:References:Subject; b=cdvQ7TyED+X9fLaLHU+u9hmyq8LJox/i8Vg5VtnyYqCKutJQu8ZVjyfB7IfIxWhz7ZjsE1vsybxHkwVRHTuvfjC0bxOdxGtCvtrNJYIuuVBKVA4rit8THslInUa1qU23GsdJQwtF8PH3UphfcnGq5vJu6H3lB6DAuWv8u8IpXiA= X-Yahoo-Newman-Id: 802829.38194.bm@smtp116.sbc.mail.gq1.yahoo.com Message-ID: <802829.38194.bm@smtp116.sbc.mail.gq1.yahoo.com> Date: Fri, 3 Jan 2014 18:33:07 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: _FaD3cEVM1koxrDF641Cug.c9XVSycaGThuGXktDrvvDPlf qvh1BKh8jvQbyfqeVKCwi5hJ9TA9xqn3W3ODVcqLb58gL35DmBQRQCokC8sJ ixhXcH4Fw3wSHeioeR8.1Sedls6lFFu.GTUISq7k2DE5qODeqDvD6vUcr1ix RMA1KuKPzKKjQ_USD5kTSQzlfKi3bpVE7UVbnS2OKw.1vAT3v1mZZ7FReadG oRvV9eygEd3dv.j_Y9Y5DhdB8GBXuNqxwNQxuhWRgkYNxy3S5aQCs7lnwx_G YxAK6yHw9nQO3I584SL7Hia9nOeZxu.iojWdUbiLfjlqoSVi6n8FWWOLJOfX _84q6jHoVef5CFpD9yeJixIgb.trEk6DzF71Rf1nurMToFwBmJAvCeT43Y3v Ams6x45GKgz5z.s57lXQ_IQcXtFdvjwTH5nJ6BcBJ6dY1MCaV8mp2h8sVnKH NUYj_6sKWM4z9gMrj_ndY_zHmN6yDErhJTBTQW8jCjmGtY2L9hupIN.P8b33 Vsgh_iXyhCExBllNVnjrnqsHFMMovPVwMXQX_FdBeWInc7wxF1bjKHsFE9Rg Mvur8OJeayRP62vQmRlMZe47K X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- X-Rocket-Received: from localhost (mueller6724@96.28.178.143 with plain [67.195.15.66]) by smtp116.sbc.mail.gq1.yahoo.com with SMTP; 03 Jan 2014 18:33:07 +0000 UTC From: "Thomas Mueller" To: freebsd-wireless@freebsd.org References: <75.49.26969.21E03C25@cdptpa-oedge01> <186746.49770.bm@smtp115.sbc.mail.ne1.yahoo.com> Subject: Re: Looking driver for rtl8192ee() Cc: honestqiao@gmail.com X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 03 Jan 2014 18:36:26 -0000 > Sorry for my careless, now everything is text mode. > I can see rsu supports the following devices: > RTL8192CE > RTL8192CU > RTL8192SU > I have an other USB card : urtwn0: MAC/BB RTL8192CU, RF 6052 2T2R. > It could work well. > The product is EDUP EP-N1572, which is a micro usb wireless card. It > can support 11n/11g/11b, and speed is 300M/bps. > But it noly work at 11g. ifconfig : media: IEEE 802.11 Wireless > Ethernet OFDM/54Mbps mode 11g. > How to let it work in 11n? You must have copied the devices wrong, RTL8192CE and RTL8192CU don't fall under rsu. I notice, both for FreeBSD, NetBSD and OpenBSD, urtwn works for b and g but not 11n. Maybe better with Linux? I'd like to look into the source code for rsu, athn and re in FreeBSD and NetBSD and see if I can improve something. I have these devices to test on but don't have anything that would use urtwn. Checking source code for Linux would also figure to help, but this will take time; I can't do everything at once. Tom