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

Adrian Chadd adrian at FreeBSD.org
Sun Jun 4 21:12:13 UTC 2017


Author: adrian
Date: Sun Jun  4 21:12:11 2017
New Revision: 319580
URL: https://svnweb.freebsd.org/changeset/base/319580

Log:
  [iwm] Set correct state in smart-fifo configuration.
  
  Obtained from:	dragonflybsd.git 666737f64b4f6dd42ffd9f0ace9fc46ccc1ebaab

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

Modified: head/sys/dev/iwm/if_iwm_sf.c
==============================================================================
--- head/sys/dev/iwm/if_iwm_sf.c	Sun Jun  4 21:11:28 2017	(r319579)
+++ head/sys/dev/iwm/if_iwm_sf.c	Sun Jun  4 21:12:11 2017	(r319580)
@@ -248,7 +248,7 @@ iwm_mvm_sf_config(struct iwm_softc *sc, struct ieee802
 	enum iwm_sf_state new_state)
 {
 	struct iwm_sf_cfg_cmd sf_cmd = {
-		.state = htole32(IWM_SF_FULL_ON),
+		.state = htole32(new_state),
 	};
 	int ret = 0;
 


More information about the svn-src-head mailing list