linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param
@ 2015-10-15  4:24 Tony Cho
  2015-10-15  4:24 ` [PATCH 02/40] staging: wilc1000: rename u8NoaEnbaled " Tony Cho
                   ` (38 more replies)
  0 siblings, 39 replies; 60+ messages in thread
From: Tony Cho @ 2015-10-15  4:24 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 renames ssidLen of struct join_bss_param to ssid_len
to avoid CamelCase naming convention.

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

diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index 04f3bc2..e2588ef 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -207,7 +207,7 @@ struct join_bss_param {
 	u16 cap_info;
 	u8 au8bssid[6];
 	char ssid[MAX_SSID_LEN];
-	u8 ssidLen;
+	u8 ssid_len;
 	u8 supp_rates[MAX_RATES_SUPPORTED + 1];
 	u8 ht_capable;
 	u8 wmm_cap;
@@ -4934,7 +4934,7 @@ static void *host_int_ParseJoinBssParam(tstrNetworkInfo *ptstrNetworkInfo)
 		pNewJoinBssParam->cap_info = ptstrNetworkInfo->u16CapInfo;
 		memcpy(pNewJoinBssParam->au8bssid, ptstrNetworkInfo->au8bssid, 6);
 		memcpy((u8 *)pNewJoinBssParam->ssid, ptstrNetworkInfo->au8ssid, ptstrNetworkInfo->u8SsidLen + 1);
-		pNewJoinBssParam->ssidLen = ptstrNetworkInfo->u8SsidLen;
+		pNewJoinBssParam->ssid_len = ptstrNetworkInfo->u8SsidLen;
 		memset(pNewJoinBssParam->rsn_pcip_policy, 0xFF, 3);
 		memset(pNewJoinBssParam->rsn_auth_policy, 0xFF, 3);
 
-- 
1.9.1


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

end of thread, other threads:[~2015-10-19  1:44 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15  4:24 [PATCH 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param Tony Cho
2015-10-15  4:24 ` [PATCH 02/40] staging: wilc1000: rename u8NoaEnbaled " Tony Cho
2015-10-15  4:24 ` [PATCH 03/40] staging: wilc1000: rename u8OppEnable " Tony Cho
2015-10-15  4:24 ` [PATCH 04/40] staging: wilc1000: rename u8CtWindow " Tony Cho
2015-10-15  4:24 ` [PATCH 05/40] staging: wilc1000: rename u8Count " Tony Cho
2015-10-15  4:24 ` [PATCH 06/40] staging: wilc1000: rename u8Index " Tony Cho
2015-10-15  4:24 ` [PATCH 07/40] staging: wilc1000: rename au8Duration " Tony Cho
2015-10-15  4:24 ` [PATCH 08/40] staging: wilc1000: rename au8Interval " Tony Cho
2015-10-15  4:24 ` [PATCH 09/40] staging: wilc1000: rename au8StartTime " Tony Cho
2015-10-15  4:24 ` [PATCH 10/40] staging: wilc1000: remove unused variable gWFiDrvHandle Tony Cho
2015-10-15  4:24 ` [PATCH 11/40] staging: wilc1000: rename variable HostIFthreadHandler Tony Cho
2015-10-15  4:24 ` [PATCH 12/40] staging: wilc1000: rename variable gMsgQHostIF Tony Cho
2015-10-15  4:24 ` [PATCH 13/40] staging: wilc1000: rename variable hSemHostIFthrdEnd Tony Cho
2015-10-15  4:24 ` [PATCH 14/40] staging: wilc1000: rename variable hSemDeinitDrvHandle Tony Cho
2015-10-15  6:07   ` [RFC PATCH] staging: wilc1000: hif_sema_driver can be static kbuild test robot
2015-10-15  6:07   ` [PATCH 14/40] staging: wilc1000: rename variable hSemDeinitDrvHandle kbuild test robot
2015-10-15  4:24 ` [PATCH 15/40] staging: wilc1000: rename variable hWaitResponse Tony Cho
2015-10-15  4:24 ` [PATCH 16/40] staging: wilc1000: rename variable hSemHostIntDeinit Tony Cho
2015-10-15  6:21   ` kbuild test robot
2015-10-15  6:21   ` [RFC PATCH] staging: wilc1000: hif_sema_deinit can be static kbuild test robot
2015-10-15  4:24 ` [PATCH 17/40] staging: wilc1000: rename variable g_hPeriodicRSSI Tony Cho
2015-10-15  6:32   ` [RFC PATCH] staging: wilc1000: periodic_rssi can be static kbuild test robot
2015-10-15  6:32   ` [PATCH 17/40] staging: wilc1000: rename variable g_hPeriodicRSSI kbuild test robot
2015-10-15  4:24 ` [PATCH 18/40] staging: wilc1000: rename variable gapu8RcvdAssocResp Tony Cho
2015-10-15  4:25 ` [PATCH 19/40] staging: wilc1000: rename variable gbScanWhileConnected Tony Cho
2015-10-15  6:46   ` kbuild test robot
2015-10-15  6:46   ` [RFC PATCH] staging: wilc1000: scan_while_connected can be static kbuild test robot
2015-10-15  4:25 ` [PATCH 20/40] staging: wilc1000: rename variable gs8Rssi Tony Cho
2015-10-15  4:25 ` [PATCH 21/40] staging: wilc1000: rename variable gs8lnkspd Tony Cho
2015-10-15  4:25 ` [PATCH 22/40] staging: wilc1000: rename variable gu8Chnl Tony Cho
2015-10-15  4:25 ` [PATCH 23/40] staging: wilc1000: rename variable gs8SetIP Tony Cho
2015-10-15  4:25 ` [PATCH 24/40] staging: wilc1000: rename variable gs8GetIP Tony Cho
2015-10-15  4:25 ` [PATCH 25/40] staging: wilc1000: rename variable gu32InactiveTime Tony Cho
2015-10-15  4:25 ` [PATCH 26/40] staging: wilc1000: rename variable gu8DelBcn Tony Cho
2015-10-15  4:25 ` [PATCH 27/40] staging: wilc1000: remove unused variable gu32WidConnRstHack Tony Cho
2015-10-15  4:25 ` [PATCH 28/40] staging: wilc1000: rename variable gu8FlushedJoinReq Tony Cho
2015-10-15  7:04   ` kbuild test robot
2015-10-15  7:04   ` [RFC PATCH] staging: wilc1000: join_req can be static kbuild test robot
2015-10-15  4:25 ` [PATCH 29/40] staging: wilc1000: rename variable gu8FlushedInfoElemAsoc Tony Cho
2015-10-15  4:25 ` [PATCH 30/40] staging: wilc1000: rename variable gu8Flushed11iMode Tony Cho
2015-10-15  7:18   ` kbuild test robot
2015-10-15  7:18   ` [RFC PATCH] staging: wilc1000: mode_11i can be static kbuild test robot
2015-10-15  4:25 ` [PATCH 31/40] staging: wilc1000: rename variable gu8FlushedAuthType Tony Cho
2015-10-15  4:25 ` [PATCH 32/40] staging: wilc1000: rename variable gu32FlushedJoinReqSize Tony Cho
2015-10-15  7:32   ` kbuild test robot
2015-10-15  4:25 ` [PATCH 33/40] staging: wilc1000: rename variable gu32FlushedInfoElemAsocSize Tony Cho
2015-10-15  7:47   ` kbuild test robot
2015-10-15  7:47   ` [RFC PATCH] staging: wilc1000: info_element_size can be static kbuild test robot
2015-10-15  4:25 ` [PATCH 34/40] staging: wilc1000: rename variable gu8FlushedJoinReqDrvHandler Tony Cho
2015-10-15  7:59   ` kbuild test robot
2015-10-15  7:59   ` [RFC PATCH] staging: wilc1000: join_req_drv can be static kbuild test robot
2015-10-15  4:25 ` [PATCH 35/40] staging: wilc1000: rename variable s32Error Tony Cho
2015-10-17  4:56   ` Greg KH
2015-10-19  1:43     ` Tony Cho
2015-10-15  4:25 ` [PATCH 36/40] staging: wilc1000: move variable clients_count Tony Cho
2015-10-15  4:25 ` [PATCH 37/40] staging: wilc1000: move variable FALSE_FRMWR_CHANNEL Tony Cho
2015-10-15  4:25 ` [PATCH 38/40] staging: wilc1000: fixes unnecessary variable replacement Tony Cho
2015-10-15  4:25 ` [PATCH 39/40] staging: wilc1000: fixes alignment should match open parenthesis Tony Cho
2015-10-15  4:25 ` [PATCH 40/40] staging: wilc1000: fixes comparison to NULL could be written Tony Cho
2015-10-15 13:23   ` Dan Carpenter

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).