Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a6dfce7 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman
Browse files

staging: wlan-ng: Fix typo in comments and printk



This patch fix spelling typo in comments and print.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81980c16
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1268,7 +1268,7 @@ typedef struct hfa384x {
	hfa384x_downloadbuffer_t bufinfo;
	hfa384x_downloadbuffer_t bufinfo;
	u16 dltimeout;
	u16 dltimeout;


	int scanflag;		/* to signal scan comlete */
	int scanflag;		/* to signal scan complete */
	int join_ap;		/* are we joined to a specific ap */
	int join_ap;		/* are we joined to a specific ap */
	int join_retries;	/* number of join retries till we fail */
	int join_retries;	/* number of join retries till we fail */
	hfa384x_JoinRequest_data_t joinreq;	/* join request saved data */
	hfa384x_JoinRequest_data_t joinreq;	/* join request saved data */
+2 −2
Original line number Original line Diff line number Diff line
@@ -382,7 +382,7 @@ static int submit_rx_urb(hfa384x_t *hw, gfp_t memflags)
*
*
* Arguments:
* Arguments:
*	hw		device struct
*	hw		device struct
*	tx_urb		URB of data for tranmission
*	tx_urb		URB of data for transmission
*	memflags	memory allocation flags
*	memflags	memory allocation flags
*
*
* Returns:
* Returns:
@@ -2391,7 +2391,7 @@ int hfa384x_drvr_ramdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len)
*	0		success
*	0		success
*	>0		f/w reported error - f/w status code
*	>0		f/w reported error - f/w status code
*	<0		driver reported error
*	<0		driver reported error
*	-ETIMEDOUT	timout waiting for the cmd regs to become
*	-ETIMEDOUT	timeout waiting for the cmd regs to become
*			available, or waiting for the control reg
*			available, or waiting for the control reg
*			to indicate the Aux port is enabled.
*			to indicate the Aux port is enabled.
*	-ENODATA	the buffer does NOT contain a valid PDA.
*	-ENODATA	the buffer does NOT contain a valid PDA.
+1 −1
Original line number Original line Diff line number Diff line
@@ -511,7 +511,7 @@ int skb_p80211_to_ether(wlandevice_t *wlandev, u32 ethconv,
* protocol.
* protocol.
*
*
* Arguments:
* Arguments:
*	proto	protocl number (in host order) to search for.
*	proto	protocol number (in host order) to search for.
*
*
* Returns:
* Returns:
*	1 - if the table is empty or a match is found.
*	1 - if the table is empty or a match is found.
+1 −1
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@ static void p80211req_mibset_mibget(wlandevice_t *wlandev,
/*----------------------------------------------------------------
/*----------------------------------------------------------------
* p80211req_dorequest
* p80211req_dorequest
*
*
* Handles an MLME reqest/confirm message.
* Handles an MLME request/confirm message.
*
*
* Arguments:
* Arguments:
*	wlandev		WLAN device struct
*	wlandev		WLAN device struct
+1 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@
* --------------------------------------------------------------------
* --------------------------------------------------------------------
*
*
* This file contains the constants and data structures for interaction
* This file contains the constants and data structures for interaction
* with the hfa384x Wireless LAN (WLAN) Media Access Contoller (MAC).
* with the hfa384x Wireless LAN (WLAN) Media Access Controller (MAC).
* The hfa384x is a portion of the Harris PRISM(tm) WLAN chipset.
* The hfa384x is a portion of the Harris PRISM(tm) WLAN chipset.
*
*
* [Implementation and usage notes]
* [Implementation and usage notes]
Loading