aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-12staging: wilc1000: remove unused interrupt status handling codeAjay Singh1-8/+2
2019-08-12staging: wilc1000: Don't reset WILC CPU disgracefullyAdham Abozaeid1-2/+3
2019-07-30staging: wilc1000: remove manual sleep modeAdham Abozaeid1-2/+0
2019-07-22staging: wilc1000: Replace function wilc_wlan_cfg_get_val()Nishka Dasgupta1-2/+0
2019-07-01staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()Ajay Singh1-1/+1
2019-07-01staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh1-3/+3
2019-02-07staging: wilc1000: move macro and function prototype from wilc_wlan_if.h fileAjay Singh1-0/+9
2019-02-07staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh1-4/+4
2019-02-04staging: wilc1000: rename timeout related macrosAjay Singh1-1/+1
2019-01-18staging: wilc1000: avoid the use of typedef for function pointersAjay Singh1-2/+3
2019-01-18staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_commit()Ajay Singh1-4/+10
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh1-1/+2
2018-09-10staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh1-1/+1
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' structAjay Singh1-1/+1
2018-09-10staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh1-1/+0
2018-08-05staging: wilc1000: replace ISWILC1000() macro with inline functionAjay Singh1-2/+0
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh1-6/+0
2018-07-21staging: wilc1000: removed unused element from wilc_cfg_frame structAjay Singh1-3/+0
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh1-1/+1
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh1-2/+1
2018-04-26staging: wilc1000: remove unsed typedef wilc_debug_funcAjay Singh1-7/+0
2018-04-25staging/wilc1000: fix wilc_mac_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-25staging: wilc1000: added identifiers name in function definationsAjay Singh1-13/+13
2018-04-25staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh1-1/+1
2018-03-01staging: wilc1000: move multiple definition of same macro to common headerAjay Singh1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-07staging: wilc1000: function prototype argument should have identifier nameArushi Singhal1-3/+3
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