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,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to