package/mtd: write remaining data after adding file to the jffs2 partition
[openwrt.git] / package / carl9170 / patches / 110-ht_default.patch
1 --- a/drivers/net/wireless/ath/carl9170/main.c
2 +++ b/drivers/net/wireless/ath/carl9170/main.c
3 @@ -51,7 +51,7 @@ static int modparam_nohwcrypt;
4 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO);
5 MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
6
7 -int modparam_ht;
8 +int modparam_ht = 1;
9 module_param_named(ht, modparam_ht, bool, S_IRUGO);
10 MODULE_PARM_DESC(ht, "enable MPDU aggregation.");
11
This page took 0.048491 seconds and 5 git commands to generate.