git: if_iwm: Make the wifi LED work with iwm(4).
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Fri Jan 1 13:57:17 PST 2016
commit 22380cdd4c1587261b62217362cc2b9736046237
Author: Imre Vadász <imre at vdsz.com>
Date: Fri Jan 1 22:41:23 2016 +0100
if_iwm: Make the wifi LED work with iwm(4).
- While the wifi device is scanning or trying to associate, the LED
should blink now.
- When associated to a wifi network, the LED will stop blinking and stay
enabled.
Taken-From: OpenBSD
Summary of changes:
sys/dev/netif/iwm/Makefile | 2 +-
sys/dev/netif/iwm/if_iwm.c | 13 ++-
.../netif/iwm/{if_iwm_binding.c => if_iwm_led.c} | 99 +++++++++-------------
sys/dev/netif/iwm/{if_iwm_power.h => if_iwm_led.h} | 19 ++---
sys/dev/netif/iwm/if_iwmvar.h | 1 +
5 files changed, 61 insertions(+), 73 deletions(-)
copy sys/dev/netif/iwm/{if_iwm_binding.c => if_iwm_led.c} (70%)
copy sys/dev/netif/iwm/{if_iwm_power.h => if_iwm_led.h} (90%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/22380cdd4c1587261b62217362cc2b9736046237
--
DragonFly BSD source repository
More information about the Commits
mailing list