git: if_iwm - Make powersaving more similar to Linux iwlwifi behaviour.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Thu Oct 27 13:50:09 PDT 2016


commit dc2e69bdfe8c9d7049c8a28da0adffbfbc6de5c0
Author: Imre Vadász <imre at vdsz.com>
Date:   Thu Oct 27 21:58:48 2016 +0200

    if_iwm - Make powersaving more similar to Linux iwlwifi behaviour.
    
    * Add a per-vap ps_disabled flag, and use it for a workaround which fixes
      an association issue when powersaving is enabled.
    
    * Compute flag that should correpsond to the mvmif->bss_conf.ps flag in
      Linux's iwlwifi (e.g. this disallows powersaving when not associated
      yet).
    
    Inspired-By: Linux iwlwifi

Summary of changes:
 sys/dev/netif/iwm/if_iwm.c       | 11 ++++++++++-
 sys/dev/netif/iwm/if_iwm_power.c | 27 +++++++++++++++++++++++----
 sys/dev/netif/iwm/if_iwmvar.h    |  3 +++
 3 files changed, 36 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dc2e69bdfe8c9d7049c8a28da0adffbfbc6de5c0


-- 
DragonFly BSD source repository



More information about the Commits mailing list