mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
12 lines
420 B
Diff
12 lines
420 B
Diff
|
--- 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.");
|
||
|
|