From owner-freebsd-wireless@FreeBSD.ORG Tue Dec 31 16:02:07 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA08B387 for ; Tue, 31 Dec 2013 16:02:06 +0000 (UTC) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB0ED1D10 for ; Tue, 31 Dec 2013 16:02:06 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id w5so11822796qac.14 for ; Tue, 31 Dec 2013 08:02:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=0rd0GARphqvSiAQ+onUaB72uM3oXdxDkro3vuzuNI5k=; b=OFDZWSOT2pj1vIfV1vNrw/ViDmf0VYzGkzy/SnJ51jImUGgORDPjxMsOgYhdHWOils 0YpvdIt7xPZbX90iGSDFkOeTf6nx6U55H7SMf6ysI8sqyhQjAOwIsjUgSKAmfx+7UgTp tucU/SYcKoDRWc3JsKfZvzD3ABOnI0nwq82NzjBsDRvKYvD3bPIfQWLb+W2dVIYLXR5l i5ncrHggn0QngZxEwpDVhWvHhheehPNtieTX59+vlDmlZ+AAmiTBIpqvmDSUwLRs/iQB JXGw7nWx8Z4GIARzYjzofFslPCaF3eEsCZasejI/pKfXpFJ0kwsfGbnlgNUCBju7SEfE uXcw== X-Received: by 10.224.111.199 with SMTP id t7mr4708759qap.64.1388505725907; Tue, 31 Dec 2013 08:02:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.152.42 with HTTP; Tue, 31 Dec 2013 08:01:25 -0800 (PST) From: =?UTF-8?B?5LmU5qWa?= Date: Wed, 1 Jan 2014 00:01:25 +0800 Message-ID: Subject: Looking driver for rtl8192ee() To: freebsd-wireless Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Tue, 31 Dec 2013 16:02:07 -0000 Today , I upgrade my work laptor from ThinkPad x201i to x240. Wireless card of x240 is: #??? bluetooth none2@pci0:2:0:0: class=0xff0000 card=0x221417aa chip=0x522710ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' #rtl8192ee none3@pci0:3:0:0: class=0x028000 card=0x001b10ec chip=0x818b10ec rev=0x00 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' class = network netrtwlane.inf: RTL8192e.DeviceDesc ="Realtek RTL8192EE Wireless LAN 802.11n PCI-E NIC" LNV8192e.DeviceDesc ="2x2 11b/g/n Wireless LAN M.2 Adapter" wikidevi: http://wikidevi.com/wiki/Realtek_RTL8192EE_Reference_Design Is here has driver for rtl8192ee? Thanks.