summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-07staging: wilc1000: rename linux_wlan.c and linux_mon.cAjay Singh1-1079/+0
2019-02-07staging: wilc1000: remove 'linux_' prefix in function namesAjay Singh1-9/+8
2019-02-07staging: wilc1000: rename wilc_frmw_to_linux()Ajay Singh1-1/+2
2019-02-07staging: wilc1000: move macro and function prototype from wilc_wlan_if.h fileAjay Singh1-0/+2
2019-02-07staging: wilc1000: fix to set correct value for 'vif_num'Ajay Singh1-2/+2
2019-02-07staging: wilc1000: add check before performing operation on net_deviceAjay Singh1-4/+8
2019-02-07staging: wilc1000: avoid use of interface names for validationAjay Singh1-74/+70
2019-02-07staging: wilc1000: refactor linux_wlan_init_test_config()Ajay Singh1-117/+83
2019-02-04staging: wilc1000: remove unnecessary debug log messagesAjay Singh1-31/+0
2019-02-04staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface()Ajay Singh1-8/+3
2019-02-04staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variableAjay Singh1-2/+2
2019-01-18staging: wilc1000: refactor handle_set_mcast_filter()Ajay Singh1-3/+3
2019-01-18staging: wilc1000: refactor wilc_wlan_set_bssid()Ajay Singh1-1/+5
2018-12-05staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...Ajay Singh1-2/+1
2018-12-05staging: wilc1000: use is_zero_ether_addr() API to check mac addressAjay Singh1-2/+1
2018-12-05staging: wilc1000: use mutex lock to synchronized sending 'wid' cmd to firmwareAjay Singh1-0/+2
2018-12-05staging: wilc1000: remove unnecessary checks in wilc_mac_close()Ajay Singh1-21/+1
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-9/+11
2018-11-12staging: wilc1000: move current_tx_rate enum to wilc_wlan_if.h fileAjay Singh1-1/+1
2018-11-12staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh1-16/+16
2018-11-12staging: wilc1000: restructure macros used to handle security typeAjay Singh1-1/+1
2018-11-12staging: wilc1000: use enum contants for mac status & added 'WILC_' prefixAjay Singh1-2/+2
2018-09-25staging: wilc1000: return exact error of register_netdev() from wilc_netdev_i...Ajay Singh1-4/+10
2018-09-25staging: wilc1000: refactor wilc_set_multicast_list() functionAjay Singh1-10/+10
2018-09-25staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh1-0/+2
2018-09-25staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh1-0/+1
2018-09-25staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh1-1/+2
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh1-3/+9
2018-09-25staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' s...Ajay Singh1-2/+2
2018-09-25staging: wilc1000: change return type to 'void' for lock init & deinit functionsAjay Singh1-6/+2
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()Ajay Singh1-3/+1
2018-09-25staging: wilc1000: Remove unnecessary pointer checkNathan Chancellor1-3/+0
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman1-2/+4
2018-09-14staging: wilc1000: fix null checks on wilcColin Ian King1-3/+6
2018-09-10staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error...Ajay Singh1-11/+25
2018-09-10staging: wilc1000: refactor code to move initilization in wilc_netdev_init()Ajay Singh1-0/+8
2018-09-10staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh1-0/+1
2018-09-10staging: wilc1000: remove unused code to set and get IP addressAjay Singh1-3/+0
2018-09-10staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list globalAjay Singh1-12/+16
2018-09-10staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh1-3/+3
2018-09-10staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh1-3/+2
2018-08-27staging: wilc1000: revert "fix TODO to compile spi and sdio components in sin...Arnd Bergmann1-2/+4
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh1-4/+2
2018-07-24staging: wilc1000: use descriptor-based interface for GPIOAjay Singh1-24/+16
2018-07-24staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh1-8/+9
2018-07-24staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh1-2/+1
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh1-81/+32
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh1-1/+1