Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2017 21:12:11 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319580 - head/sys/dev/iwm
Message-ID:  <201706042112.v54LCBKG017887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



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