aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-07staging: wilc1000: increase link speedGlen Lee1-10/+17
2016-02-07staging: wilc1000: remove define TCP_ACK_FILTERGlen Lee1-20/+2
2016-02-07staging: wilc1000: tcp_process: fix a build warningGlen Lee1-0/+1
2016-02-03staging: wilc1000: remove wilc_set_machw_change_vir_ifGlen Lee1-32/+0
2016-02-03staging: wilc1000: sdio_init: add resume argumentGlen Lee1-1/+1
2016-02-03staging: wilc1000: add sdio resume/suspendGlen Lee1-4/+7
2016-02-03staging: wilc1000: support suspend/resume functionalityGlen Lee1-12/+19
2016-02-03staging: wilc1000: remove define WILC_OPTIMIZE_SLEEP_INTGlen Lee1-72/+2
2016-02-03staging: wilc1000: fix bug when changing virtual interfaceGlen Lee1-0/+2
2016-02-03staging: wilc1000: replace numerical constant with predefined MACROHari Prasath Gujulan Elango1-1/+1
2015-12-21staging: wilc1000: bug fix on memory freeGlen Lee1-0/+1
2015-12-21staging: wilc1000: pass struct wilcGlen Lee1-1/+1
2015-12-21staging: wilc1000: move perInterface_wlan_t to wilc_vifGlen Lee1-30/+30
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee1-1/+1
2015-12-21staging: wilc1000: move all of wilc_wlan_dev_t to struct wilcGlen Lee1-154/+117
2015-12-21staging: wilc1000: remove unused varialbe tx_buffer_offsetGlen Lee1-1/+0
2015-12-21staging: wilc1000: remove io_type of wilc_wlan_dev_tGlen Lee1-11/+8
2015-12-21staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_tGlen Lee1-84/+77
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee1-16/+6
2015-12-21staging: wilc1000: rename index to tcp_pending_ack_idxGlen Lee1-6/+6
2015-12-21staging: wilc1000: remove wilc memory allocation configGlen Lee1-30/+0
2015-12-18staging: wilc1000: wilc_dbg: remove wilcGlen Lee1-1/+1
2015-12-18staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGlen Lee1-2/+2
2015-12-18staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGlen Lee1-3/+2
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee1-76/+91
2015-12-18staging: wilc1000: pass struct wilc to the functions which use hif_funcGlen Lee1-28/+28
2015-12-18staging: wilc1000: remove sdio speed control codesGlen Lee1-10/+0
2015-12-18staging/wilc1000: pass struct wilc to most linux_wlan.c functionsArnd Bergmann1-69/+76
2015-12-18staging/wilc1000: split out bus specific modulesArnd Bergmann1-0/+1
2015-12-18staging/wilc1000: remove WILC_SDIO/WILC_SPI macrosArnd Bergmann1-1/+4
2015-12-18staging/wilc1000: pass hif operations through initializationArnd Bergmann1-13/+2
2015-12-18staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOArnd Bergmann1-6/+2
2015-12-18staging/wilc1000: move wilc_wlan_inp_t into struct wilcArnd Bergmann1-10/+9
2015-12-18staging/wilc1000: move extern declarations to headersArnd Bergmann1-7/+1
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann1-21/+21
2015-12-18staging/wilc1000: make symbols static if possibleArnd Bergmann1-8/+15
2015-12-18staging/wilc1000: remove unused functionsArnd Bergmann1-4/+0
2015-11-15staging: wilc1000: change parameter type of hif_initGlen Lee1-2/+6
2015-11-15staging: wilc1000: separate hif_sdio and hif_spi into different moduleGlen Lee1-19/+17
2015-11-15staging: wilc1000: remove typedef from wilc_hif_func_tLeo Kim1-5/+5
2015-11-15staging: wilc1000: remove typedef from wilc_cfg_rsp_tLeo Kim1-1/+1
2015-11-15staging: wilc1000: remove typedef from wilc_cfg_frame_tLeo Kim1-2/+2
2015-11-15staging: wilc1000: replace numeric type to kernel error typeLeo Kim1-12/+12
2015-11-15staging: wilc1000: remove warnings line over 80 charactersLeo Kim1-16/+34
2015-11-15staging: wilc1000: fixes possible unnecessary 'out of memory' messageLeo Kim1-1/+0
2015-11-15staging: wilc1000: fixes space prohibited between function name and open parenthesisLeo Kim1-1/+1
2015-11-15staging: wilc1000: rename tcp_PendingAck_index of struct txq_entry_tLeo Kim1-6/+6
2015-11-15staging: wilc1000: fixes alignment should match open parenthesisLeo Kim1-1/+1
2015-11-15staging: wilc1000: wilc_wlan.c: remove unused pointer variablesLeo Kim1-3/+0
2015-11-15staging: wilc1000: rename drvHandler in wilc_wlan_cfg_get functionLeo Kim1-2/+2