carl9170: enable ht support by default
authorFelix Fietkau <nbd@openwrt.org>
Thu, 7 Jan 2010 22:51:08 +0000 (22:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 7 Jan 2010 22:51:08 +0000 (22:51 +0000)
SVN-Revision: 19068

package/carl9170/patches/130-ht_default.patch [new file with mode: 0644]

diff --git a/package/carl9170/patches/130-ht_default.patch b/package/carl9170/patches/130-ht_default.patch
new file mode 100644 (file)
index 0000000..aa62949
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/ath/carl9170/main.c
++++ b/drivers/net/wireless/ath/carl9170/main.c
+@@ -50,7 +50,7 @@ static int modparam_nohwcrypt;
+ module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO);
+ MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
+-int modparam_ht;
++int modparam_ht = 1;
+ module_param_named(ht, modparam_ht, bool, S_IRUGO);
+ MODULE_PARM_DESC(ht, "enable MPDU aggregation.");