mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 13:34:00 +01:00
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:
parent
ec17932242
commit
13b535ff9c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260001
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user