summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/cfg80211.c
diff options
context:
space:
mode:
authorJustin P. Mattock2012-09-24 18:16:57 +0200
committerGreg Kroah-Hartman2012-09-26 18:19:50 +0200
commitd34602de3ba29b3ceafe4e15e27a25c6a5bccc38 (patch)
tree638b76b27ee325506398432015a8c69658daf0df /drivers/staging/wlan-ng/cfg80211.c
parentStaging: winbond: Removed undesired spaces, lines and tabs (diff)
downloadkernel-qcow2-linux-d34602de3ba29b3ceafe4e15e27a25c6a5bccc38.tar.gz
kernel-qcow2-linux-d34602de3ba29b3ceafe4e15e27a25c6a5bccc38.tar.xz
kernel-qcow2-linux-d34602de3ba29b3ceafe4e15e27a25c6a5bccc38.zip
staging "wlan-ng" Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng/cfg80211.c')
-rw-r--r--drivers/staging/wlan-ng/cfg80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c
index 57a2b058e3de..18c06a59c091 100644
--- a/drivers/staging/wlan-ng/cfg80211.c
+++ b/drivers/staging/wlan-ng/cfg80211.c
@@ -1,7 +1,7 @@
/* cfg80211 Interface for prism2_usb module */
-/* Prism2 channell/frequency/bitrate declarations */
+/* Prism2 channel/frequency/bitrate declarations */
static const struct ieee80211_channel prism2_channels[] = {
{ .center_freq = 2412 },
{ .center_freq = 2417 },
@@ -502,7 +502,7 @@ int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
goto exit;
}
- /* Set the authorisation */
+ /* Set the authorization */
if ((sme->auth_type == NL80211_AUTHTYPE_OPEN_SYSTEM) ||
((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && !is_wep))
msg_join.authtype.data = P80211ENUM_authalg_opensystem;