Date: Sat, 15 Dec 2001 15:00:02 -0800 (PST) From: "Douglas S. J. De Couto" <decouto@lcs.mit.edu> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/32880: Update aironet driver to correct signal strengt units, and add ``quality'' information. Message-ID: <200112152300.fBFN02R57303@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/32880; it has been noted by GNATS. From: "Douglas S. J. De Couto" <decouto@lcs.mit.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112152300.fBFN02R57303>