summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Staging: wilc1000: Compress return logic into one lineMihaela Muraru2016-10-161-3/+1Star
* staging: wilc1000: fix a couple of memory leaksColin Ian King2016-03-231-2/+6
* staging: wilc1000: use TAG_PARAM_OFFSET defineChaehyun Lim2016-03-041-8/+4Star
* staging: wilc1000: coreconfigurator.c: removes unnecessary log messagesChris Park2016-02-221-3/+1Star
* staging: wilc1000: remove warnings line over 80 charactersLeo Kim2016-02-081-4/+7
* staging: wilc1000: renames u64Tsf of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames struct connect_resp_info variablesLeo Kim2016-02-081-4/+3Star
* staging: wilc1000: renames u32Tsf of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames u8channel of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames u8DtimPeriod of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames u16BeaconPeriod of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames au8bssid of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames u8SsidLen of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames au8ssid of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames u16CapInfo of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: renames s8rssi of connect_resp_info structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: remove typedef from pstrNetworkInfoLeo Kim2016-02-081-3/+4
* staging: wilc1000: renames struct connect_resp_info variablesLeo Kim2016-02-081-7/+7
* staging: wilc1000: remove typedef from tstrConnectRespInfoLeo Kim2016-02-081-3/+3
* staging: wilc1000: removes function 'wilc_dealloc_assoc_resp_info()'Leo Kim2016-02-081-22/+0Star
* staging: wilc1000: removes function 'wilc_dealloc_network_info()'Leo Kim2016-02-081-22/+0Star
* staging: wilc1000: remove unused log message using the CORECONFIG_DBG tagChris Park2016-02-081-1/+0Star
* staging: wilc1000: wilc_dealloc_network_info(): renames function variablesLeo Kim2016-02-081-7/+7
* staging: wilc1000: wilc_dealloc_assoc_resp_info(): renames function variablesLeo Kim2016-02-081-7/+7
* staging: wilc1000: wilc_parse_assoc_resp_info(): renames local variablesLeo Kim2016-02-081-17/+17
* staging: wilc1000: wilc_parse_assoc_resp_info(): renames function variablesLeo Kim2016-02-081-8/+8
* staging: wilc1000: rename variable s32ErrorLeo Kim2016-02-081-10/+9Star
* staging: wilc1000: wilc_parse_network_info(): renames local inner variablesLeo Kim2016-02-081-27/+27
* staging: wilc1000: wilc_parse_network_info(): renames local variablesLeo Kim2016-02-081-34/+33Star
* staging: wilc1000: wilc_parse_network_info(): renames function variablesLeo Kim2016-02-081-8/+8
* staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.cGlen Lee2016-02-081-59/+0Star
* staging: wilc1000: renames u16index variableLeo Kim2016-02-041-6/+6
* staging: wilc1000: renames u16TagParamOffset variableLeo Kim2016-02-041-2/+2
* staging: wilc1000: renames u16RxLen variableLeo Kim2016-02-041-9/+9
* staging: wilc1000: coreconfigurator.c : remove over-commentingLeo Kim2016-02-041-140/+1Star
* drivers:staging:wilc1000 Fix all comparison to NULL could be written ...Bogicevic Sasa2015-12-181-5/+5
* staging: wilc1000: return linux error valueGlen Lee2015-12-181-2/+2
* staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGlen Lee2015-12-181-1/+1
* staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGlen Lee2015-12-181-1/+1
* staging: wilc1000: wilc_send_config_pkt: pass struct wilcGlen Lee2015-12-181-1/+2
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-5/+5
* staging/wilc1000: make symbols static if possibleArnd Bergmann2015-12-181-2/+2
* Merge 4.4-rc2 into staging-nextGreg Kroah-Hartman2015-11-231-23/+25
|\
| * Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"Glen Lee2015-11-181-23/+25
* | staging: wilc1000: send_config_pkt: remove unnecessary blank lineGlen Lee2015-11-161-1/+0Star
|/
* Staging: wilc1000: coreconfigurator: Remove trailing whitespaceShivani Bhardwaj2015-10-291-2/+2
* Staging: wilc1000: coreconfigurator: Remove unnecessary parenthesesShivani Bhardwaj2015-10-271-3/+3
* Staging: wilc1000: coreconfigurator: Remove irrelevant wrapper functionShivani Bhardwaj2015-10-271-9/+6Star
* Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functionsShivani Bhardwaj2015-10-271-25/+23Star