History log of /dflybsd-src/sys/dev/netif/iwm/if_iwm_led.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 6acbba79 31-Dec-2019 Matthew Dillon <dillon@apollo.backplane.com>

iwm - Full sync from FreeBSD

* Full sync from freebsd, plus add iwm-9000 and iwm-9260 support.

* Patch up some ABI changes to ieee80211_*() which we don't have
yet.


# ba3b4ff9 06-Jun-2018 Imre Vadász <imre@vdsz.com>

iwm - Fix race during detach, where a callout is left after driver is gone.


# 92cc3b9f 04-Sep-2016 Imre Vadász <imre@vdsz.com>

if_iwm - Remove some unneeded #include-s from all .c files.


# 309538b1 04-Jun-2016 Imre Vadász <imre@vdsz.com>

if_iwm - Make some functions static in if_iwm_led.c, no functional change.

* While there clean up two more cases of
if (ret)
return ret;
return 0;


# e08851e4 03-Jan-2016 Imre Vadász <imre@vdsz.com>

if_iwm: Always stop LED blinking when scanning is finished

When state is still IEEE80211_S_RUN after scanning is done, enable the LED.
This matches the behaviour of if_iwn(4).


# 22380cdd 01-Jan-2016 Imre Vadász <imre@vdsz.com>

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 an

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

show more ...