[PATCH 21/80] staging: wilc1000: rename hSemTestKeyBlock of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemTestKeyBlock of struct host_if_drv to sem_test_key_block to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 24 drivers/staging/wilc1000/host_interfa

[PATCH 19/80] staging: wilc1000: rename strCfgValues of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames strCfgValues of struct host_if_drv to cfg_values to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 91 --- drivers/staging/wilc1000/host_interface.h

[PATCH 20/80] staging: wilc1000: rename gtOsCfgValuesSem of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames gtOsCfgValuesSem of struct host_if_drv to sem_cfg_values to avoid CamelCase naming convention. And, remove the relation comment. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 18 +- drivers/stagi

[PATCH 22/80] staging: wilc1000: rename hSemTestDisconnectBlock of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemTestDisconnectBlock of struct host_if_drv to sem_test_disconn_block to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2

[PATCH 23/80] staging: wilc1000: rename hSemGetRSSI of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemGetRSSI of struct host_if_drv to sem_get_rssi to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH 24/80] staging: wilc1000: rename hSemGetLINKSPEED of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemGetLINKSPEED of struct host_if_drv to sem_get_link_speed to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 file

[PATCH 33/80] staging: wilc1000: rename u8Regid of struct reg_frame

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8Regid of struct reg_frame to reg_id to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 4 insertions

[PATCH 29/80] staging: wilc1000: rename hRemainOnChannel of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hRemainOnChannel of struct host_if_drv to remain_on_ch_timer to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 12 ++-- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH 28/80] staging: wilc1000: rename hConnectTimer of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hConnectTimer of struct host_if_drv to connect_timer to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 17 - drivers/staging/wilc1000/host_interface.h | 2 +- 2

[PATCH 25/80] staging: wilc1000: rename hSemGetCHNL of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemGetCHNL of struct host_if_drv to sem_get_chnl to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH 32/80] staging: wilc1000: rename u16FrameType of struct reg_frame

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16FrameType of struct reg_frame to frame_type to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 +++ drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 4

[PATCH 26/80] staging: wilc1000: rename hSemInactiveTime of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemInactiveTime of struct host_if_drv to sem_inactive_time to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files

[PATCH 30/80] staging: wilc1000: host_interface.h : remove over-commenting

2015-10-28 Thread Glen Lee
From: Leo Kim There are over-commenting in the host_interface.h file and most of them are not helpful to explain what the code does and generate 80 ending line over warnings. So, all of comments are removed in this patch and the comments will later be added if necessary with the preferred Linux s

[PATCH 34/80] staging: wilc1000: rename u16Channel of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16Channel of struct remain_ch to ch to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 11 ++- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 7 inse

[PATCH 35/80] staging: wilc1000: rename pRemainOnChanExpired of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pRemainOnChanExpired of struct remain_ch to expired to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 10 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files c

[PATCH 36/80] staging: wilc1000: rename pRemainOnChanReady of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pRemainOnChanReady of struct remain_ch to ready to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH 27/80] staging: wilc1000: rename hScanTimer of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hScanTimer of struct host_if_drv to scan_timer to avoid CamelCase naming convention. And, remove the relation comment. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 21 ++--- drivers/staging/wilc

[PATCH 39/80] staging: wilc1000: rename u8Ted of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8Ted of struct ba_session_info to tid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 14 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 8

[PATCH 31/80] staging: wilc1000: rename bReg of struct reg_frame

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames bReg of struct reg_frame to reg to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 +--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 6 insertions(+),

[PATCH 38/80] staging: wilc1000: rename au8Bssid of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames au8Bssid of struct ba_session_info to bssid to avoid CamelCase naming convention. And, some debug logs modified because 80 ending line over warnings. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 32

[PATCH 41/80] staging: wilc1000: rename u16SessionTimeout of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16SessionTimeout of struct ba_session_info to time_out to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files c

[PATCH 37/80] staging: wilc1000: rename pVoid of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pVoid of struct remain_ch to arg to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 5 insertions(+)

[PATCH 46/80] staging: wilc1000: rename ssidLen of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames ssidLen of struct user_conn_req to ssid_len to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 10 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH 42/80] staging: wilc1000: remove warnings line over 80 characters

2015-10-28 Thread Glen Lee
From: Leo Kim This patch removes the warnings reported by checkpatch.pl for line over 80 characters. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.h | 131 -- 1 file changed, 86 insertions(+), 45 deletions(-) diff --git

[PATCH 44/80] staging: wilc1000: rename u32UserScanPvoid of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32UserScanPvoid of struct user_scan_req to arg to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 12 ++-- drivers/staging/wilc1000/host_interface.h | 3 +-- 2 files ch

[PATCH 40/80] staging: wilc1000: rename u16BufferSize of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16BufferSize of struct ba_session_info to buf_size to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files chang

[PATCH 47/80] staging: wilc1000: rename pu8ConnReqIEs of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pu8ConnReqIEs of struct user_conn_req to ies to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 24 drivers/staging/wilc1000/host_interface.h | 2 +- 2

[PATCH 43/80] staging: wilc1000: rename pfUserScanResult of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pfUserScanResult of struct user_scan_req to scan_result to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 56 +++ drivers/staging/wilc1000/host_inter

[PATCH 49/80] staging: wilc1000: rename pfUserConnectResult of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pfUserConnectResult of struct user_conn_req to conn_result to avoid CamelCase naming convention. And, some comments modification that has been included name 'pfUserConnectResult'. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host

[PATCH 48/80] staging: wilc1000: rename ConnReqIEsLen of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames ConnReqIEsLen of struct user_conn_req to ies_len to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 26 +- drivers/staging/wilc1000/host_interface.h | 2

[PATCH 45/80] staging: wilc1000: rename astrFoundNetworkInfo of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames astrFoundNetworkInfo of struct user_scan_req to net_info to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 14 +++--- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH 50/80] staging: wilc1000: rename IsHTCapable of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames IsHTCapable of struct user_conn_req to ht_capable to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 2 in

[PATCH 54/80] staging: wilc1000: rename s8RSSI of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames s8RSSI of struct rf_info to rssi to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/staging/wilc10

[PATCH 52/80] staging: wilc1000: host_interface.h: move local define variables

2015-10-28 Thread Glen Lee
From: Leo Kim This patch move local define variables to local define position. - ACTION - PROBE_REQ - PROBE_RESP - ACTION_FRM_IDX - PROBE_REQ_IDX Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.h | 14 +- 1 file changed, 5 insertions

[PATCH 53/80] staging: wilc1000: rename u8LinkSpeed of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8LinkSpeed of struct rf_info to link_speed to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/sta

[PATCH 56/80] staging: wilc1000: rename u32RxCount of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32RxCount of struct rf_info to rx_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/staging/

[PATCH 51/80] staging: wilc1000: rename u32UserConnectPvoid of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32UserConnectPvoid of struct user_conn_req to arg to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 10 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files ch

[PATCH 55/80] staging: wilc1000: rename u32TxCount of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32TxCount of struct rf_info to tx_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/staging/

[PATCH 62/80] staging: wilc1000: rename u32ListenSessionID of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32ListenSessionID of struct remain_ch to id to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 10 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH 59/80] staging: wilc1000: rename WPAPtk of enum KEY_TYPE

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames WPAPtk of enum KEY_TYPE to WPA_PTK to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 3 insertions(+),

[PATCH 57/80] staging: wilc1000: rename u32TxFailureCount of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32TxFailureCount of struct rf_info to tx_fail_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- driv

[PATCH 64/80] staging: wilc1000: rename u8P2PConnect of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8P2PConnect of struct host_if_drv to p2p_connect to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 16 +++

[PATCH 61/80] staging: wilc1000: rename tenuAuth_type of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames tenuAuth_type of struct user_conn_req to auth_type to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 9 + drivers/staging/wilc1000/host_interface.h | 2 +- 2 files chang

[PATCH 63/80] staging: wilc1000: rename u64P2p_MgmtTimeout of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u64P2p_MgmtTimeout of struct host_if_drv to p2p_timeout to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +

[PATCH 58/80] staging: wilc1000: rename WPARxGtk of enum KEY_TYPE

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames WPARxGtk of enum KEY_TYPE to WPA_RX_GTK to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 3 insertions

[PATCH 65/80] staging: wilc1000: rename au8BSSID of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames au8BSSID of struct add_sta_param to bssid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/sta

[PATCH 67/80] staging: wilc1000: rename u8NumRates of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8NumRates of struct add_sta_param to rates_len to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 27 +-- drivers/staging/wilc1000/host_interface.h

[PATCH 66/80] staging: wilc1000: rename u16AssocID of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16AssocID of struct add_sta_param to aid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/sta

[PATCH 60/80] staging: wilc1000: rename u32RcvdChCount of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32RcvdChCount of struct user_scan_req to rcvd_ch_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 14 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 f

[PATCH 76/80] staging: wilc1000: rename u16FlagsMask of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16FlagsMask of struct add_sta_param to flags_mask to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH 70/80] staging: wilc1000: rename u16HTCapInfo of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16HTCapInfo of struct add_sta_param to ht_capa_info to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH 73/80] staging: wilc1000: rename u16HTExtParams of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16HTExtParams of struct add_sta_param to ht_ext_params to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2

[PATCH 74/80] staging: wilc1000: rename u32TxBeamformingCap of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32TxBeamformingCap of struct add_sta_param to ht_tx_bf_cap to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h

[PATCH 68/80] staging: wilc1000: rename pu8Rates of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pu8Rates of struct add_sta_param to rates to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 14 +++--- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH 71/80] staging: wilc1000: rename u8AmpduParams of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8AmpduParams of struct add_sta_param to ht_ampdu_params to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2

[PATCH 77/80] staging: wilc1000: rename u16FlagsSet of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16FlagsSet of struct add_sta_param to flags_set to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- dr

[PATCH 75/80] staging: wilc1000: rename u8ASELCap of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8ASELCap of struct add_sta_param to ht_ante_sel to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- driv

[PATCH 72/80] staging: wilc1000: rename au8SuppMCsSet of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames au8SuppMCsSet of struct add_sta_param to ht_supp_mcs_set to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 3 ++- drivers/staging/wilc1000/host_interface.h | 2 +

[PATCH 69/80] staging: wilc1000: rename bIsHTSupported of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames bIsHTSupported of struct add_sta_param to ht_supported to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH 78/80] staging: wilc1000: rename pstrHostIFSetChan of fuction Handle_SetChannel

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pstrHostIFSetChan of fuction Handle_SetChannel to hif_set_ch to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi

[PATCH 79/80] staging: wilc1000: rename pstrHostIfSetDrvHandler of fuction Handle_SetWfiDrvHandler

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pstrHostIfSetDrvHandler of fuction Handle_SetWfiDrvHandler to hif_drv_handler to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 +++ 1 file changed, 3 insertions(+), 4 del

[PATCH 80/80] staging: wilc1000: rename pstrHostIfSetOperationMode of fuction Handle_SetOperationMode

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pstrHostIfSetOperationMode of fuction Handle_SetOperationMode to hif_op_mode to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 delet

Re: [PATCH 06/80] staging: wilc1000: host_interface: removes unused functions

2015-10-28 Thread Sudip Mukherjee
On Wed, Oct 28, 2015 at 03:59:26PM +0900, Glen Lee wrote: > From: Leo Kim > > This patch removes unused functions at host_interface files. > - host_int_send_join_leave_info_to_host > - host_int_send_network_info_to_host > > Signed-off-by: Leo Kim > Signed-off-by: Glen Lee > --- > drivers/st

Re: [PATCH 06/80] staging: wilc1000: host_interface: removes unused functions

2015-10-28 Thread glen lee
On 2015년 10월 28일 16:21, Sudip Mukherjee wrote: On Wed, Oct 28, 2015 at 03:59:26PM +0900, Glen Lee wrote: From: Leo Kim This patch removes unused functions at host_interface files. - host_int_send_join_leave_info_to_host - host_int_send_network_info_to_host Signed-off-by: Leo Kim Signed

[PATCH 01/12] staging: wilc1000: wilc_wlan_txq_get_first: add argument struct wilc

2015-10-28 Thread Glen Lee
This patch adds new argument struct wilc and use it instead of g_linux_wlan. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c i

[PATCH 02/12] staging: wilc1000: linux_wlan_firmware_download: change argument

2015-10-28 Thread Glen Lee
This patch changes argument p_nic with wilc and use it instead of g_linux_wlan. Pass argument dev to the function. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/drivers/staging/wilc1000/li

[PATCH 05/12] staging: wilc1000: wilc_wlan_txq_add_to_tail: add argument net_device

2015-10-28 Thread Glen Lee
This patch adds new argument dev and use netdev private data member wilc instead of g_linux_wlan, pass the function dev also. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/drivers/staging/

[PATCH 08/12] staging: wilc1000: wilc_wlan_init: add argument net_device

2015-10-28 Thread Glen Lee
This patch adds new argument struct net_device and pass the function dev. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c index 5a

[PATCH 03/12] staging: wilc1000: wilc_wlan_txq_remove_from_head: add new argument dev

2015-10-28 Thread Glen Lee
Add new argument dev and use it instead of g_linux_wlan, and pass argument dev to the function as well. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/d

[PATCH 09/12] staging: wilc1000: linux_wlan_get_firmware: change argument p_nic with dev

2015-10-28 Thread Glen Lee
This patch changes argument perInterface_wlan_t *p_nic with struct net_device *dev and use netdev private data nic and it's member wilc instead of g_linux_wlan. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 17 ++--- drivers/staging/wilc1000/wilc_wfi

[PATCH 04/12] staging: wilc1000: wilc_wlan_txq_add_mgmt_pkt: add new argument dev

2015-10-28 Thread Glen Lee
This patch adds new argument struct net_device *dev and pass argument struct net_device to the function. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_mon.c | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 ++-- drivers/staging/wilc1000/wilc_wlan.c

[PATCH 07/12] staging: wilc1000: wilc_wlan_init: add argument struct net_device

2015-10-28 Thread Glen Lee
This patch adds an argument dev and pass dev to the function. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 2 +- drivers/staging/wilc1000/wilc_wlan.c| 2 +- drivers/staging/wilc1000/wilc_wlan_if.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a

[PATCH 06/12] staging: wilc1000: linux_wlan_start_firmware: change argument with dev

2015-10-28 Thread Glen Lee
This patch changes argument nic with dev and use netdev private data member wilc instead of g_linux_wlan, and pass dev to the function as well. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/driv

[PATCH 11/12] staging: wilc1000: rename os_context to wilc

2015-10-28 Thread Glen Lee
This patch rename os_context to wilc because it is used as struct wilc and move os_private from struct wilc_wlan_os_context_t to struct wilc_wlan_inp_t. Finally, delete wilc_wlan_os_context_t. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 2 +- drivers/staging/wilc1000/wi

[PATCH 10/12] staging: wilc1000: wl_wlan_cleanup: add argument struct wilc

2015-10-28 Thread Glen Lee
This patch adds new argument struct wilc and use it instead of g_linux_wlan. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 28 +-- drivers/staging/wilc1000/linux_wlan_sdio.c| 2 +- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 +- 3

[PATCH 12/12] staging: wilc1000: add argument wilc and use it instead of g_linux_wlan

2015-10-28 Thread Glen Lee
This patch adds new argument wilc to linux_sdio_cmd53 and linux_sdio_cmd52 , and use it instead of g_linux_wlan. Pass wilc to the functions as well. The void type wilc will be changed with struct wilc when SDIO and SPI modules are reworked. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/li

[PATCH] staging: wilc1000: change MAINTAINERS

2015-10-28 Thread Tony Cho
This patch removes Rachel Kim from the MAINTAINERS list because she retires from her position and adds Austin shin as new MAINTAINER for the Atmel wireless link controller: WILC1000 and WILC3000. Signed-off-by: Tony Cho --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH v2 13/20] staging: rtl8188eu: operator = replaced by += in loop increment

2015-10-28 Thread Dan Carpenter
On Wed, Oct 28, 2015 at 11:54:39AM +0530, Sudip Mukherjee wrote: > On Tue, Oct 27, 2015 at 10:26:00PM +0700, Ivan Safonov wrote: > > x = x + a and x += a equivalen, but second preferably. > > equivalent? Should you ask rhetorical questions on a list where so many people have Asperger's? Also if

Re: [PATCH] staging: most: hdm-usb: Use setup_timer

2015-10-28 Thread Christian Gromm
On Sat, 24 Oct 2015 07:45:44 +0530 Muhammad Falak R Wani wrote: > Use the timer API function setup_timer instead of init_timer, removing > the structure field assignments. > > > > @timer@ > expression e1,e2,e3,fn_ptr; > @@ > -init_timer(&e1); > +setup_timer(&e1, fn_ptr, e2); > ... when != fn_p

Re: [PATCH v2 13/20] staging: rtl8188eu: operator = replaced by += in loop increment

2015-10-28 Thread Sudip Mukherjee
On Wed, Oct 28, 2015 at 12:44:04PM +0300, Dan Carpenter wrote: > On Wed, Oct 28, 2015 at 11:54:39AM +0530, Sudip Mukherjee wrote: > > On Tue, Oct 27, 2015 at 10:26:00PM +0700, Ivan Safonov wrote: > > > x = x + a and x += a equivalen, but second preferably. > > > > equivalent? > > Should you ask r

Re: [PATCH v2 13/20] staging: rtl8188eu: operator = replaced by += in loop increment

2015-10-28 Thread Dan Carpenter
On Wed, Oct 28, 2015 at 04:14:31PM +0530, Sudip Mukherjee wrote: > On Wed, Oct 28, 2015 at 12:44:04PM +0300, Dan Carpenter wrote: > > On Wed, Oct 28, 2015 at 11:54:39AM +0530, Sudip Mukherjee wrote: > > > On Tue, Oct 27, 2015 at 10:26:00PM +0700, Ivan Safonov wrote: > > > > x = x + a and x += a equ

[PATCH] staging: rdma: ipath: Remove unneeded vairable.

2015-10-28 Thread Muhammad Falak R Wani
Remove unneeded variable ret, directly return 0. Signed-off-by: Muhammad Falak R Wani --- drivers/staging/rdma/ipath/ipath_file_ops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rdma/ipath/ipath_file_ops.c b/drivers/staging/rdma/ipath/ipath_file_ops.c i

[PATCH 1/8] Staging: rtl8192u: ieee80211: fixed open brace positions

2015-10-28 Thread Kurt Kanzenbach
This patch fixes the following checkpatch error: - ERROR: that open brace { should be on the previous line Signed-off-by: Kurt Kanzenbach --- .../staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/drivers/s

[PATCH 5/8] Staging: rtl8192u: ieee80211: corrected indent

2015-10-28 Thread Kurt Kanzenbach
This patch corrects the indentation in five instances in the ieee80211_crypt_tkip.c file. Signed-off-by: Kurt Kanzenbach --- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211

[PATCH 2/8] Staging: rtl8192u: ieee80211: fixed position of else statements

2015-10-28 Thread Kurt Kanzenbach
This patch fixes the following checkpatch error: - ERROR: else should follow close brace '}' Signed-off-by: Kurt Kanzenbach --- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211

[PATCH 7/8] Staging: rtl8192u: ieee80211: removed unnecessary braces

2015-10-28 Thread Kurt Kanzenbach
This patch fixes the following checkpatch warning: - WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Kurt Kanzenbach --- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/s

[PATCH 3/8] Staging: rtl8192u: ieee80211: added missing space around '='

2015-10-28 Thread Kurt Kanzenbach
This patch fixes the following checkpatch error: - ERROR: spaces required around that '=' Signed-off-by: Kurt Kanzenbach --- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee8021

[PATCH 4/8] Staging: rtl8192u: ieee80211: added missing spaces after if

2015-10-28 Thread Kurt Kanzenbach
This patch fixes the following checkpatch error: - ERROR: space required before the open parenthesis '(' Signed-off-by: Kurt Kanzenbach --- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u

[PATCH 6/8] Staging: rtl8192u: ieee80211: corrected block comments

2015-10-28 Thread Kurt Kanzenbach
This patch reformats some block comments in order to match the Linux kernel coding style. Signed-off-by: Kurt Kanzenbach --- .../rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 31 +++--- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/drivers/staging/rtl8192u/ie

[PATCH 8/8] Staging: rtl8192u: ieee80211: added missing blank lines

2015-10-28 Thread Kurt Kanzenbach
This patch resolves the following checkpatch warnings: - WARNING: Missing a blank line after declarations Signed-off-by: Kurt Kanzenbach --- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/staging/rtl8192u/ieee80211/iee

[PATCH 0/8] Staging: rtl8192u: ieee80211: checkpatch cleanups

2015-10-28 Thread Kurt Kanzenbach
This patch series corrects most checkpatch.pl errors and some warnings in the ieee80211_crypt_tkip.c file. Kurt Kanzenbach (8): Staging: rtl8192u: ieee80211: fixed open brace positions Staging: rtl8192u: ieee80211: fixed position of else statements Staging: rtl8192u: ieee80211: added missing

[PATCH 1/8] Staging: rtl8192u: ieee80211: fixed open brace positions

2015-10-28 Thread Kurt Kanzenbach
This patch fixes the following checkpatch error: - ERROR: that open brace { should be on the previous line Signed-off-by: Kurt Kanzenbach --- .../staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/drivers/s

[PATCH 0/8] Staging: rtl8192u: ieee80211: checkpatch cleanups

2015-10-28 Thread Kurt Kanzenbach
This patch series corrects most checkpatch.pl errors and some warnings in the ieee80211_crypt_tkip.c file. Kurt Kanzenbach (8): Staging: rtl8192u: ieee80211: fixed open brace positions Staging: rtl8192u: ieee80211: fixed position of else statements Staging: rtl8192u: ieee80211: added missing

Re: [PATCH 17/80] staging: wilc1000: rename enuHostIFstate of struct host_if_drv

2015-10-28 Thread Dan Carpenter
On Wed, Oct 28, 2015 at 03:59:37PM +0900, Glen Lee wrote: > @@ -1837,10 +1839,11 @@ static int Handle_Key(struct host_if_drv *hif_drv, > goto _WPARxGtk_end_case_; > } > > - if (hif_drv->enuHostIFstate == HOST_IF_CONNECTED) >

[PATCH] staging: most: remove exclusive wait_queue

2015-10-28 Thread Christian Gromm
This patch removes the unnecessary wait_queue that has exclusively been used for the poll function and its poll_table. Instead, an already existing one is used. Signed-off-by: Christian Gromm --- drivers/staging/most/aim-cdev/cdev.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) di

[PATCH] staging: most: hdm-dim2: use min_t()

2015-10-28 Thread Christian Gromm
This patch replaces the usage of min() by min_t(). Signed-off-by: Christian Gromm --- drivers/staging/most/hdm-dim2/dim2_hdm.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/most/hdm-dim2/dim2_hdm.c b/drivers/staging/most/hdm-dim2/dim2_hdm.c index 558a5

Re: [PATCH v3 12/23] staging/rdma/hfi1: Macro code clean up

2015-10-28 Thread ira.weiny
> > Can I add the removal of these macros to the TODO list and get this patch > > accepted in the interm? > > Nope, sorry, why would I accept a known-problem patch? Would you do > such a thing? > > > Many of the patches I am queueing up to submit as well as one in this > > series do > > not app

[PATCH 03/10] staging: lustre: change cfs_hash_ops_t to struct

2015-10-28 Thread James Simmons
From: James Simmons Change cfs_hash_ops_t to struct cfs_hash_ops. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h | 21 ++- drivers/staging/lustre/lustre/ldlm/ldlm_resource.c | 18 drivers/staging/lustre/lustre/libcfs/has

[PATCH 07/10] staging: lustre: cleanup over 80 characters in libcfs_hash.h

2015-10-28 Thread James Simmons
From: James Simmons Fix up all the over 80 character line issues in libcfs_hash.h reported by checkpatch.pl. At the same time update this header to match what is in the OpenSFS lustre branch. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h | 162 +++

[PATCH 00/10] staging: lustre: cleanup up libcfs hash code for upstream

2015-10-28 Thread James Simmons
From: James Simmons This patch brings the libcfs hash handling up to linux kernel coding style. Various typedefs and macros have been removed. Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6245 Reviewed-on: http://review.whamcloud.com/14624 Reviewed-by: Bob Gl

  1   2   3   >