summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_cfg.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh2019-02-071-6/+6
* staging: wilc1000: make use of get_unaligned_le16/le32 to pack dataAjay Singh2019-01-181-14/+13Star
* staging: wilc1000: remove coreconfigurator.h fileAjay Singh2018-11-051-1/+0Star
* staging: wilc1000: fix incorrect allocation size for structureColin Ian King2018-09-281-1/+1
* staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals'Ajay Singh2018-09-251-7/+7
* staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh2018-09-251-56/+103
* staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' s...Ajay Singh2018-09-251-9/+14
* staging: wilc1000: remove unused wid from cfg structAjay Singh2018-09-251-107/+0Star
* staging: wilc1000: set default value of cfg response type in wilc_wlan_cfg_in...Ajay Singh2018-09-251-2/+1Star
* staging: wilc1000: refactor wilc_wlan_parse_info_frame() functionAjay Singh2018-09-251-8/+4Star
* staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()Ajay Singh2018-09-251-6/+2Star
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-051-8/+4Star
* staging: wilc1000: fix endianness warnings reported by sparseAjay Singh2018-08-021-11/+10Star
* staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh2018-08-021-5/+0Star
* staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh2018-05-031-1/+0Star
* staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_get_wid_value()Ajay Singh2018-02-161-3/+5
* staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_indicate_rxi()Ajay Singh2018-02-161-3/+6
* staging: wilc1000: remove blank line before close brace in wilc_wlan_cfg_get_...Ajay Singh2018-02-161-1/+0Star
* staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set_str()Ajay Singh2018-02-161-1/+2
* staging: wilc1000: remove unnecessary use of parenthesesAjay Singh2018-01-231-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* staging: wilc1000: Use new format for configuring firmwareAditya Shankar2017-04-081-23/+36
* staging: wilc1000: Replaced comparison to NULL statementsRoger H. Newell2016-03-281-2/+2
* staging: wilc1000: Removed braces from single block statementsRoger H. Newell2016-03-281-2/+1Star
* staging: wilc1000: use switch statement instead of multiple if statementChaehyun Lim2016-03-041-7/+19
* staging: wilc1000: remove unnecessary commentsChaehyun Lim2016-03-041-9/+9
* staging: wilc1000: add enum cfg_type_cmdChaehyun Lim2016-03-041-9/+16
* staging: wilc1000: rename hardwareProductVersion in struct wilc_mac_cfgChaehyun Lim2016-03-041-2/+2
* staging: wilc1000: remove commented codesChaehyun Lim2016-03-041-3/+0Star
* staging: wilc1000: wilc_wlan_cfg_init: changes unused argumentLeo Kim2016-02-221-1/+1
* staging: wilc1000: removes unnecessary variable of wilc_mac_cfg_t structureLeo Kim2016-02-221-7/+0Star
* Staging: wilc1000: Remove and rename struct typedefs from .c filesBhumika Goyal2016-02-201-5/+5
* Staging: wilc1000: Remove and rename struct typedefsBhumika Goyal2016-02-201-4/+4
* staging: wilc1000: remove unnecessary log message using GENERIC_DBG tagChris Park2016-02-081-9/+2Star
* staging: wilc1000: remove unused log message using the RX_DBG tagChris Park2016-02-081-5/+0Star
* staging: wilc1000: pass struct wilcGlen Lee2015-12-211-4/+5
* staging: wilc1000: use kernel define byte order macrosGlen Lee2015-12-211-13/+3Star
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-3/+3
* staging: wilc1000: remove typedef from wilc_cfg_rsp_tLeo Kim2015-11-161-1/+1
* Staging: wilc1000: wilc_wlan_cfg: Remove unnecessary castShivani Bhardwaj2015-10-131-1/+1
* staging: wilc1000: remove function pointer cfg_initGlen Lee2015-10-021-5/+1Star
* staging: wilc1000: remove function pointer rx_indicateGlen Lee2015-10-021-2/+1Star
* staging: wilc1000: remove function pointer cfg_wid_get_valGlen Lee2015-10-021-2/+1Star
* staging: wilc1000: remove function pointer cfg_wid_getGlen Lee2015-10-021-2/+1Star
* staging: wilc1000: remove function pointer cfg_wid_setGlen Lee2015-10-021-2/+1Star
* staging: wilc1000: fix build error for openrisc-allmodconfigChaehyun Lim2015-09-301-0/+1
* staging: wilc1000: remove useless #if 1Chaehyun Lim2015-09-211-2/+0Star
* staging: wilc1000: remove useless commentChaehyun Lim2015-09-211-1/+0Star
* staging: wilc1000: use u32 instead of uint32_tChaehyun Lim2015-09-151-15/+15
* staging: wilc1000: use u16 instead of uint16_tChaehyun Lim2015-09-151-9/+9