svn commit: r330190 - stable/11/sys/dev/iwm

Eitan Adler eadler at FreeBSD.org
Thu Mar 1 06:19:54 UTC 2018


Author: eadler
Date: Thu Mar  1 06:19:53 2018
New Revision: 330190
URL: https://svnweb.freebsd.org/changeset/base/330190

Log:
  MFC r314081:
  
  [iwm] Switch 7265D and 3165 devices to 7265D firmware.

Modified:
  stable/11/sys/dev/iwm/if_iwm_7000.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/iwm/if_iwm_7000.c
==============================================================================
--- stable/11/sys/dev/iwm/if_iwm_7000.c	Thu Mar  1 06:19:12 2018	(r330189)
+++ stable/11/sys/dev/iwm/if_iwm_7000.c	Thu Mar  1 06:19:53 2018	(r330190)
@@ -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-all mailing list