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