summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/008-led_default.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-11 22:39:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-11 22:39:12 +0000
commitd9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1 (patch)
tree1e4f7494db9a85f1e16deb627fc4d39c86ad35b4 /package/mac80211/patches/008-led_default.patch
parent51fa01f42c5424c24af3d3bb6a965a4dc9b3aacd (diff)
downloadmtk-20170518-d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1.zip
mtk-20170518-d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1.tar.gz
mtk-20170518-d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1.tar.bz2
mac80211: update to wireless-testing 2010-11-10 + some pending work
SVN-Revision: 23968
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 5a2105b..be4f8e8 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
-@@ -860,6 +860,7 @@ static void ath9k_led_brightness_work(st
+@@ -822,6 +822,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)
{
-@@ -871,6 +872,7 @@ static void ath9k_led_brightness(struct
+@@ -833,6 +834,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)
{
-@@ -883,6 +885,7 @@ static void ath9k_led_stop_brightness(st
+@@ -845,6 +847,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;
-@@ -900,14 +903,19 @@ static int ath9k_register_led(struct ath
+@@ -862,14 +865,19 @@ static int ath9k_register_led(struct ath
INIT_DELAYED_WORK(&led->brightness_work, ath9k_led_brightness_work);
return ret;