mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
staging "wlan-ng" Fix typos.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bd084bac93
commit
d34602de3b
4 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* cfg80211 Interface for prism2_usb module */
|
/* cfg80211 Interface for prism2_usb module */
|
||||||
|
|
||||||
|
|
||||||
/* Prism2 channell/frequency/bitrate declarations */
|
/* Prism2 channel/frequency/bitrate declarations */
|
||||||
static const struct ieee80211_channel prism2_channels[] = {
|
static const struct ieee80211_channel prism2_channels[] = {
|
||||||
{ .center_freq = 2412 },
|
{ .center_freq = 2412 },
|
||||||
{ .center_freq = 2417 },
|
{ .center_freq = 2417 },
|
||||||
|
@ -502,7 +502,7 @@ int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the authorisation */
|
/* Set the authorization */
|
||||||
if ((sme->auth_type == NL80211_AUTHTYPE_OPEN_SYSTEM) ||
|
if ((sme->auth_type == NL80211_AUTHTYPE_OPEN_SYSTEM) ||
|
||||||
((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && !is_wep))
|
((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && !is_wep))
|
||||||
msg_join.authtype.data = P80211ENUM_authalg_opensystem;
|
msg_join.authtype.data = P80211ENUM_authalg_opensystem;
|
||||||
|
|
|
@ -461,7 +461,7 @@ failed:
|
||||||
/*----------------------------------------------------------------
|
/*----------------------------------------------------------------
|
||||||
* p80211knetdev_set_multicast_list
|
* p80211knetdev_set_multicast_list
|
||||||
*
|
*
|
||||||
* Called from higher lavers whenever there's a need to set/clear
|
* Called from higher layers whenever there's a need to set/clear
|
||||||
* promiscuous mode or rewrite the multicast list.
|
* promiscuous mode or rewrite the multicast list.
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
P80211DID_LSB_ACCESS)
|
P80211DID_LSB_ACCESS)
|
||||||
|
|
||||||
/*----------------------------------------------------------------*/
|
/*----------------------------------------------------------------*/
|
||||||
/* The following structure types are used for the represenation */
|
/* The following structure types are used for the representation */
|
||||||
/* of ENUMint type metadata. */
|
/* of ENUMint type metadata. */
|
||||||
|
|
||||||
typedef struct p80211enumpair {
|
typedef struct p80211enumpair {
|
||||||
|
|
|
@ -806,7 +806,7 @@ static int read_cardpda(struct pda *pda, wlandevice_t *wlandev)
|
||||||
*
|
*
|
||||||
* Note also that the start address record, originally an S7 record in
|
* Note also that the start address record, originally an S7 record in
|
||||||
* the srec file, is expected in the fw file to be like a data record but
|
* the srec file, is expected in the fw file to be like a data record but
|
||||||
* with a certain address to make it identiable.
|
* with a certain address to make it identifiable.
|
||||||
*
|
*
|
||||||
* Here's the SREC format that the fw should have come from:
|
* Here's the SREC format that the fw should have come from:
|
||||||
* S[37]nnaaaaaaaaddd...dddcc
|
* S[37]nnaaaaaaaaddd...dddcc
|
||||||
|
|
Loading…
Add table
Reference in a new issue