diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-27 22:11:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-27 22:11:13 +0000 |
commit | dc90b681225c7830c9c0158b9f0caa5a973bb06a (patch) | |
tree | 13e22a3de4c92ede4bd94c82026991f7df9da931 /package/mac80211/patches/402-ath9k_blink_default.patch | |
parent | 256f94dea403d8f25450ab6e03bc18ff9baa7c4a (diff) | |
download | upstream-dc90b681225c7830c9c0158b9f0caa5a973bb06a.tar.gz upstream-dc90b681225c7830c9c0158b9f0caa5a973bb06a.tar.bz2 upstream-dc90b681225c7830c9c0158b9f0caa5a973bb06a.zip |
mac80211: add pending patches for throughput based led blinking and replace the broken ath9k blinking code with it
SVN-Revision: 24159
Diffstat (limited to 'package/mac80211/patches/402-ath9k_blink_default.patch')
-rw-r--r-- | package/mac80211/patches/402-ath9k_blink_default.patch | 11 |
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 0000000000..8269e61c6b --- /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"); + |