From 4a12b0531a1ce79b6c60cb8ac13f9c762f9fdd4f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 27 Nov 2010 22:11:13 +0000 Subject: 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 --- package/mac80211/patches/402-ath9k_blink_default.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/mac80211/patches/402-ath9k_blink_default.patch (limited to 'package/mac80211/patches/402-ath9k_blink_default.patch') 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"); + -- cgit v1.2.3