aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2013-12-28 05:50:53 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2013-12-28 05:50:53 +0000
commit13b535ff9c74506b9dcf62bd6fba7e8b8e4af3a6 (patch)
tree01d282c79026f80096ffa0b640275401647b5c10
parentec17932242253af3c05eebfb04394248564a670d (diff)
Notes
-rw-r--r--sys/dev/iwn/if_iwn_chip_cfg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/iwn/if_iwn_chip_cfg.h b/sys/dev/iwn/if_iwn_chip_cfg.h
index f9307a67bebd5..8d518bb2c09eb 100644
--- a/sys/dev/iwn/if_iwn_chip_cfg.h
+++ b/sys/dev/iwn/if_iwn_chip_cfg.h
@@ -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,