diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-01-31 09:32:55 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-02-02 03:09:37 -0500 |
commit | 3c325fbd0cdb4f83b7761cd8ba7519d7a236de38 (patch) | |
tree | c38b953bff4c4d57eac51ae7bc8bdd0d0d6df7ec /drivers | |
parent | cca4d5adcff515b4bf5402dc23792f5123872906 (diff) |
ath6kl: Fix typo in cfg80211.c
Correct spelling "spported" to "supported" in
drivers/net/wireless/ath/ath6kl/cfg80211.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/cfg80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c index 5934e40ee55d..d1922d8eb3bb 100644 --- a/drivers/net/wireless/ath/ath6kl/cfg80211.c +++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c | |||
@@ -194,7 +194,7 @@ static int ath6kl_set_auth_type(struct ath6kl_vif *vif, | |||
194 | break; | 194 | break; |
195 | 195 | ||
196 | default: | 196 | default: |
197 | ath6kl_err("%s: 0x%x not spported\n", __func__, auth_type); | 197 | ath6kl_err("%s: 0x%x not supported\n", __func__, auth_type); |
198 | return -ENOTSUPP; | 198 | return -ENOTSUPP; |
199 | } | 199 | } |
200 | 200 | ||