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