From owner-freebsd-net@FreeBSD.ORG Tue Feb 17 22:14:08 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB76C106568B for ; Tue, 17 Feb 2009 22:14:08 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF598FC15 for ; Tue, 17 Feb 2009 22:14:08 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by nf-out-0910.google.com with SMTP id e27so274346nfd.33 for ; Tue, 17 Feb 2009 14:14:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=mg4vuwqquVgmwh+uIHl48MHOpqBh98ZChNY+kh9HE1o=; b=aRKWsEgDsUAHt7uvYfIanwqw5OSjs/YXrEcMjhOp9bOB/G1beaDw9qV/OnvquJB6sD 1lSQC2cxLT457AnTzzwvsJrwG9q+subDJCVYjRboKa/MqsjthvcAe/rv1vcEU23LKTC4 zPnWIcOo80kuL3qdbAcOxIOc4QuZ4kqSfgVdc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bNEhIB4tNxkofrT+TWQ2/oegHgyylP+EJ36Me82buH9UhL3Ws/Wedcfh7KGqHhkC5s EbHiynFIgK2nQWj8Ui8Of295XTZeB1bX/PIQgLNW4QbQm4ue6aVvjydk5LTCQaY+3znO OIFaq7ba99yQeyUxvuK5nP4zQ2o0uoITlkXmo= MIME-Version: 1.0 Received: by 10.210.29.17 with SMTP id c17mr1531490ebc.177.1234908847554; Tue, 17 Feb 2009 14:14:07 -0800 (PST) In-Reply-To: <20090217133404.22275b25@memory.visualtech.com> References: <200902171720.n1HHKkIf071491@freefall.freebsd.org> <3a142e750902171022t74ac8b9am3b8b3bc283a6e46d@mail.gmail.com> <20090217133404.22275b25@memory.visualtech.com> Date: Tue, 17 Feb 2009 23:14:07 +0100 Message-ID: <3a142e750902171414p438d184bl54a1569e27490634@mail.gmail.com> From: "Paul B. Mahol" To: Adam K Kirchhoff Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: kern/131781: [ndis] ndis keeps dropping the link X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 22:14:09 -0000 On 2/17/09, Adam K Kirchhoff wrote: > On Tue, 17 Feb 2009 19:22:22 +0100 > "Paul B. Mahol" wrote: > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=131781 >> >> This one should not happen, 108 rate should get recognized. >> I will try to reproduce it on CURRENT. >> >> To OP, could you try 7 STABLE after 31 Jan? I guess it should not >> change anything but you never know. > > Sorry, I must have copied and pasted the uname output from the wrong > machine. This is actually FreeBSD 7.1-STABLE #4: Mon Feb 16 16:37:18 > EST 2009 :-) miniport dump NDIS_STATUS_UNSUPPORTED_MEDIA for error in ndis_setstate() for setting OID_802_11_CONFIGURATION. > Could the fact that the rate is 108 also be causing problems for the > native iwi driver? Unlikely, bug is in ndisulator initialization code. -- Paul