]> git.baikalelectronics.ru Git - kernel.git/commit
iwl3945: Change crypto parameter name
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 8 Jan 2009 18:19:59 +0000 (10:19 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:14 +0000 (16:00 -0500)
commitbf925167b7f4e2c5da53b54e6e84550548c318f4
tree714101f2ab10edfb78805b99c2f7508ea474642f
parent5b85a917c29ac6980abdbf21c016fa5f6bbc04a4
iwl3945: Change crypto parameter name

Now that we're using iwl_mod_params, we want our module parameters names to be
in sync with the structure.
So, to set iwl_mod_params.sw_crypto, we'd better use a "swcrypto" parameter
name instead of the "hwcrypto" current one.
Moreover, by setting the decrypted flag properly, this patch also fixes the HW
crypto path for 3945 (the current code is not setting it when running HW
crypto).

This is a bug fix for bug #1872
( http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id=1872 )

Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-3945.c
drivers/net/wireless/iwlwifi/iwl3945-base.c