diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-01-05 09:39:59 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-01-05 14:36:27 -0500 |
commit | 18cb6e32e7aeea9c92af5793bee2b32536615502 (patch) | |
tree | 8dd01675dd9a8ba64b0612921357adb2b58f16c0 /drivers/net/wireless/ath/ath5k/base.c | |
parent | 3e6109c57468ed320beefd2861fe2cc418cccfc2 (diff) |
ath5k: qualify global modparam_nohwcrypt variable
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c index fce9a987789c..019a74d533a6 100644 --- a/drivers/net/wireless/ath/ath5k/base.c +++ b/drivers/net/wireless/ath/ath5k/base.c | |||
@@ -61,8 +61,8 @@ | |||
61 | #include "debug.h" | 61 | #include "debug.h" |
62 | #include "ani.h" | 62 | #include "ani.h" |
63 | 63 | ||
64 | int modparam_nohwcrypt; | 64 | int ath5k_modparam_nohwcrypt; |
65 | module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); | 65 | module_param_named(nohwcrypt, ath5k_modparam_nohwcrypt, bool, S_IRUGO); |
66 | MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption."); | 66 | MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption."); |
67 | 67 | ||
68 | static int modparam_all_channels; | 68 | static int modparam_all_channels; |