aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Elise Lennion1-6/+0
2016-08-21drivers: wilc1000: remove references to semaphoresJoshua Houghton1-1/+1
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valChaehyun Lim1-1/+1
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getChaehyun Lim1-1/+1
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setChaehyun Lim1-1/+1
2016-02-22staging: wilc1000: move MODALIS and GPIO_NUM define to wilc_wlan.h fileChris Park1-0/+2
2016-02-22staging: wilc1000: moves LINUX_RX_SIZE, LINUX_TX_SIZEChris Park1-0/+3
2016-02-11staging: wilc1000: fix return type of wilc_send_config_pktChaehyun Lim1-1/+1
2016-02-07staging: wilc1000: fix warnings for line over 80 charactersChris Park1-1/+2
2016-02-07staging: wilc1000: pass vif to wilc_send_config_pktGlen Lee1-3/+4
2016-02-07staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.cGlen Lee1-0/+2
2016-02-03staging: wilc1000: set bssid with modeGlen Lee1-1/+0
2016-02-03staging: wilc1000: sdio_init: add resume argumentGlen Lee1-1/+1
2016-02-03staging: wilc1000: add sdio resume/suspendGlen Lee1-1/+2
2016-02-03staging: wilc1000: support suspend/resume functionalityGlen Lee1-1/+3
2015-12-21staging: wilc1000: remove unused functionsGlen Lee1-2/+0
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee1-1/+1
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee1-11/+0
2015-12-21staging: wilc1000: rename index to tcp_pending_ack_idxGlen Lee1-1/+1
2015-12-18staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGlen Lee1-1/+2
2015-12-18staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGlen Lee1-2/+2
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee1-13/+13
2015-12-18staging: wilc1000: pass struct wilc to the functions which use hif_funcGlen Lee1-1/+1
2015-12-18staging: wilc1000: remove spi speed control codesGlen Lee1-2/+0
2015-12-18staging/wilc1000: pass struct wilc to most linux_wlan.c functionsArnd Bergmann1-5/+5
2015-12-18staging/wilc1000: remove WILC_SDIO/WILC_SPI macrosArnd Bergmann1-5/+2
2015-12-18staging/wilc1000: turn enable_irq/disable_irq into callbacksArnd Bergmann1-0/+2
2015-12-18staging/wilc1000: pass hif operations through initializationArnd Bergmann1-2/+2
2015-12-18staging/wilc1000: move extern declarations to headersArnd Bergmann1-0/+21
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann1-1/+1
2015-11-15staging: wilc1000: change parameter type of hif_initGlen Lee1-2/+2
2015-11-15staging: wilc1000: remove typedef from wilc_hif_func_tLeo Kim1-2/+2
2015-11-15staging: wilc1000: remove typedef from wilc_cfg_rsp_tLeo Kim1-2/+2
2015-11-15staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_tLeo Kim1-4/+0
2015-11-15staging: wilc1000: remove typedef from wilc_cfg_frame_tLeo Kim1-2/+2
2015-11-15staging: wilc1000: fixes please don't use multiple blank linesLeo Kim1-8/+0
2015-11-15staging: wilc1000: fixes prefer using the BIT macroLeo Kim1-25/+14
2015-11-15staging: wilc1000: wilc_wlan.h: alignment definesLeo Kim1-144/+148
2015-11-15staging: wilc1000: rename tcp_PendingAck_index of struct txq_entry_tLeo Kim1-1/+1
2015-11-15staging: wilc1000: rename drvHandler in wilc_wlan_cfg_get functionLeo Kim1-1/+1
2015-11-15staging: wilc1000: rename drvHandler in wilc_wlan_cfg_set functionLeo Kim1-1/+1
2015-11-15staging: wilc1000: rename pu32TxqCount in wilc_wlan_handle_txq functionLeo Kim1-1/+1
2015-11-15staging: wilc1000: remove unused argument of chip_sleep_manually functionLeo Kim1-0/+1
2015-11-15staging: wilc1000: wilc_wlan_txq_add_mgmt_pkt: add new argument devGlen Lee1-2/+2
2015-10-29staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_deviceGlen Lee1-2/+2
2015-10-29staging: wilc1000: wilc_wlan_cleanup: add new argument struct net_deviceGlen Lee1-1/+1
2015-10-29staging: wilc1000: wilc_wlan_handle_txq: add argument and use wilcGlen Lee1-1/+1
2015-10-29staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isrGlen Lee1-1/+1
2015-10-02staging: wilc1000: remove function pointer cfg_initGlen Lee1-4/+0
2015-10-02staging: wilc1000: remove function pointer rx_indicateGlen Lee1-1/+0