projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cca4d5a
)
ath6kl: Fix typo in cfg80211.c
author
Masanari Iida
<standby24x7@gmail.com>
Tue, 31 Jan 2012 14:32:55 +0000
(23:32 +0900)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Thu, 2 Feb 2012 08:09:37 +0000
(10:09 +0200)
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>
drivers/net/wireless/ath/ath6kl/cfg80211.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/cfg80211.c
b/drivers/net/wireless/ath/ath6kl/cfg80211.c
index 5934e40ee55da0eb4e37bbb63968d79543ba16c2..d1922d8eb3bb2a3ffca29a250701d0b7cf3ff7d7 100644
(file)
--- 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,
break;
default:
- ath6kl_err("%s: 0x%x not spported\n", __func__, auth_type);
+ ath6kl_err("%s: 0x%x not s
u
pported\n", __func__, auth_type);
return -ENOTSUPP;
}