From owner-freebsd-bugs Sat Dec 15 15: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FCDD37B419 for ; Sat, 15 Dec 2001 15:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFN02R57303; Sat, 15 Dec 2001 15:00:02 -0800 (PST) (envelope-from gnats) Date: Sat, 15 Dec 2001 15:00:02 -0800 (PST) Message-Id: <200112152300.fBFN02R57303@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Douglas S. J. De Couto" Subject: Re: kern/32880: Update aironet driver to correct signal strengt units, and add ``quality'' information. Reply-To: "Douglas S. J. De Couto" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/32880; it has been noted by GNATS. From: "Douglas S. J. De Couto" To: freebsd-gnats-submit@FreeBSD.org, decouto@amsterdam.lcs.mit.edu Cc: Subject: Re: kern/32880: Update aironet driver to correct signal strengt units, and add ``quality'' information. Date: Sat, 15 Dec 2001 17:56:14 -0500 aargh, there was a formatting error in the ancontrol.c patch, the patch i submitted had: + printf("%3u %3u -%3u\n", i, + (unsigned int) entry->an_rss_pct, + (unsigned int) entry->an_rss_dbm); it should be: + printf("%3u %3u %4u\n", i, + (unsigned int) entry->an_rss_pct, + - (int) entry->an_rss_dbm); d -- Douglas S. J. De Couto decouto@lcs.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message