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
This commit is contained in:
Adrian Chadd 2013-12-28 05:50:53 +00:00
parent ec17932242
commit 13b535ff9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260001

View File

@ -307,8 +307,7 @@ static const struct iwn_base_params iwn_6050_base_params = {
.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,