commit 62a4e7957a736b4de38938b02fa7eb9b45bc5d0d
Author: Imre Vadász <[email protected]>
Date: Tue Oct 25 23:04:45 2016 +0200
if_iwm - Switch arguments from iwm_node* to iwm_vap* in if_iwm_power.c.
* Power management handling is per-vap, not per-node, so we should pass
the iwm_vap in these arguments.
Summary of changes:
sys/dev/netif/iwm/if_iwm.c | 2 +-
sys/dev/netif/iwm/if_iwm_power.c | 29 ++++++++++++++---------------
sys/dev/netif/iwm/if_iwm_power.h | 2 +-
3 files changed, 16 insertions(+), 17 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/62a4e7957a736b4de38938b02fa7eb9b45bc5d0d
--
DragonFly BSD source repository