X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fcarl9170%2Fpatches%2F130-ht_default.patch;fp=package%2Fcarl9170%2Fpatches%2F130-ht_default.patch;h=aa629497c637ac2100399220f0cda1c2725b94e5;hb=00a9a5c4cef270af8d725fd5289b115047eae9ab;hp=0000000000000000000000000000000000000000;hpb=1b5c7599c7d4a7911e282a5b57c5a49d9424e65a;p=openwrt-10.03%2F.git diff --git a/package/carl9170/patches/130-ht_default.patch b/package/carl9170/patches/130-ht_default.patch new file mode 100644 index 000000000..aa629497c --- /dev/null +++ b/package/carl9170/patches/130-ht_default.patch @@ -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."); +