aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/008-led_default.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-07 14:27:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-07 14:27:54 +0000
commit726123e2e142abba72e7dc4da89be79200b506d9 (patch)
treedf87e3e44548906195f7e61c76c9fd769dc0845c /package/mac80211/patches/008-led_default.patch
parentb61a804bf76401468dc014ad730dcba3a1d0f26f (diff)
downloadupstream-726123e2e142abba72e7dc4da89be79200b506d9.tar.gz
upstream-726123e2e142abba72e7dc4da89be79200b506d9.tar.bz2
upstream-726123e2e142abba72e7dc4da89be79200b506d9.zip
mac80211: update to wireless-testing 2010-10-06
SVN-Revision: 23294
Diffstat (limited to 'package/mac80211/patches/008-led_default.patch')
-rw-r--r--package/mac80211/patches/008-led_default.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mac80211/patches/008-led_default.patch b/package/mac80211/patches/008-led_default.patch
index 79868f7a72..5a2105bbda 100644
--- a/package/mac80211/patches/008-led_default.patch
+++ b/package/mac80211/patches/008-led_default.patch
@@ -81,7 +81,7 @@
void ath_deinit_leds(struct ath_softc *sc)
--- a/drivers/net/wireless/ath/ath9k/htc_drv_main.c
+++ b/drivers/net/wireless/ath/ath9k/htc_drv_main.c
-@@ -871,6 +871,7 @@ static void ath9k_led_brightness_work(st
+@@ -860,6 +860,7 @@ static void ath9k_led_brightness_work(st
}
}
@@ -89,7 +89,7 @@
static void ath9k_led_brightness(struct led_classdev *led_cdev,
enum led_brightness brightness)
{
-@@ -882,6 +883,7 @@ static void ath9k_led_brightness(struct
+@@ -871,6 +872,7 @@ static void ath9k_led_brightness(struct
ieee80211_queue_delayed_work(priv->hw,
&led->brightness_work, 0);
}
@@ -97,7 +97,7 @@
static void ath9k_led_stop_brightness(struct ath9k_htc_priv *priv)
{
-@@ -894,6 +896,7 @@ static void ath9k_led_stop_brightness(st
+@@ -883,6 +885,7 @@ static void ath9k_led_stop_brightness(st
static int ath9k_register_led(struct ath9k_htc_priv *priv, struct ath_led *led,
char *trigger)
{
@@ -105,7 +105,7 @@
int ret;
led->priv = priv;
-@@ -911,14 +914,19 @@ static int ath9k_register_led(struct ath
+@@ -900,14 +903,19 @@ static int ath9k_register_led(struct ath
INIT_DELAYED_WORK(&led->brightness_work, ath9k_led_brightness_work);
return ret;