From owner-freebsd-current@FreeBSD.ORG Thu May 8 20:16:26 2008 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 BB08E106567B for ; Thu, 8 May 2008 20:16:26 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 829328FC16 for ; Thu, 8 May 2008 20:16:26 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id F27EE2BD81; Fri, 9 May 2008 08:16:24 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jOk1-NFyPzxR; Fri, 9 May 2008 08:16:21 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 9 May 2008 08:16:21 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 072DB11473; Fri, 9 May 2008 08:16:21 +1200 (NZST) Date: Fri, 9 May 2008 08:16:20 +1200 From: Andrew Thompson To: Ted Lindgreen Message-ID: <20080508201620.GB9446@citylink.fud.org.nz> References: <200805081409.m48E91tS033752@omval.tednet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805081409.m48E91tS033752@omval.tednet.nl> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-current@freebsd.org Subject: Re: Problem ndis and 11b since May 1 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: Thu, 08 May 2008 20:16:26 -0000 On Thu, May 08, 2008 at 04:09:01PM +0200, Ted Lindgreen wrote: > Hi, > > Since May 1 my Broadcom BCM43 wlan interface, using the ndis-driver, > does not associate with my (old) Apple Airport anymore. > > Working out the various changes, I found that a change in if_ndis.c > from version 1.135 to 1.136 caused the problem. In other words: > a kernel, generated from an uptodate source as of May 7 does not > associate, by only reverting if_ndis.c to version 1.135 produces > a kernel that works fine as ever before. Thanks for reporting this, i'll send you a patch shortly. Andrew