summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-05-10 05:56:10 +0000
committeradrian <adrian@FreeBSD.org>2014-05-10 05:56:10 +0000
commitdd4e54a1ddf657f080a88c674e12459f404dea61 (patch)
tree65e99da51efc320c9b00602fa8ae4a06f9b7e6d2 /sys/dev/iwn
parent03b17c9283b1cc70342f8880661addd23d7773c5 (diff)
downloadFreeBSD-src-dd4e54a1ddf657f080a88c674e12459f404dea61.zip
FreeBSD-src-dd4e54a1ddf657f080a88c674e12459f404dea61.tar.gz
Fix the required calibration flags for the Centrino 1000 NIC.
Diffstat (limited to 'sys/dev/iwn')
-rw-r--r--sys/dev/iwn/if_iwn_chip_cfg.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/iwn/if_iwn_chip_cfg.h b/sys/dev/iwn/if_iwn_chip_cfg.h
index 8d518bb..67eba89 100644
--- a/sys/dev/iwn/if_iwn_chip_cfg.h
+++ b/sys/dev/iwn/if_iwn_chip_cfg.h
@@ -219,14 +219,16 @@ static const struct iwn_base_params iwn1000_base_params = {
.regulatory_bands = iwn5000_regulatory_bands,
.enhanced_TX_power = false,
.calib_need =
- ( IWN_FLG_NEED_PHY_CALIB_DC
- | IWN_FLG_NEED_PHY_CALIB_LO
+ ( IWN_FLG_NEED_PHY_CALIB_LO
+ | IWN_FLG_NEED_PHY_CALIB_TX_IQ_PERIODIC
| IWN_FLG_NEED_PHY_CALIB_TX_IQ
- | IWN_FLG_NEED_PHY_CALIB_BASE_BAND ),
+ | IWN_FLG_NEED_PHY_CALIB_BASE_BAND
+ ),
.support_hostap = false,
.no_multi_vaps = true,
.additional_gp_drv_bit = IWN_GP_DRIVER_NONE,
- .bt_mode = IWN_BT_NONE,
+ /* XXX 1000 - no BT */
+ .bt_mode = IWN_BT_SIMPLE,
.plcp_err_threshold = IWN_PLCP_ERR_EXT_LONG_THRESHOLD,
};
static const struct iwn_base_params iwn_6000_base_params = {
OpenPOWER on IntegriCloud