rt2x00: Enable WLAN LED on Ralink SoC (rt305x) devices
authorLayne Edwards <ledwards@astrumtech.net>
Mon, 18 Apr 2011 13:26:00 +0000 (15:26 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 19 Apr 2011 19:38:55 +0000 (15:38 -0400)
commit44704e5d7d56625ff93d5a119ca846ae4de9061c
tree77ff48105e296b66632b0f265d395e1619344777
parent93ae2dd2230393566738a5f211ffbaa33b056d56
rt2x00: Enable WLAN LED on Ralink SoC (rt305x) devices

This patch adds WLAN LED support to the mac80211 rt2x00 driver for
Ralink SoC (rt305x) devices.  The current WLAN LED drivers in
rt2800lib.c set the LED brightness via an MCU request, but do nothing
for SoC.  This patch checks for SoC and sets the register to enable the
WLAN LED (instead of an MCU request).  This enables the WLAN LED for
RT305x devices.

Signed-off-by: Layne Edwards <ledwards@astrumtech.net>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800lib.c