aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan.h
AgeCommit message (Expand)Author
2019-02-07staging: wilc1000: move macro and function prototype from wilc_wlan_if.h fileAjay Singh
2019-02-07staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh
2019-02-04staging: wilc1000: rename timeout related macrosAjay Singh
2019-01-18staging: wilc1000: avoid the use of typedef for function pointersAjay Singh
2019-01-18staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_com...Ajay Singh
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh
2018-09-10staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...Ajay Singh
2018-09-10staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh
2018-08-05staging: wilc1000: replace ISWILC1000() macro with inline functionAjay Singh
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh
2018-07-21staging: wilc1000: removed unused element from wilc_cfg_frame structAjay Singh
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh
2018-04-26staging: wilc1000: remove unsed typedef wilc_debug_funcAjay Singh
2018-04-25staging/wilc1000: fix wilc_mac_xmit()'s return typeLuc Van Oostenryck
2018-04-25staging: wilc1000: added identifiers name in function definationsAjay Singh
2018-04-25staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh
2018-03-01staging: wilc1000: move multiple definition of same macro to common headerAjay Singh
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-07staging: wilc1000: function prototype argument should have identifier nameArushi Singhal
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Elise Lennion
2016-08-21drivers: wilc1000: remove references to semaphoresJoshua Houghton
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valChaehyun Lim
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getChaehyun Lim
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setChaehyun Lim
2016-02-22staging: wilc1000: move MODALIS and GPIO_NUM define to wilc_wlan.h fileChris Park
2016-02-22staging: wilc1000: moves LINUX_RX_SIZE, LINUX_TX_SIZEChris Park
2016-02-11staging: wilc1000: fix return type of wilc_send_config_pktChaehyun Lim
2016-02-07staging: wilc1000: fix warnings for line over 80 charactersChris Park
2016-02-07staging: wilc1000: pass vif to wilc_send_config_pktGlen Lee
2016-02-07staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.cGlen Lee
2016-02-03staging: wilc1000: set bssid with modeGlen Lee
2016-02-03staging: wilc1000: sdio_init: add resume argumentGlen Lee
2016-02-03staging: wilc1000: add sdio resume/suspendGlen Lee
2016-02-03staging: wilc1000: support suspend/resume functionalityGlen Lee
2015-12-21staging: wilc1000: remove unused functionsGlen Lee
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee
2015-12-21staging: wilc1000: rename index to tcp_pending_ack_idxGlen Lee
2015-12-18staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGlen Lee
2015-12-18staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGlen Lee
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee
2015-12-18staging: wilc1000: pass struct wilc to the functions which use hif_funcGlen Lee
2015-12-18staging: wilc1000: remove spi speed control codesGlen Lee
2015-12-18staging/wilc1000: pass struct wilc to most linux_wlan.c functionsArnd Bergmann
2015-12-18staging/wilc1000: remove WILC_SDIO/WILC_SPI macrosArnd Bergmann
2015-12-18staging/wilc1000: turn enable_irq/disable_irq into callbacksArnd Bergmann
2015-12-18staging/wilc1000: pass hif operations through initializationArnd Bergmann