From owner-freebsd-current@FreeBSD.ORG Thu Aug 21 03:52:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C231F16A4BF; Thu, 21 Aug 2003 03:52:06 -0700 (PDT) Received: from lapdance.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA59943FDD; Thu, 21 Aug 2003 03:52:03 -0700 (PDT) (envelope-from yazzy@yazzy.org) Received: from lapdance.solheim (localhost [127.0.0.1]) by lapdance.yazzy.org (Postfix) with SMTP id 3C0124507; Thu, 21 Aug 2003 12:51:56 +0200 (CEST) Date: Thu, 21 Aug 2003 12:51:55 +0200 From: Martin Jessa To: freebsd-small , FreeBSD-CURRENT Message-Id: <20030821125155.333f32fa.yazzy@yazzy.org> Organization: ezUnix.org X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Ath driver still buggy. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Aug 2003 10:52:07 -0000 Hi. Me and a couple of my friends work on small freebsd version for embedded systems. We all noticed that our wifi cards with atheros chip have problems with the ath driver. The system keeps on spitting out following messages before the link, that is already very slow dies: ath_rate_ctl: 54M -> 48M (0 ok, 3 err, 3 retr) ath_rate_ctl: 48M -> 36M (0 ok, 1 err, 1 retr) ath_rate_ctl: 36M -> 24M (0 ok, 1 err, 1 retr) ath_rate_ctl: 24M -> 36M (11 ok, 0 err, 0 retr) ath_rate_ctl: 36M -> 48M (23 ok, 0 err, 0 retr) ath_rate_ctl: 48M -> 36M (0 ok, 2 err, 2 retr) ath_rate_ctl: 36M -> 24M (3 ok, 7 err, 7 retr) ath_rate_ctl: 24M -> 18M (0 ok, 1 err, 1 retr) And ping requests end up with following message: ping: sendto: No buffer space available This was tested running 11a and 11g with PCMCIA and mini-PCI cards. hw.ath.hal.version: 0.9.5.2 ath0: mem 0x88010000-0x8801ffff irq 11 at device 0.0 on cardbus1 FreeBSD 5.1-CURRENT #0: Wed Aug 20 16:59:24 CEST 2003 Any solution for that Sam? I can remember you mentioned you have fix for that a couple of weeks ago and that you will submit it in a week time or so. Cheers, YazzY