aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan_cfg.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-08staging: wilc1000: Use new format for configuring firmwareGravatar Aditya Shankar 1-23/+36
2016-03-28staging: wilc1000: Replaced comparison to NULL statementsGravatar Roger H. Newell 1-2/+2
2016-03-28staging: wilc1000: Removed braces from single block statementsGravatar Roger H. Newell 1-2/+1
2016-03-03staging: wilc1000: use switch statement instead of multiple if statementGravatar Chaehyun Lim 1-7/+19
2016-03-03staging: wilc1000: remove unnecessary commentsGravatar Chaehyun Lim 1-9/+9
2016-03-03staging: wilc1000: add enum cfg_type_cmdGravatar Chaehyun Lim 1-9/+16
2016-03-03staging: wilc1000: rename hardwareProductVersion in struct wilc_mac_cfgGravatar Chaehyun Lim 1-2/+2
2016-03-03staging: wilc1000: remove commented codesGravatar Chaehyun Lim 1-3/+0
2016-02-22staging: wilc1000: wilc_wlan_cfg_init: changes unused argumentGravatar Leo Kim 1-1/+1
2016-02-22staging: wilc1000: removes unnecessary variable of wilc_mac_cfg_t structureGravatar Leo Kim 1-7/+0
2016-02-20Staging: wilc1000: Remove and rename struct typedefs from .c filesGravatar Bhumika Goyal 1-5/+5
2016-02-19Staging: wilc1000: Remove and rename struct typedefsGravatar Bhumika Goyal 1-4/+4
2016-02-07staging: wilc1000: remove unnecessary log message using GENERIC_DBG tagGravatar Chris Park 1-9/+2
2016-02-07staging: wilc1000: remove unused log message using the RX_DBG tagGravatar Chris Park 1-5/+0
2015-12-21staging: wilc1000: pass struct wilcGravatar Glen Lee 1-4/+5
2015-12-21staging: wilc1000: use kernel define byte order macrosGravatar Glen Lee 1-13/+3
2015-12-18staging/wilc1000: use proper naming for global symbolsGravatar Arnd Bergmann 1-3/+3
2015-11-15staging: wilc1000: remove typedef from wilc_cfg_rsp_tGravatar Leo Kim 1-1/+1
2015-10-13Staging: wilc1000: wilc_wlan_cfg: Remove unnecessary castGravatar Shivani Bhardwaj 1-1/+1
2015-10-02staging: wilc1000: remove function pointer cfg_initGravatar Glen Lee 1-5/+1
2015-10-02staging: wilc1000: remove function pointer rx_indicateGravatar Glen Lee 1-2/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_get_valGravatar Glen Lee 1-2/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_getGravatar Glen Lee 1-2/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_setGravatar Glen Lee 1-2/+1
2015-09-30staging: wilc1000: fix build error for openrisc-allmodconfigGravatar Chaehyun Lim 1-0/+1
2015-09-20staging: wilc1000: remove useless #if 1Gravatar Chaehyun Lim 1-2/+0
2015-09-20staging: wilc1000: remove useless commentGravatar Chaehyun Lim 1-1/+0
2015-09-15staging: wilc1000: use u32 instead of uint32_tGravatar Chaehyun Lim 1-15/+15
2015-09-15staging: wilc1000: use u16 instead of uint16_tGravatar Chaehyun Lim 1-9/+9
2015-09-15staging: wilc1000: use u8 instead of uint8_tGravatar Chaehyun Lim 1-59/+59
2015-09-12staging: wilc1000: remove unused preprocessor definitionGravatar Tony Cho 1-8/+0
2015-09-12staging: wilc1000: remove dead codesGravatar Tony Cho 1-28/+0
2015-09-12staging: wilc1000: add a blank line after declarationGravatar Chaehyun Lim 1-0/+3
2015-08-17staging: wilc1000: remove void function return statements that are not usefulGravatar Raphaël Beamonte 1-2/+0
2015-08-08staging: wilc1000: Remove ' ' before quoted '\n'Gravatar Chandra S Gorentla 1-4/+4
2015-07-06staging: wilc1000: remove unused variable msg_lenGravatar Hari Prasath Gujulan Elango 1-6/+0
2015-06-18staging: wilc1000: remove commented codeGravatar Chaehyun Lim 1-26/+0
2015-06-11staging: wilc1000: change WILC_BOOL to boolGravatar Dean Lee 1-2/+2
2015-06-11staging: wilc1000: remove WILC_Uint32Gravatar Chaehyun Lim 1-1/+1
2015-05-24staging: wilc1000: Add SDIO/SPI 802.11 driverGravatar Johnny Kim 1-0/+643