svn commit: r314081 - head/sys/dev/iwm

Adrian Chadd adrian at FreeBSD.org
Wed Feb 22 04:53:34 UTC 2017


Author: adrian
Date: Wed Feb 22 04:53:33 2017
New Revision: 314081
URL: https://svnweb.freebsd.org/changeset/base/314081

Log:
  [iwm] Switch 7265D and 3165 devices to 7265D firmware.
  
  Obtained from:	dragonflybsd.git 0cb0a810cb4e04b30937cb4260e779f717a86492

Modified:
  head/sys/dev/iwm/if_iwm_7000.c

Modified: head/sys/dev/iwm/if_iwm_7000.c
==============================================================================
--- head/sys/dev/iwm/if_iwm_7000.c	Wed Feb 22 04:51:37 2017	(r314080)
+++ head/sys/dev/iwm/if_iwm_7000.c	Wed Feb 22 04:53:33 2017	(r314081)
@@ -105,8 +105,7 @@ const struct iwm_cfg iwm3160_cfg = {
 
 const struct iwm_cfg iwm3165_cfg = {
 	.name = "Intel(R) Dual Band Wireless AC 3165",
-	/* XXX IWM7265D_FW doesn't seem to work properly yet */
-	.fw_name = IWM7265_FW,
+	.fw_name = IWM7265D_FW,
 	IWM_DEVICE_7000_COMMON,
 	.host_interrupt_operation_mode = 0,
 };
@@ -120,8 +119,7 @@ const struct iwm_cfg iwm7265_cfg = {
 
 const struct iwm_cfg iwm7265d_cfg = {
 	.name = "Intel(R) Dual Band Wireless AC 7265",
-	/* XXX IWM7265D_FW doesn't seem to work properly yet */
-	.fw_name = IWM7265_FW,
+	.fw_name = IWM7265D_FW,
 	IWM_DEVICE_7000_COMMON,
 	.host_interrupt_operation_mode = 0,
 };


More information about the svn-src-head mailing list