linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/14] staging: wilc1000: remove typedef from tstrWILC_UsrScanReq
@ 2015-10-08  1:49 Tony Cho
  2015-10-08  1:49 ` [PATCH 02/14] staging: wilc1000: remove typedef from tstrWILC_UsrConnReq Tony Cho
                   ` (13 more replies)
  0 siblings, 14 replies; 18+ messages in thread
From: Tony Cho @ 2015-10-08  1:49 UTC (permalink / raw)
  To: gregkh
  Cc: devel, linux-wireless, johnny.kim, chris.park, rachel.kim,
	tony.cho, glen.lee, leo.kim, austin.shin, adel.noureldin,
	adham.abozaeid, Nicolas.FERRE

From: Leo Kim <leo.kim@atmel.com>

This patch removes typedef from the struct tstrWILC_UsrScanReq with
related comments and renames it to user_scan_req.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
---
 drivers/staging/wilc1000/host_interface.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h
index 2ca6a6e..0b3b4dc 100644
--- a/drivers/staging/wilc1000/host_interface.h
+++ b/drivers/staging/wilc1000/host_interface.h
@@ -225,7 +225,7 @@ struct hidden_network {
 	u8 u8ssidnum;
 };
 
-typedef struct {
+struct user_scan_req {
 	/* Scan user call back function */
 	wilc_scan_result pfUserScanResult;
 
@@ -234,7 +234,7 @@ typedef struct {
 
 	u32 u32RcvdChCount;
 	tstrFoundNetworkInfo astrFoundNetworkInfo[MAX_NUM_SCANNED_NETWORKS];
-} tstrWILC_UsrScanReq;
+};
 
 typedef struct {
 	u8 *pu8bssid;
@@ -304,8 +304,7 @@ enum p2p_listen_state {
 };
 
 struct host_if_drv {
-	/* Scan user structure */
-	tstrWILC_UsrScanReq strWILC_UsrScanReq;
+	struct user_scan_req strWILC_UsrScanReq;
 
 	/* Connect User structure */
 	tstrWILC_UsrConnReq strWILC_UsrConnReq;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-10-12  2:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08  1:49 [PATCH 01/14] staging: wilc1000: remove typedef from tstrWILC_UsrScanReq Tony Cho
2015-10-08  1:49 ` [PATCH 02/14] staging: wilc1000: remove typedef from tstrWILC_UsrConnReq Tony Cho
2015-10-08  1:49 ` [PATCH 03/14] staging: wilc1000: remove typedef from tenuHostIFstate Tony Cho
2015-10-08  1:49 ` [PATCH 04/14] staging: wilc1000: remove typedef from tstrFoundNetworkInfo Tony Cho
2015-10-08  1:49 ` [PATCH 05/14] staging: wilc1000: remove typedef from tstrHiddenNetworkInfo Tony Cho
2015-10-08  1:49 ` [PATCH 06/14] staging: wilc1000: remove unused struct WILC_WFIDrvHandle Tony Cho
2015-10-08  1:49 ` [PATCH 07/14] staging: wilc1000: remove unused struct cfg_param_t Tony Cho
2015-10-08  1:49 ` [PATCH 08/14] staging: wilc1000: remove typedef from tstrStatistics Tony Cho
2015-10-09  8:16   ` Dan Carpenter
2015-10-09  8:19     ` Dan Carpenter
2015-10-12  2:14     ` Tony Cho
2015-10-08  1:49 ` [PATCH 09/14] staging: wilc1000: remove typedef from tenuScanEvent Tony Cho
2015-10-08  1:49 ` [PATCH 10/14] staging: wilc1000: rename typedef from tenuCfgParam Tony Cho
2015-10-08  1:49 ` [PATCH 11/14] staging: wilc1000: remove typedef from tenuConnDisconnEvent Tony Cho
2015-10-08  1:49 ` [PATCH 12/14] staging: wilc1000: remove typedef from tenuScanConnTimer Tony Cho
2015-10-08  1:49 ` [PATCH 13/14] staging: wilc1000: host_infterface.h: remove unused enum tenuWILC_StaFlag Tony Cho
2015-10-08  1:49 ` [PATCH 14/14] staging: wilc1000: remove wilc_wlan.c included in wilc_wfi_cfgoperations.c Tony Cho
2015-10-08 10:03 ` [PATCH 01/14] staging: wilc1000: remove typedef from tstrWILC_UsrScanReq Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).