Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 05:50:54 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260001 - head/sys/dev/iwn
Message-ID:  <201312280550.rBS5osfp056206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Dec 28 05:50:53 2013
New Revision: 260001
URL: http://svnweb.freebsd.org/changeset/base/260001

Log:
  Fix the Intel 6150 support.
  
  This chip doesn't require the temperature sensor offset, either v1 or
  v2.  Doing so causes the initial calibration test to fail.
  
  Tested:
  
  * Intel Centrino 6150

Modified:
  head/sys/dev/iwn/if_iwn_chip_cfg.h

Modified: head/sys/dev/iwn/if_iwn_chip_cfg.h
==============================================================================
--- head/sys/dev/iwn/if_iwn_chip_cfg.h	Sat Dec 28 04:46:03 2013	(r260000)
+++ head/sys/dev/iwn/if_iwn_chip_cfg.h	Sat Dec 28 05:50:53 2013	(r260001)
@@ -307,8 +307,7 @@ static const struct iwn_base_params iwn_
 	.calib_need =
 	    (IWN_FLG_NEED_PHY_CALIB_LO
 	    | IWN_FLG_NEED_PHY_CALIB_TX_IQ
-	    | IWN_FLG_NEED_PHY_CALIB_BASE_BAND
-	    | IWN_FLG_NEED_PHY_CALIB_TEMP_OFFSET ),
+	    | IWN_FLG_NEED_PHY_CALIB_BASE_BAND ),
 	.support_hostap = false,
 	.no_multi_vaps = true,
 	.additional_gp_drv_bit = IWN_GP_DRIVER_NONE,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312280550.rBS5osfp056206>