1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 17:21:30 +03:00
openwrt-xburst/package/carl9170/patches/110-ht_default.patch
juhosg 35523f8612 package/carl9170: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20456 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 14:27:52 +00:00

12 lines
420 B
Diff

--- a/drivers/net/wireless/ath/carl9170/main.c
+++ b/drivers/net/wireless/ath/carl9170/main.c
@@ -51,7 +51,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.");