From owner-freebsd-current@FreeBSD.ORG Fri Oct 31 00:19:49 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 6F7AD1065686; Fri, 31 Oct 2008 00:19:49 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 088FB8FC2C; Fri, 31 Oct 2008 00:19:48 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so390687yxb.13 for ; Thu, 30 Oct 2008 17:19:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=kILRyYRHoM0ugHHhPwzzLw5sgEIVgCb2mbEGqKB/efM=; b=bYkBYDZAPd6YVexrN330I9yc5mQA8XkqWFA+23IGYFeG4bH7nFS0NKws3+vc7WWNA2 u+yzw5BSAFNKSPjb28J3VdQh8o+dRkXTfdLB5ioULEJ93rb75sF9KSK4xCUBVbDuS22R Mbz2vFXy1vkJaiqcoK+3txKvSLdJrNd4AHzhg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=G2cmwVD5ogI6qqDwf6Wt7ep76WnEpYoHqYYQ3liqcIS9ImCvBYNq/1caDxOENJv27R Npln7tE8bUtNDXC6pPd+bAPQtW3fCCAEnU10ZV7CJqwSyQ7S+2Ihr9n+a0s9PjEd2/3j 2RjQmNLVQFXoEmw8TZH+m7hsG5ywKdZ7wZz2Y= Received: by 10.231.19.3 with SMTP id y3mr1239214iba.53.1225412387739; Thu, 30 Oct 2008 17:19:47 -0700 (PDT) Received: by 10.231.11.72 with HTTP; Thu, 30 Oct 2008 17:19:47 -0700 (PDT) Message-ID: <3a142e750810301719h369fb89cmb9003e0e9e923532@mail.gmail.com> Date: Fri, 31 Oct 2008 01:19:47 +0100 From: "Paul B. Mahol" To: "Sam Leffler" In-Reply-To: <4909DCD1.1060806@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <33615c8e0810290427g2dc73cd9p9bae3eaa15153d5e@mail.gmail.com> <3a142e750810290514k525d155ep5721b0480a82d63e@mail.gmail.com> <49087912.90404@freebsd.org> <3a142e750810290930l11da5981v7d0f09a4a42e940f@mail.gmail.com> <3a142e750810291403u65724d5eo7fccec254d07c984@mail.gmail.com> <3a142e750810300732x774dc3d5lb4ebe6bc1eb85689@mail.gmail.com> <4909DCD1.1060806@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: iwn no-link with latest kernel 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: Fri, 31 Oct 2008 00:19:49 -0000 On 10/30/08, Sam Leffler wrote: > Paul B. Mahol wrote: >> On 10/29/08, Paul B. Mahol wrote: >> >>> On 10/29/08, Paul B. Mahol wrote: >>> >>>> On 10/29/08, Sam Leffler wrote: >>>> >>>>> Maybe you can file a PR or at least provide some details? >>>>> >>>> First I need to test my rum(4) cards, maybe it is only ndis problem. >>>> >>> rum driver still works. >>> >> >> reverting 184271 (and only 184271), fixed ndis problem. >> >> > > Then ndis is busted. This means it didn't setup an association id. I noticed several times that ndis always do something like this without real reason: associate->disassociate and than associate again. (in very short interval) dunno if this have anything to do with association id. It will take me some time to explore this ndis bug.