aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()Ajay Singh1-1/+2
2019-07-01staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh1-7/+13
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman1-2/+6
2019-05-22staging: wilc1000: remove redundant masking of pkt_offsetColin Ian King1-3/+0
2019-05-20staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()Dan Carpenter1-2/+6
2019-04-17staging: wilc1000: Avoid GFP_KERNEL allocation from atomic contextAdham Abozaeid1-1/+1
2019-04-16staging: wilc1000: give usleep_range a rangeNicholas Mc Guire1-2/+2
2019-04-16staging: wilc1000: drop explicit conversion to boolNicholas Mc Guire1-1/+1
2019-02-07staging: wilc1000: rename wilc_frmw_to_linux()Ajay Singh1-3/+2
2019-02-07staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh1-4/+4
2019-02-04staging: wilc1000: rename timeout related macrosAjay Singh1-2/+2
2019-01-28Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman1-3/+4
2019-01-18staging: wilc1000: avoid the use of typedef for function pointersAjay Singh1-4/+6
2019-01-18staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_commit()Ajay Singh1-15/+10
2019-01-15Staging: wilc1000: unlock on error in init_chip()Dan Carpenter1-3/+4
2018-12-05staging: wilc1000: use mutex lock to synchronized sending 'wid' cmd to firmwareAjay Singh1-11/+10
2018-11-12staging: wilc1000: use ENOBUFS error code instead of WILC_TX_ERR_NO_BUF macroAjay Singh1-1/+1
2018-11-12staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh1-2/+2
2018-11-12staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh1-44/+44
2018-09-25staging: wilc1000: use usleep_range() in place of udelay()Ajay Singh1-1/+1
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh1-8/+4
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh1-3/+1
2018-09-25staging: wilc1000: change return type to 'void' tcp ack filter functionsAjay Singh1-9/+6
2018-09-25staging: wilc1000: use 'void' return for wilc_wlan_txq_add_to_head()Ajay Singh1-8/+3
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman1-0/+6
2018-09-10staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh1-6/+4
2018-09-10staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh1-17/+17
2018-09-10staging: wilc1000: avoid line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh1-5/+6
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' structAjay Singh1-62/+45
2018-09-10staging: wilc1000: use lowercase for get_BSSID() and HIL variableAjay Singh1-4/+4
2018-09-10staging: wilc1000: refactor tcp_process() to avoid extra leading tabsAjay Singh1-24/+28
2018-08-27staging: wilc1000: revert "fix TODO to compile spi and sdio components in single module"Arnd Bergmann1-0/+6
2018-08-05staging: wilc1000: replace ISWILC1000() macro with inline functionAjay Singh1-2/+7
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh1-6/+6
2018-08-02staging: wilc1000: refactor wilc_wlan_handle_isr_ext to avoid goto statementAjay Singh1-24/+21
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh1-6/+3
2018-08-02staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh1-6/+0
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh1-38/+15
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh1-1/+1
2018-07-21staging: wilc1000: remove unused elements in 'wilc' structAjay Singh1-6/+0
2018-07-21staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh1-2/+2
2018-06-28staging: wilc1000: Use common structs to parse ip packetsThibaut Robert1-28/+15
2018-06-17staging: wilc1000: move 'txq_spinlock_flags' from 'wilc' structure to local variableAjay Singh1-2/+3
2018-06-17staging: wilc1000: remove 'rxq_entries' from 'wilc' structAjay Singh1-5/+2
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh1-17/+9
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh1-45/+16
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh1-6/+1
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-3/+0
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh1-8/+8