aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2011-01-05 09:39:17 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-01-05 14:36:27 -0500
commit3e6109c57468ed320beefd2861fe2cc418cccfc2 (patch)
tree35ecdbb144065dbd49abfad1598ae81544529b0c /drivers/net/wireless/ath/ath9k/main.c
parent6303710d7aa62bfb154cd13ab5ab12cfa8baaf91 (diff)
ath9k: qualify global modparam_nohwcrypt variable
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index a818e4fd56f5..f90a6ca94a76 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -1829,7 +1829,7 @@ static int ath9k_set_key(struct ieee80211_hw *hw,
1829 struct ath_common *common = ath9k_hw_common(sc->sc_ah); 1829 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
1830 int ret = 0; 1830 int ret = 0;
1831 1831
1832 if (modparam_nohwcrypt) 1832 if (ath9k_modparam_nohwcrypt)
1833 return -ENOSPC; 1833 return -ENOSPC;
1834 1834
1835 mutex_lock(&sc->mutex); 1835 mutex_lock(&sc->mutex);