summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.h
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()Ajay Singh2019-07-011-1/+1
* staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh2019-07-011-3/+3
* staging: wilc1000: move macro and function prototype from wilc_wlan_if.h fileAjay Singh2019-02-071-0/+9
* staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh2019-02-071-4/+4
* staging: wilc1000: rename timeout related macrosAjay Singh2019-02-041-1/+1
* staging: wilc1000: avoid the use of typedef for function pointersAjay Singh2019-01-181-2/+3
* staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_com...Ajay Singh2019-01-181-4/+10
* staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh2018-09-251-1/+2
* staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh2018-09-101-1/+1
* staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...Ajay Singh2018-09-101-1/+1
* staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh2018-09-101-1/+0Star
* staging: wilc1000: replace ISWILC1000() macro with inline functionAjay Singh2018-08-051-2/+0Star
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-051-0/+5
* staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh2018-08-021-6/+0Star
* staging: wilc1000: removed unused element from wilc_cfg_frame structAjay Singh2018-07-211-3/+0Star
* staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh2018-06-171-1/+1
* staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh2018-06-171-2/+1Star
* staging: wilc1000: remove unsed typedef wilc_debug_funcAjay Singh2018-04-261-7/+0Star
* staging/wilc1000: fix wilc_mac_xmit()'s return typeLuc Van Oostenryck2018-04-251-1/+1
* staging: wilc1000: added identifiers name in function definationsAjay Singh2018-04-251-13/+13
* staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh2018-04-251-1/+1
* staging: wilc1000: move multiple definition of same macro to common headerAjay Singh2018-03-011-0/+5
* 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