summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* staging: wilc1000: function prototype argument should have identifier nameArushi Singhal2017-03-071-3/+3
* staging: wilc1000: Remove unnecessary extern variables.Elise Lennion2016-10-171-6/+0Star
* drivers: wilc1000: remove references to semaphoresJoshua Houghton2016-08-211-1/+1
* staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valChaehyun Lim2016-03-291-1/+1
* staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getChaehyun Lim2016-03-291-1/+1
* staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setChaehyun Lim2016-03-291-1/+1
* staging: wilc1000: move MODALIS and GPIO_NUM define to wilc_wlan.h fileChris Park2016-02-221-0/+2
* staging: wilc1000: moves LINUX_RX_SIZE, LINUX_TX_SIZEChris Park2016-02-221-0/+3
* staging: wilc1000: fix return type of wilc_send_config_pktChaehyun Lim2016-02-121-1/+1
* staging: wilc1000: fix warnings for line over 80 charactersChris Park2016-02-081-1/+2
* staging: wilc1000: pass vif to wilc_send_config_pktGlen Lee2016-02-081-3/+4
* staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.cGlen Lee2016-02-081-0/+2
* staging: wilc1000: set bssid with modeGlen Lee2016-02-041-1/+0Star
* staging: wilc1000: sdio_init: add resume argumentGlen Lee2016-02-041-1/+1
* staging: wilc1000: add sdio resume/suspendGlen Lee2016-02-041-1/+2
* staging: wilc1000: support suspend/resume functionalityGlen Lee2016-02-041-1/+3
* staging: wilc1000: remove unused functionsGlen Lee2015-12-211-2/+0Star
* staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee2015-12-211-1/+1
* staging: wilc1000: use kernel define byte order macrosGlen Lee2015-12-211-11/+0Star
* staging: wilc1000: rename index to tcp_pending_ack_idxGlen Lee2015-12-211-1/+1
* staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGlen Lee2015-12-181-1/+2
* staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGlen Lee2015-12-181-2/+2
* staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee2015-12-181-13/+13
* staging: wilc1000: pass struct wilc to the functions which use hif_funcGlen Lee2015-12-181-1/+1
* staging: wilc1000: remove spi speed control codesGlen Lee2015-12-181-2/+0Star
* staging/wilc1000: pass struct wilc to most linux_wlan.c functionsArnd Bergmann2015-12-181-5/+5
* staging/wilc1000: remove WILC_SDIO/WILC_SPI macrosArnd Bergmann2015-12-181-5/+2Star
* staging/wilc1000: turn enable_irq/disable_irq into callbacksArnd Bergmann2015-12-181-0/+2
* staging/wilc1000: pass hif operations through initializationArnd Bergmann2015-12-181-2/+2
* staging/wilc1000: move extern declarations to headersArnd Bergmann2015-12-181-0/+21
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-1/+1
* staging: wilc1000: change parameter type of hif_initGlen Lee2015-11-161-2/+2
* staging: wilc1000: remove typedef from wilc_hif_func_tLeo Kim2015-11-161-2/+2
* staging: wilc1000: remove typedef from wilc_cfg_rsp_tLeo Kim2015-11-161-2/+2
* staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_tLeo Kim2015-11-161-4/+0Star
* staging: wilc1000: remove typedef from wilc_cfg_frame_tLeo Kim2015-11-161-2/+2
* staging: wilc1000: fixes please don't use multiple blank linesLeo Kim2015-11-161-8/+0Star
* staging: wilc1000: fixes prefer using the BIT macroLeo Kim2015-11-161-25/+14Star
* staging: wilc1000: wilc_wlan.h: alignment definesLeo Kim2015-11-161-144/+148
* staging: wilc1000: rename tcp_PendingAck_index of struct txq_entry_tLeo Kim2015-11-161-1/+1
* staging: wilc1000: rename drvHandler in wilc_wlan_cfg_get functionLeo Kim2015-11-161-1/+1
* staging: wilc1000: rename drvHandler in wilc_wlan_cfg_set functionLeo Kim2015-11-161-1/+1
* staging: wilc1000: rename pu32TxqCount in wilc_wlan_handle_txq functionLeo Kim2015-11-161-1/+1
* staging: wilc1000: remove unused argument of chip_sleep_manually functionLeo Kim2015-11-161-0/+1
* staging: wilc1000: wilc_wlan_txq_add_mgmt_pkt: add new argument devGlen Lee2015-11-161-2/+2
* staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_deviceGlen Lee2015-10-291-2/+2
* staging: wilc1000: wilc_wlan_cleanup: add new argument struct net_deviceGlen Lee2015-10-291-1/+1
* staging: wilc1000: wilc_wlan_handle_txq: add argument and use wilcGlen Lee2015-10-291-1/+1
* staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isrGlen Lee2015-10-291-1/+1