diff options
Diffstat (limited to 'drivers/net/wireless/ath/carl9170')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/carl9170/main.c b/drivers/net/wireless/ath/carl9170/main.c index 551859214ee..db774212161 100644 --- a/drivers/net/wireless/ath/carl9170/main.c +++ b/drivers/net/wireless/ath/carl9170/main.c | |||
@@ -48,7 +48,7 @@ | |||
48 | #include "carl9170.h" | 48 | #include "carl9170.h" |
49 | #include "cmd.h" | 49 | #include "cmd.h" |
50 | 50 | ||
51 | static int modparam_nohwcrypt; | 51 | static bool modparam_nohwcrypt; |
52 | module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); | 52 | module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); |
53 | MODULE_PARM_DESC(nohwcrypt, "Disable hardware crypto offload."); | 53 | MODULE_PARM_DESC(nohwcrypt, "Disable hardware crypto offload."); |
54 | 54 | ||