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 | 4a12b0531a1ce79b6c60cb8ac13f9c762f9fdd4f (patch) | |
tree | 21ccb0c461bd8622a29d9ff3cb2b06dd2fabaf1d /package/mac80211/patches/402-ath9k_blink_default.patch | |
parent | 6816f4207dea5f27a00b4a5556ff1eb9fb821ca4 (diff) | |
download | upstream-4a12b0531a1ce79b6c60cb8ac13f9c762f9fdd4f.tar.gz upstream-4a12b0531a1ce79b6c60cb8ac13f9c762f9fdd4f.tar.bz2 upstream-4a12b0531a1ce79b6c60cb8ac13f9c762f9fdd4f.zip |
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.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"); + |