aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05staging: wilc1000: remove 'wilc_' prefix from filenamesAjay Singh1-457/+0
2019-08-08staging: wilc1000: use helper API to pack data for firmwareAjay Singh1-56/+18
2019-07-22staging: wilc1000: Replace function wilc_wlan_cfg_get_val()Nishka Dasgupta1-2/+2
2019-02-07staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh1-6/+6
2019-01-18staging: wilc1000: make use of get_unaligned_le16/le32 to pack dataAjay Singh1-14/+13
2018-11-05staging: wilc1000: remove coreconfigurator.h fileAjay Singh1-1/+0
2018-09-28staging: wilc1000: fix incorrect allocation size for structureColin Ian King1-1/+1
2018-09-25staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals'Ajay Singh1-7/+7
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh1-56/+103
2018-09-25staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' structAjay Singh1-9/+14
2018-09-25staging: wilc1000: remove unused wid from cfg structAjay Singh1-107/+0
2018-09-25staging: wilc1000: set default value of cfg response type in wilc_wlan_cfg_indicate_rx()Ajay Singh1-2/+1
2018-09-25staging: wilc1000: refactor wilc_wlan_parse_info_frame() functionAjay Singh1-8/+4
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()Ajay Singh1-6/+2
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-8/+4
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh1-11/+10
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh1-5/+0
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-1/+0
2018-02-16staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_get_wid_value()Ajay Singh1-3/+5
2018-02-16staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_indicate_rxi()Ajay Singh1-3/+6
2018-02-16staging: wilc1000: remove blank line before close brace in wilc_wlan_cfg_get_wid_value()Ajay Singh1-1/+0
2018-02-16staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set_str()Ajay Singh1-1/+2
2018-01-23staging: wilc1000: remove unnecessary use of parenthesesAjay Singh1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-08staging: wilc1000: Use new format for configuring firmwareAditya Shankar1-23/+36
2016-03-28staging: wilc1000: Replaced comparison to NULL statementsRoger H. Newell1-2/+2
2016-03-28staging: wilc1000: Removed braces from single block statementsRoger H. Newell1-2/+1
2016-03-03staging: wilc1000: use switch statement instead of multiple if statementChaehyun Lim1-7/+19
2016-03-03staging: wilc1000: remove unnecessary commentsChaehyun Lim1-9/+9
2016-03-03staging: wilc1000: add enum cfg_type_cmdChaehyun Lim1-9/+16
2016-03-03staging: wilc1000: rename hardwareProductVersion in struct wilc_mac_cfgChaehyun Lim1-2/+2
2016-03-03staging: wilc1000: remove commented codesChaehyun Lim1-3/+0
2016-02-22staging: wilc1000: wilc_wlan_cfg_init: changes unused argumentLeo Kim1-1/+1
2016-02-22staging: wilc1000: removes unnecessary variable of wilc_mac_cfg_t structureLeo Kim1-7/+0
2016-02-20Staging: wilc1000: Remove and rename struct typedefs from .c filesBhumika Goyal1-5/+5
2016-02-19Staging: wilc1000: Remove and rename struct typedefsBhumika Goyal1-4/+4
2016-02-07staging: wilc1000: remove unnecessary log message using GENERIC_DBG tagChris Park1-9/+2
2016-02-07staging: wilc1000: remove unused log message using the RX_DBG tagChris Park1-5/+0
2015-12-21staging: wilc1000: pass struct wilcGlen Lee1-4/+5
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee1-13/+3
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann1-3/+3
2015-11-15staging: wilc1000: remove typedef from wilc_cfg_rsp_tLeo Kim1-1/+1
2015-10-13Staging: wilc1000: wilc_wlan_cfg: Remove unnecessary castShivani Bhardwaj1-1/+1
2015-10-02staging: wilc1000: remove function pointer cfg_initGlen Lee1-5/+1
2015-10-02staging: wilc1000: remove function pointer rx_indicateGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_get_valGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_getGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_setGlen Lee1-2/+1
2015-09-30staging: wilc1000: fix build error for openrisc-allmodconfigChaehyun Lim1-0/+1
2015-09-20staging: wilc1000: remove useless #if 1Chaehyun Lim1-2/+0