freebsd-dev/sys/dev/iwn
Bernhard Schmidt 1b6b62c900 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
2010-12-06 18:28:39 +00:00
..
if_iwn.c Fixes for monitor mode: 2010-12-06 18:28:39 +00:00
if_iwnreg.h Add support for firmware images in "type-length-value" format. 2010-07-15 10:37:49 +00:00
if_iwnvar.h For 6000 series and newer devices the DC calibration results are no 2010-12-05 09:00:32 +00:00