|
@@ -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;
|