Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2013 04:29:02 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258208 - head/sys/dev/iwn
Message-ID:  <201311160429.rAG4T2FD033442@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Nov 16 04:29:02 2013
New Revision: 258208
URL: http://svnweb.freebsd.org/changeset/base/258208

Log:
  Centrino Wireless-N 2200 does not have bluetooth support.

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 Nov 16 01:29:27 2013	(r258207)
+++ head/sys/dev/iwn/if_iwn_chip_cfg.h	Sat Nov 16 04:29:02 2013	(r258208)
@@ -170,7 +170,7 @@ static const struct iwn_base_params iwn2
 	.support_hostap = true,
 	.no_multi_vaps = false,
 	.additional_gp_drv_bit = IWN_GP_DRIVER_REG_BIT_RADIO_IQ_INVERT,
-	.bt_mode = IWN_BT_ADVANCED,
+	.bt_mode = IWN_BT_NONE,
 };
 
 static const struct iwn_base_params iwn2030_base_params = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311160429.rAG4T2FD033442>