From owner-freebsd-net@FreeBSD.ORG Tue Jan 18 20:40:07 2011 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C31D6106566C for ; Tue, 18 Jan 2011 20:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B20768FC08 for ; Tue, 18 Jan 2011 20:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0IKe7Sa042571 for ; Tue, 18 Jan 2011 20:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0IKe73b042570; Tue, 18 Jan 2011 20:40:07 GMT (envelope-from gnats) Date: Tue, 18 Jan 2011 20:40:07 GMT Message-Id: <201101182040.p0IKe73b042570@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: kern/153454: [patch] [wlan] [urtw] Support ad-hoc and hostap modes in if_urtw(4) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2011 20:40:07 -0000 The following reply was made to PR kern/153454; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@FreeBSD.ORG Cc: weongyo.jeong@gmail.com Subject: Re: kern/153454: [patch] [wlan] [urtw] Support ad-hoc and hostap modes in if_urtw(4) Date: Wed, 19 Jan 2011 02:21:43 +0600 On 19.01.2011 01:16, Weongyo Jeong wrote: > On Mon, Dec 27, 2010 at 12:18:55AM +0600, Eugene Grosbein wrote: >>> Description: >> >> Currently, if_urtw(4) driver for Realtek wireless NICs >> supports only station and monitor modes. >> >> I have a notebook with embedded USB wireless NIC supported with >> this driver and was able to successfully setup it in ad-hoc mode >> and in hostap mode (with and without hostapd) and connect >> my Nokia E72 smartphone to the Internet over wifi using this notebook >> after applying the following patch to the driver. >> >> usbconfig shows me: >> >> ugen7.2: at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON > IMHO it's not easy to apply your patch to CURRENT directly without > additional patches. When I wrote urtw(4) it based on realtek's linux > driver and at that moment it didn't support adhoc and hostap modes. Not > sure it's working on other chipsets though I don't know what you're > using. I've found its name by vendor/product id: Realtek RTL8187B. Eugene Grosbein