Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2010 17:56:31 +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:  <201012131756.oBDHuobN027311@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bschmidt    2010-12-13 17:56:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/iwn          if_iwn.c 
  Log:
  SVN rev 216412 on 2010-12-13 17:56:31Z by bschmidt
  
  MFC r216237:
  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.
  
  Approved by:    re (kib)
  
  Revision   Changes    Path
  1.18.2.19  +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?201012131756.oBDHuobN027311>