|
@@ -3691,7 +3691,7 @@ static void iwl4965_handle_data_packet(struct iwl_priv *priv, int is_data,
|
|
|
stats->flag = 0;
|
|
|
hdr = (struct ieee80211_hdr *)rxb->skb->data;
|
|
|
|
|
|
- if (priv->cfg->mod_params->hw_crypto)
|
|
|
+ if (!priv->cfg->mod_params->sw_crypto)
|
|
|
iwl4965_set_decrypted_flag(priv, rxb->skb, ampdu_status, stats);
|
|
|
|
|
|
if (priv->add_radiotap)
|
|
@@ -4988,9 +4988,8 @@ module_param_named(antenna, iwl4965_mod_params.antenna, int, 0444);
|
|
|
MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
|
|
|
module_param_named(disable, iwl4965_mod_params.disable, int, 0444);
|
|
|
MODULE_PARM_DESC(disable, "manually disable the radio (default 0 [radio on])");
|
|
|
-module_param_named(hwcrypto, iwl4965_mod_params.hw_crypto, int, 0444);
|
|
|
-MODULE_PARM_DESC(hwcrypto,
|
|
|
- "using hardware crypto engine (default 0 [software])\n");
|
|
|
+module_param_named(swcrypto, iwl4965_mod_params.sw_crypto, int, 0444);
|
|
|
+MODULE_PARM_DESC(swcrypto, "using crypto in software (default 0 [hardware])\n");
|
|
|
module_param_named(debug, iwl4965_mod_params.debug, int, 0444);
|
|
|
MODULE_PARM_DESC(debug, "debug output mask");
|
|
|
module_param_named(
|