summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan.c
AgeCommit message (Expand)Author
2019-11-05staging: wilc1000: remove 'wilc_' prefix from filenamesAjay Singh
2019-09-12staging: wilc1000: remove unused interrupt status handling codeAjay Singh
2019-08-12staging: wilc1000: return kernel error codes from wilc_wlan_stopAdham Abozaeid
2019-08-12staging: wilc1000: Don't reset WILC CPU disgracefullyAdham Abozaeid
2019-07-30staging: wilc1000: remove manual sleep modeAdham Abozaeid
2019-07-25staging: wilc1000: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan
2019-07-22staging: wilc1000: Replace function wilc_wlan_cfg_get_val()Nishka Dasgupta
2019-07-01staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()Ajay Singh
2019-07-01staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman
2019-05-22staging: wilc1000: remove redundant masking of pkt_offsetColin Ian King
2019-05-20staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()Dan Carpenter
2019-04-17staging: wilc1000: Avoid GFP_KERNEL allocation from atomic contextAdham Abozaeid
2019-04-16staging: wilc1000: give usleep_range a rangeNicholas Mc Guire
2019-04-16staging: wilc1000: drop explicit conversion to boolNicholas Mc Guire
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