diff options
Diffstat (limited to 'net/ieee80211/ieee80211_module.c')
-rw-r--r-- | net/ieee80211/ieee80211_module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ieee80211/ieee80211_module.c b/net/ieee80211/ieee80211_module.c index dddc61647390..941f1a13fafa 100644 --- a/net/ieee80211/ieee80211_module.c +++ b/net/ieee80211/ieee80211_module.c | |||
@@ -133,6 +133,8 @@ struct net_device *alloc_ieee80211(int sizeof_priv) | |||
133 | /* Default to enabling full open WEP with host based encrypt/decrypt */ | 133 | /* Default to enabling full open WEP with host based encrypt/decrypt */ |
134 | ieee->host_encrypt = 1; | 134 | ieee->host_encrypt = 1; |
135 | ieee->host_decrypt = 1; | 135 | ieee->host_decrypt = 1; |
136 | ieee->host_mc_decrypt = 1; | ||
137 | |||
136 | /* Host fragementation in Open mode. Default is enabled. | 138 | /* Host fragementation in Open mode. Default is enabled. |
137 | * Note: host fragmentation is always enabled if host encryption | 139 | * Note: host fragmentation is always enabled if host encryption |
138 | * is enabled. For cards can do hardware encryption, they must do | 140 | * is enabled. For cards can do hardware encryption, they must do |