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;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to