aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/402-ath9k_blink_default.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-09 20:32:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-09 20:32:25 +0000
commit56647592a42f8ab783c99d4bc671557bce2355db (patch)
tree6c70ecc4ecf3534dc33644035bb4a26162bfe458 /package/mac80211/patches/402-ath9k_blink_default.patch
parent088d334311da7914665e4169eb873c4ee2795684 (diff)
downloadupstream-56647592a42f8ab783c99d4bc671557bce2355db.tar.gz
upstream-56647592a42f8ab783c99d4bc671557bce2355db.tar.bz2
upstream-56647592a42f8ab783c99d4bc671557bce2355db.zip
mac80211: update to wireless-testing 2011-01-05, should improve aggregation reliability in ath9k
SVN-Revision: 24948
Diffstat (limited to 'package/mac80211/patches/402-ath9k_blink_default.patch')
-rw-r--r--package/mac80211/patches/402-ath9k_blink_default.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/402-ath9k_blink_default.patch b/package/mac80211/patches/402-ath9k_blink_default.patch
index 85fcc63c35..5f07a6da9a 100644
--- a/package/mac80211/patches/402-ath9k_blink_default.patch
+++ b/package/mac80211/patches/402-ath9k_blink_default.patch
@@ -1,7 +1,7 @@
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
-@@ -33,7 +33,7 @@ int modparam_nohwcrypt;
- module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444);
+@@ -33,7 +33,7 @@ int ath9k_modparam_nohwcrypt;
+ module_param_named(nohwcrypt, ath9k_modparam_nohwcrypt, int, 0444);
MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption");
-int led_blink;