From owner-freebsd-wireless@FreeBSD.ORG Fri Feb 17 08:42:51 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D9AA106566C for ; Fri, 17 Feb 2012 08:42:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 209028FC17 for ; Fri, 17 Feb 2012 08:42:50 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so2157200wib.13 for ; Fri, 17 Feb 2012 00:42:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=nUugMZTmgIGGfmXAcxugGd35iER8lByWxCYjvkGpqcU=; b=qw8lPLUBD4Sa8dImcR4jwxHXw8jtr8/HrCbYyFY/296eg1sqD9SZZ6M4XzMdbFmhyX oiscWQ0SRAPVaRjc3uyy6zuRPS7KP/kAX5i5Y30meo1Dnjp2WeAl64LOQBQY0Eh7OUcf AOpr9x830Z7P4cdXJw1cxEaJSsh8QqzKxidt0= MIME-Version: 1.0 Received: by 10.180.95.105 with SMTP id dj9mr2002938wib.18.1329468169997; Fri, 17 Feb 2012 00:42:49 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.154.199 with HTTP; Fri, 17 Feb 2012 00:42:49 -0800 (PST) Date: Fri, 17 Feb 2012 00:42:49 -0800 X-Google-Sender-Auth: JEz1vyo9WfiVkC8Cb1oWWG68rX4 Message-ID: From: Adrian Chadd To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: athstats in -HEAD now works again X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 08:42:51 -0000 Hi, I've unbroken athstats in -HEAD. It turns out statfoo was coded up assuming <= 127 statistics would be available and I had added a few too many stats to it. Things work fine now! So back to debugging y'all can go. From Adrian