Ajay Singh ([email protected])

Number of posts: 1267 (6 per day)
First post: 2018-03-13 07:32:23
Last post: 2018-10-11 07:26:47

Date List Subject
2018-04-23 16:35:54 linux-wireless [RESEND 25/33] staging: wilc1000: remove the use of goto label in spi_cmd_complete()
2018-04-23 16:35:53 linux-wireless [RESEND 21/33] staging: wilc1000: added identifiers name in function definations
2018-04-23 16:35:53 linux-wireless [RESEND 23/33] staging: wilc1000: remove multiple define used for MAX_SSID_LEN
2018-04-23 16:35:52 linux-wireless [RESEND 19/33] staging: wilc1000: fix line over 80 chars in change_station()
2018-04-23 16:35:52 linux-wireless [RESEND 26/33] staging: wilc1000: remove the use of goto label in wilc_spi_read_size()
2018-04-23 16:35:51 linux-wireless [RESEND 17/33] staging: wilc1000: handle error condition in add_key() and remove auth_type variable
2018-04-23 16:35:46 linux-wireless [RESEND 24/33] staging: wilc1000: remove multiple define for mac connect and disconnect
2018-04-23 16:35:42 linux-wireless [RESEND 22/33] staging: wilc1000: remove unused macros in wilc module
2018-04-23 16:35:36 linux-wireless [RESEND 20/33] staging: wilc1000: rename WID_LOGTerminal_Switch to avoid camelCase
2018-04-23 16:35:31 linux-wireless [RESEND 18/33] staging: wilc1000: use sizeof(variable) for memory allocated to store key info
2018-04-23 16:35:25 linux-wireless [RESEND 16/33] staging: wilc1000: refactor add_key() to avoid duplicated code
2018-04-23 16:35:23 linux-wireless [RESEND 15/33] staging: wilc1000: remove inner block {} and resetting of mode variable
2018-04-23 16:35:20 linux-wireless [RESEND 14/33] staging: wilc1000: split add_key() to avoid line over 80 chars
2018-04-23 16:35:18 linux-wireless [RESEND 13/33] staging: wilc1000: rename variable using datatype in their name in add_key()
2018-04-23 16:35:16 linux-wireless [RESEND 12/33] staging: wilc1000: rename WILC_WFI_wep_key & WILC_WFI_wep_key_len
2018-04-23 16:35:13 linux-wireless [RESEND 11/33] staging: wilc1000: remove line over 80 char warning in few functions
2018-04-23 16:35:11 linux-wireless [RESEND 10/33] staging: wilc1000: remove unused 'struct add_key_params'
2018-04-23 16:35:09 linux-wireless [RESEND 09/33] staging: wilc1000: remove line over 80 char in cfg_connect_result()
2018-04-23 16:35:07 linux-wireless [RESEND 08/33] staging: wilc1000: fix line over 80 char issue in clear_shadow_scan()
2018-04-23 16:35:05 linux-wireless [RESEND 07/33] staging: wilc1000: rename hAgingTimer to avoid camelCase issue
2018-04-23 16:35:03 linux-wireless [RESEND 06/33] staging: wilc1000: refactor mgmt_tx to fix line over 80 chars
2018-04-23 16:35:01 linux-wireless [RESEND 05/33] staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCase
2018-04-23 16:34:58 linux-wireless [RESEND 04/33] staging: wilc1000: refactor WILC_WFI_p2p_rx() to avoid line over 80 char
2018-04-23 16:34:56 linux-wireless [RESEND 03/33] staging: wilc1000: remove line over 80 char warnings in set_wiphy_params()
2018-04-23 16:34:54 linux-wireless [RESEND 02/33] staging: wilc1000: removed unused static variables for gtk and ptk information
2018-04-23 16:34:52 linux-wireless [RESEND 01/33] staging: wilc1000: refactor scan() to free kmalloc memory on failure cases
2018-04-23 16:34:50 linux-wireless [RESEND 00/33] staging: wilc1000: code cleanup and checkpatch fixes
2018-04-23 14:01:46 linux-wireless Re: [PATCH 00/22] staging: wilc1000: cleanup patches to follow linux coding style
2018-04-18 11:41:12 linux-wireless [PATCH 22/22] staging: wilc1000: rename pu32InactiveTime to avoid camelCase issue
2018-04-18 11:41:10 linux-wireless [PATCH 21/22] staging: wilc1000: remove the use of goto label in wilc_spi_clear_int_ext()
2018-04-18 11:41:08 linux-wireless [PATCH 20/22] staging: wilc1000: rename goto labels starting with '_' in wilc1000_wlan_init()
2018-04-18 11:41:06 linux-wireless [PATCH 19/22] staging: wilc1000: rename goto label '_fail_' linux naming convension
2018-04-18 11:41:03 linux-wireless [PATCH 18/22] staging: wilc1000: remove the use of goto label in wilc_init()
2018-04-18 11:41:01 linux-wireless [PATCH 17/22] staging: wilc1000: remove goto label '_done_' in handle_listen_state_expired()
2018-04-18 11:40:59 linux-wireless [PATCH 16/22] staging: wilc1000: remove the use of goto label in wilc_spi_read_int()
2018-04-18 11:40:57 linux-wireless [PATCH 15/22] staging: wilc1000: remove the use of goto label in wilc_spi_read_size()
2018-04-18 11:40:54 linux-wireless [PATCH 14/22] staging: wilc1000: remove the use of goto label in spi_cmd_complete()
2018-04-18 11:40:52 linux-wireless [PATCH 13/22] staging: wilc1000: remove multiple define for mac connect and disconnect
2018-04-18 11:40:50 linux-wireless [PATCH 12/22] staging: wilc1000: remove multiple define used for MAX_SSID_LEN
2018-04-18 11:40:48 linux-wireless [PATCH 11/22] staging: wilc1000: remove unused macros in wilc module
2018-04-18 11:40:46 linux-wireless [PATCH 10/22] staging: wilc1000: added identifiers name in function definations
2018-04-18 11:40:44 linux-wireless [PATCH 09/22] staging: wilc1000: rename WID_LOGTerminal_Switch to avoid camelCase
2018-04-18 11:40:41 linux-wireless [PATCH 08/22] staging: wilc1000: fix line over 80 chars in change_station()
2018-04-18 11:40:39 linux-wireless [PATCH 07/22] staging: wilc1000: use sizeof(variable) for memory allocated to store key info
2018-04-18 11:40:37 linux-wireless [PATCH 06/22] staging: wilc1000: handle error condition in add_key() and remove auth_type variable
2018-04-18 11:40:35 linux-wireless [PATCH 05/22] staging: wilc1000: refactor add_key() to avoid duplicated code
2018-04-18 11:40:33 linux-wireless [PATCH 04/22] staging: wilc1000: remove inner block {} and resetting of mode variable
2018-04-18 11:40:30 linux-wireless [PATCH 03/22] staging: wilc1000: split add_key() to avoid line over 80 chars
2018-04-18 11:40:28 linux-wireless [PATCH 02/22] staging: wilc1000: rename variable using datatype in their name in add_key()
2018-04-18 11:40:27 linux-wireless [PATCH 01/22] staging: wilc1000: rename WILC_WFI_wep_key & WILC_WFI_wep_key_len
2018-04-18 11:40:24 linux-wireless [PATCH 00/22] staging: wilc1000: cleanup patches to follow linux coding style