aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-20staging: wilc1000: remove useless commentChaehyun Lim1-1/+0
2015-09-15staging: wilc1000: use u32 instead of uint32_tChaehyun Lim1-15/+15
2015-09-15staging: wilc1000: use u16 instead of uint16_tChaehyun Lim1-9/+9
2015-09-15staging: wilc1000: use u8 instead of uint8_tChaehyun Lim1-59/+59
2015-09-12staging: wilc1000: remove unused preprocessor definitionTony Cho1-8/+0
2015-09-12staging: wilc1000: remove dead codesTony Cho1-28/+0
2015-09-12staging: wilc1000: add a blank line after declarationChaehyun Lim1-0/+3
2015-08-17staging: wilc1000: remove void function return statements that are not usefulRaphaƫl Beamonte1-2/+0
2015-08-08staging: wilc1000: Remove ' ' before quoted '\n'Chandra S Gorentla1-4/+4
2015-07-06staging: wilc1000: remove unused variable msg_lenHari Prasath Gujulan Elango1-6/+0
2015-06-18staging: wilc1000: remove commented codeChaehyun Lim1-26/+0
2015-06-11staging: wilc1000: change WILC_BOOL to boolDean Lee1-2/+2
2015-06-11staging: wilc1000: remove WILC_Uint32Chaehyun Lim1-1/+1
2015-05-24staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim1-0/+643