[rt2x00-users] [PATCH 11/12] rt2x00: Enable HW crypto for rt2800pci and rt2800usb since it's working.

Ivo van Doorn ivdoorn at gmail.com
Sun Aug 30 14:21:09 UTC 2009


On Saturday 29 August 2009, Benoit PAPILLAULT wrote:
> 
> Signed-off-by: Benoit PAPILLAULT <benoit.papillault at free.fr>
> ---

First I want to have confirmation from multiple users that the drivers
are working for them with HW crypto with different crypto settings,
and ACK only for WPA2 isn't sufficient. ;)

>  drivers/net/wireless/rt2x00/rt2800pci.c |    2 +-
>  drivers/net/wireless/rt2x00/rt2800usb.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
> index ea8af58..a7442f1 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -50,7 +50,7 @@
>  /*
>   * Allow hardware encryption to be disabled.
>   */
> -static int modparam_nohwcrypt = 1;
> +static int modparam_nohwcrypt = 0;
>  module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO);
>  MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
>  
> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
> index 2339960..c24bbd8 100644
> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -39,7 +39,7 @@
>  /*
>   * Allow hardware encryption to be disabled.
>   */
> -static int modparam_nohwcrypt = 1;
> +static int modparam_nohwcrypt = 0;
>  module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO);
>  MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");

Ivo



More information about the users mailing list