From 8e1a827487cd53e675cdd7714b60f83122ef21a8 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 4 Apr 2011 08:42:58 +0000 Subject: mac80211: add WLAN LED support for Ralink RT305x SoC Devices This patch adds WLAN LED support to the mac80211 driver for Ralink rt2x00/rt2800 (rt305x) SoC devices. The current driver in kmod-rt2800-lib is based upon PCI, not SoC. The 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 fixes the WLAN LED for RT305x devices (such as the HW550-3G). Signed-off-by: Layne Edwards SVN-Revision: 26463 --- package/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/mac80211') diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 4c6e60a02a..b2f8a12fb0 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2011-03-24 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_MD5SUM:=f5713fb3ab59bdd3d0ce931b813ef960 -- cgit v1.2.3