aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-07staging: wilc1000: function prototype argument should have identifier nameGravatar Arushi Singhal 1-3/+3
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Gravatar Elise Lennion 1-6/+0
2016-08-21drivers: wilc1000: remove references to semaphoresGravatar Joshua Houghton 1-1/+1
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valGravatar Chaehyun Lim 1-1/+1
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getGravatar Chaehyun Lim 1-1/+1
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setGravatar Chaehyun Lim 1-1/+1
2016-02-22staging: wilc1000: move MODALIS and GPIO_NUM define to wilc_wlan.h fileGravatar Chris Park 1-0/+2
2016-02-22staging: wilc1000: moves LINUX_RX_SIZE, LINUX_TX_SIZEGravatar Chris Park 1-0/+3
2016-02-11staging: wilc1000: fix return type of wilc_send_config_pktGravatar Chaehyun Lim 1-1/+1
2016-02-07staging: wilc1000: fix warnings for line over 80 charactersGravatar Chris Park 1-1/+2
2016-02-07staging: wilc1000: pass vif to wilc_send_config_pktGravatar Glen Lee 1-3/+4
2016-02-07staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.cGravatar Glen Lee 1-0/+2
2016-02-03staging: wilc1000: set bssid with modeGravatar Glen Lee 1-1/+0
2016-02-03staging: wilc1000: sdio_init: add resume argumentGravatar Glen Lee 1-1/+1
2016-02-03staging: wilc1000: add sdio resume/suspendGravatar Glen Lee 1-1/+2
2016-02-03staging: wilc1000: support suspend/resume functionalityGravatar Glen Lee 1-1/+3
2015-12-21staging: wilc1000: remove unused functionsGravatar Glen Lee 1-2/+0
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGravatar Glen Lee 1-1/+1
2015-12-21staging: wilc1000: use kernel define byte order macrosGravatar Glen Lee 1-11/+0
2015-12-21staging: wilc1000: rename index to tcp_pending_ack_idxGravatar Glen Lee 1-1/+1
2015-12-18staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGravatar Glen Lee 1-1/+2
2015-12-18staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGravatar Glen Lee 1-2/+2
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGravatar Glen Lee 1-13/+13
2015-12-18staging: wilc1000: pass struct wilc to the functions which use hif_funcGravatar Glen Lee 1-1/+1
2015-12-18staging: wilc1000: remove spi speed control codesGravatar Glen Lee 1-2/+0
2015-12-18staging/wilc1000: pass struct wilc to most linux_wlan.c functionsGravatar Arnd Bergmann 1-5/+5
2015-12-18staging/wilc1000: remove WILC_SDIO/WILC_SPI macrosGravatar Arnd Bergmann 1-5/+2
2015-12-18staging/wilc1000: turn enable_irq/disable_irq into callbacksGravatar Arnd Bergmann 1-0/+2
2015-12-18staging/wilc1000: pass hif operations through initializationGravatar Arnd Bergmann 1-2/+2
2015-12-18staging/wilc1000: move extern declarations to headersGravatar Arnd Bergmann 1-0/+21
2015-12-18staging/wilc1000: use proper naming for global symbolsGravatar Arnd Bergmann 1-1/+1
2015-11-15staging: wilc1000: change parameter type of hif_initGravatar Glen Lee 1-2/+2
2015-11-15staging: wilc1000: remove typedef from wilc_hif_func_tGravatar Leo Kim 1-2/+2
2015-11-15staging: wilc1000: remove typedef from wilc_cfg_rsp_tGravatar Leo Kim 1-2/+2
2015-11-15staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_tGravatar Leo Kim 1-4/+0
2015-11-15staging: wilc1000: remove typedef from wilc_cfg_frame_tGravatar Leo Kim 1-2/+2
2015-11-15staging: wilc1000: fixes please don't use multiple blank linesGravatar Leo Kim 1-8/+0
2015-11-15staging: wilc1000: fixes prefer using the BIT macroGravatar Leo Kim 1-25/+14
2015-11-15staging: wilc1000: wilc_wlan.h: alignment definesGravatar Leo Kim 1-144/+148
2015-11-15staging: wilc1000: rename tcp_PendingAck_index of struct txq_entry_tGravatar Leo Kim 1-1/+1
2015-11-15staging: wilc1000: rename drvHandler in wilc_wlan_cfg_get functionGravatar Leo Kim 1-1/+1
2015-11-15staging: wilc1000: rename drvHandler in wilc_wlan_cfg_set functionGravatar Leo Kim 1-1/+1
2015-11-15staging: wilc1000: rename pu32TxqCount in wilc_wlan_handle_txq functionGravatar Leo Kim 1-1/+1
2015-11-15staging: wilc1000: remove unused argument of chip_sleep_manually functionGravatar Leo Kim 1-0/+1
2015-11-15staging: wilc1000: wilc_wlan_txq_add_mgmt_pkt: add new argument devGravatar Glen Lee 1-2/+2
2015-10-29staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_deviceGravatar Glen Lee 1-2/+2
2015-10-29staging: wilc1000: wilc_wlan_cleanup: add new argument struct net_deviceGravatar Glen Lee 1-1/+1
2015-10-29staging: wilc1000: wilc_wlan_handle_txq: add argument and use wilcGravatar Glen Lee 1-1/+1
2015-10-29staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isrGravatar Glen Lee 1-1/+1
2015-10-02staging: wilc1000: remove function pointer cfg_initGravatar Glen Lee 1-4/+0