summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan.c
AgeCommit message (Expand)Author
2019-02-07staging: wilc1000: rename wilc_frmw_to_linux()Ajay Singh
2019-02-07staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh
2019-02-04staging: wilc1000: rename timeout related macrosAjay Singh
2019-01-28Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman
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
2019-01-15Staging: wilc1000: unlock on error in init_chip()Dan Carpenter
2018-12-05staging: wilc1000: use mutex lock to synchronized sending 'wid' cmd to firmwareAjay Singh
2018-11-12staging: wilc1000: use ENOBUFS error code instead of WILC_TX_ERR_NO_BUF macroAjay Singh
2018-11-12staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh
2018-11-12staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh
2018-09-25staging: wilc1000: use usleep_range() in place of udelay()Ajay Singh
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh
2018-09-25staging: wilc1000: change return type to 'void' tcp ack filter functionsAjay Singh
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_add_to_head()Ajay Singh
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman
2018-09-10staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh
2018-09-10staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh
2018-09-10staging: wilc1000: avoid line over 80 chars in wilc_wlan_txq_filter_dup_tcp_a...Ajay Singh
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...Ajay Singh
2018-09-10staging: wilc1000: use lowercase for get_BSSID() and HIL variableAjay Singh
2018-09-10staging: wilc1000: refactor tcp_process() to avoid extra leading tabsAjay Singh
2018-08-27staging: wilc1000: revert "fix TODO to compile spi and sdio components in sin...Arnd Bergmann
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: fix endianness warnings reported by sparseAjay Singh
2018-08-02staging: wilc1000: refactor wilc_wlan_handle_isr_ext to avoid goto statementAjay Singh
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh
2018-08-02staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh
2018-07-21staging: wilc1000: remove unused elements in 'wilc' structAjay Singh
2018-07-21staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh
2018-06-28staging: wilc1000: Use common structs to parse ip packetsThibaut Robert
2018-06-17staging: wilc1000: move 'txq_spinlock_flags' from 'wilc' structure to local v...Ajay Singh
2018-06-17staging: wilc1000: remove 'rxq_entries' from 'wilc' 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-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh
2018-03-06staging: wilc1000: fix line over 80 char in wilc_wlan_handle_rxq()Ajay Singh
2018-03-06staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set()Ajay Singh
2018-03-06staging: wilc1000: fix open parenthesis mismatch in wilc_wlan_cfg_get()Ajay Singh
2018-03-01staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCaseAjay Singh
2018-03-01staging: wilc1000: move multiple definition of same macro to common headerAjay Singh
2018-03-01staging: wilc1000: fix line over 80 char in wilc_wlan_handle_txq()Ajay Singh
2018-03-01staging: wilc1000: rename label _end_ in wilc_wlan_handle_txq()Ajay Singh
2018-03-01staging: wilc1000: remove unnecessary while(0) in wilc_wlan_handle_txq()Ajay Singh