Date: Mon, 6 Dec 2010 18:28:39 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/iwn if_iwn.c Message-ID: <201012061828.oB6ISv4G022263@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bschmidt 2010-12-06 18:28:39 UTC FreeBSD src repository Modified files: sys/dev/iwn if_iwn.c Log: SVN rev 216237 on 2010-12-06 18:28:39Z by bschmidt Fixes for monitor mode: - Do not call iwn_calib_reset() for monitor mode. We do not want to query information and do runtime calibration while in monitor mode. Poking the firmware with adjustments for calibration results in firmware asserts. This could happened on RUN -> RUN transition only. - Adjust blink rate for monitor mode. It's supposed to not freak out and turn off after a while. - While here, remove one useless assignment of calib.state, it gets overwritten later in the function. Submitted by: Brandon Gooch <jamesbrandongooch at gmail.com> MFC after: 1 week Revision Changes Path 1.50 +3 -4 src/sys/dev/iwn/if_iwn.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012061828.oB6ISv4G022263>