summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/402-ath9k_blink_default.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-27 22:11:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-27 22:11:13 +0000
commitb365f2b79a681a3afc3b487fd5fa659f83725bd7 (patch)
tree21ccb0c461bd8622a29d9ff3cb2b06dd2fabaf1d /package/mac80211/patches/402-ath9k_blink_default.patch
parent53f5427aef25954c69cd8ef96425a47ded1c1fb2 (diff)
mac80211: add pending patches for throughput based led blinking and replace the broken ath9k blinking code with it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24159 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/402-ath9k_blink_default.patch')
-rw-r--r--package/mac80211/patches/402-ath9k_blink_default.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/402-ath9k_blink_default.patch b/package/mac80211/patches/402-ath9k_blink_default.patch
new file mode 100644
index 000000000..8269e61c6
--- /dev/null
+++ b/package/mac80211/patches/402-ath9k_blink_default.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/ath/ath9k/init.c
++++ b/drivers/net/wireless/ath/ath9k/init.c
+@@ -34,7 +34,7 @@ int modparam_nohwcrypt;
+ module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444);
+ MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption");
+
+-int led_blink;
++int led_blink = 1;
+ module_param_named(blink, led_blink, int, 0444);
+ MODULE_PARM_DESC(blink, "Enable LED blink on activity");
+