From owner-freebsd-stable@FreeBSD.ORG Thu Jan 6 09:17:08 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AE3F106564A for ; Thu, 6 Jan 2011 09:17:08 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C65AB8FC12 for ; Thu, 6 Jan 2011 09:17:07 +0000 (UTC) Received: by fxm16 with SMTP id 16so15731749fxm.13 for ; Thu, 06 Jan 2011 01:17:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=HdeyHizbPkuJ9ZKuv3gPUBreYVHtPP7t9a3T0mBJuUw=; b=DEVbAYLiOD6cCNEAKxqTxIPQj8QMQVCqOhul5TVWpelgHxaaQnNHxmgHNdSja8V0yK d9UHUBlDRVNLCIxqOy6GBDn7pQWzxKhZww4rxO+WGqO5VbOhtck8ODIcJGrkoFQz92I2 e3/zFH5i/SQ1N7q08QDdc+OU+c7qiCMlayN3A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=IErTwWN/LckcXwbq+5GWS8bXRio+DuqjJ7WPowiearvSYeHpXvR84aEvrmydLZC9uj 7arFZ9l0CSRKjLWMprvNCSMMwbkLiWCfhpuosLdSi6QJTOxVRgRF3wa9QNU3a5wqkaF5 c+t6fEZ1MH28E/W+g2JG+vFuF1cgBO/7mEwig= Received: by 10.223.78.132 with SMTP id l4mr82782fak.19.1294304595048; Thu, 06 Jan 2011 01:03:15 -0800 (PST) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.223.147.144 with HTTP; Thu, 6 Jan 2011 01:02:54 -0800 (PST) From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Thu, 6 Jan 2011 10:02:54 +0100 X-Google-Sender-Auth: QaffjBGiyMTxNBU6ypvmFLw7J4c Message-ID: To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Regression with iwn drivers (4965BGN) in 8.2-PRERELEASE ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 09:17:08 -0000 Hi all, Since I've upgraded from 8.1 to 8.2RC, my wireless negotiated speed is very very slow (more exactly it start at normal speed, but decrease each second still stopping a 1Mbps and became unusuable). I'm using iwn drivers: iwn0: mem 0xf6cfe000-0xf6cfffff irq 17 at device 0.0 on pci12 iwn0: MIMO 2T3R, MoW2, address 00:1d:e0:72:10:01 iwn0: [ITHREAD] iwn0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps iwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps iwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps [root@d630]~#uname -a FreeBSD d630.bsdrp.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1: Sun Jan 2 01:32:14 CET 2011 root@d630.bsdrp.net:/usr/obj/usr/src/sys/GENERIC amd64 Does anybody else meet the same problem ? Thanks, Olivier