From owner-freebsd-current@FreeBSD.ORG Mon Apr 6 17:28:53 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18E5F1065761 for ; Mon, 6 Apr 2009 17:28:53 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id CBDC28FC0C for ; Mon, 6 Apr 2009 17:28:52 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n36HSq9b036546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Apr 2009 10:28:52 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49DA3BD4.4040900@freebsd.org> Date: Mon, 06 Apr 2009 10:28:52 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Keith White References: <20090406092653.W48458@admin16.site.uottawa.ca> In-Reply-To: <20090406092653.W48458@admin16.site.uottawa.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-x.dcc-servers-Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: Unable to associate using NDIS driver to WPA/WPA2 APs post 2009/03/26 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Apr 2009 17:28:53 -0000 Keith White wrote: > The platform is an msi wind U100 using an NDIS driver for the onboard > rt2860. > > This has worked well, both at home with WPA2-PSK and at work with > WPA2-EAP, until recently [post 2009/03/26?]. It stopped working > with the recent changes to if_ndis and net80211. > > My current workaround is to use older versions of wlan.ko and > if_ndis.ko, but that's not going to continue forever... > r190579 broke ndis. Sam