mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto and retran...
[openwrt-10.03/.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 @@ -50,7 +50,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