aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-07-21staging: wilc1000: avoid setting default value for variable at declarationAjay Singh1-17/+8
2018-07-21staging: wilc1000: remove extra enums defined for ieee80211_eidAjay Singh1-45/+2
2018-07-21staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh1-1/+3
2018-07-21staging: wilc1000: remove unused enum declarationAjay Singh1-8/+0
2018-05-14staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused codeAjay Singh1-43/+8
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-4/+1
2018-04-26staging: wilc1000: remove inner {} in wilc_parse_network_info()Ajay Singh1-40/+37
2018-04-26staging: wicl1000: removed the unsed variables in wilc_parse_network_info()Ajay Singh1-7/+0
2018-03-14staging: wilc1000: rename variables prefix using datatype 'u8'Ajay Singh1-14/+14
2018-02-16staging: wilc1000: fix open parenthesis alignment mismatch in wilc_parse_network_info()Ajay Singh1-2/+2
2018-01-23staging: wilc1000: remove unnecessary use of parenthesesAjay Singh1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-16Staging: wilc1000: Compress return logic into one lineMihaela Muraru1-3/+1
2016-03-22staging: wilc1000: fix a couple of memory leaksColin Ian King1-2/+6
2016-03-03staging: wilc1000: use TAG_PARAM_OFFSET defineChaehyun Lim1-8/+4
2016-02-22staging: wilc1000: coreconfigurator.c: removes unnecessary log messagesChris Park1-3/+1
2016-02-07staging: wilc1000: remove warnings line over 80 charactersLeo Kim1-4/+7
2016-02-07staging: wilc1000: renames u64Tsf of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames struct connect_resp_info variablesLeo Kim1-4/+3
2016-02-07staging: wilc1000: renames u32Tsf of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames u8channel of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames u8DtimPeriod of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames u16BeaconPeriod of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames au8bssid of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames u8SsidLen of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames au8ssid of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames u16CapInfo of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: renames s8rssi of connect_resp_info structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: remove typedef from pstrNetworkInfoLeo Kim1-3/+4
2016-02-07staging: wilc1000: renames struct connect_resp_info variablesLeo Kim1-7/+7
2016-02-07staging: wilc1000: remove typedef from tstrConnectRespInfoLeo Kim1-3/+3
2016-02-07staging: wilc1000: removes function 'wilc_dealloc_assoc_resp_info()'Leo Kim1-22/+0
2016-02-07staging: wilc1000: removes function 'wilc_dealloc_network_info()'Leo Kim1-22/+0
2016-02-07staging: wilc1000: remove unused log message using the CORECONFIG_DBG tagChris Park1-1/+0
2016-02-07staging: wilc1000: wilc_dealloc_network_info(): renames function variablesLeo Kim1-7/+7
2016-02-07staging: wilc1000: wilc_dealloc_assoc_resp_info(): renames function variablesLeo Kim1-7/+7
2016-02-07staging: wilc1000: wilc_parse_assoc_resp_info(): renames local variablesLeo Kim1-17/+17
2016-02-07staging: wilc1000: wilc_parse_assoc_resp_info(): renames function variablesLeo Kim1-8/+8
2016-02-07staging: wilc1000: rename variable s32ErrorLeo Kim1-10/+9
2016-02-07staging: wilc1000: wilc_parse_network_info(): renames local inner variablesLeo Kim1-27/+27
2016-02-07staging: wilc1000: wilc_parse_network_info(): renames local variablesLeo Kim1-34/+33
2016-02-07staging: wilc1000: wilc_parse_network_info(): renames function variablesLeo Kim1-8/+8
2016-02-07staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.cGlen Lee1-59/+0
2016-02-03staging: wilc1000: renames u16index variableLeo Kim1-6/+6
2016-02-03staging: wilc1000: renames u16TagParamOffset variableLeo Kim1-2/+2
2016-02-03staging: wilc1000: renames u16RxLen variableLeo Kim1-9/+9
2016-02-03staging: wilc1000: coreconfigurator.c : remove over-commentingLeo Kim1-140/+1
2015-12-18drivers:staging:wilc1000 Fix all comparison to NULL could be written ...Bogicevic Sasa1-5/+5
2015-12-18staging: wilc1000: return linux error valueGlen Lee1-2/+2