[B/C/D][PATCH v2 0/1] Support Edge Gateway's WIFI LED
Wen-chien Jesse Sung
jesse.sung at canonical.com
Wed Oct 17 11:41:40 UTC 2018
BugLink: https://launchpad.net/bugs/1798330
== Impact ==
The WIFI LED of Marvell 88W8897 is not enabled by default
(there's no code for controlling LED in mwifiex). It is
requested to be ON and OFF when the radio is on and off
accordingly.
== Fix ==
The LEDs are connected to GPIO pins on the Marvell
WiFi/Bluetooth combo module, thus they can only be controlled
via firmware.
== Test Case ==
# ifconfig wlan0 [on|off]
and see if the LEDs work properly.
== Risk of Regression ==
PCI sub IDs of the host bridge are used to determine if we're
really running on an Edge Gateway, and we already have these
patches in Xenial kernels quite a while. Risk should be reasonably
low.
Wen-chien Jesse Sung (1):
UBUNTU: SAUCE: mwifiex: Switch WiFi LED state according to the device
status
drivers/net/wireless/marvell/mwifiex/fw.h | 18 ++++++++++++
drivers/net/wireless/marvell/mwifiex/main.c | 5 +++-
drivers/net/wireless/marvell/mwifiex/main.h | 6 ++++
drivers/net/wireless/marvell/mwifiex/pcie.c | 10 +++++++
.../net/wireless/marvell/mwifiex/sta_cmd.c | 29 +++++++++++++++++++
.../wireless/marvell/mwifiex/sta_cmdresp.c | 2 ++
.../net/wireless/marvell/mwifiex/sta_ioctl.c | 18 ++++++++++++
7 files changed, 87 insertions(+), 1 deletion(-)
--
2.17.1
More information about the kernel-team
mailing list