Date: Sun, 15 May 2011 07:59:33 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416_cal.c Message-ID: <201105150759.p4F7xnlD002485@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2011-05-15 07:59:33 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar5416 ar5416_cal.c Log: SVN rev 221944 on 2011-05-15 07:59:33Z by adrian Fix NF calibration breakage introduced by me in a past commit. Since the returned NF will be -ve, checking for <= 0 is not good enough. For now, check whether it equals 0 or -1; a future commit will tidy this mess up and have it return HAL_BOOL instead. Revision Changes Path 1.32 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105150759.p4F7xnlD002485>