summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/linux_wlan.c
AgeCommit message (Expand)Author
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
2018-07-21staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh
2018-07-21staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh
2018-07-21staging: wilc1000: remove extra enum defined for data ratesAjay Singh
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh
2018-05-03staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase fo...Ajay Singh
2018-05-03staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function...Ajay Singh
2018-05-03staging: wilc1000: remove inner block in wilc_netdev_init()Ajay Singh
2018-04-26staging: wilc1000: reorder functions to avoid forward declaration in linux_wlanAjay Singh
2018-04-26staging: wilc1000: change function to static in linux_wlanAjay Singh
2018-04-26staging: wilc1000: rename wlan init and deinit function prefixed with wil1000Ajay Singh
2018-04-26staging: wilc1000: rename mac status macros and moved related #define togetherAjay Singh
2018-04-25staging/wilc1000: fix wilc_mac_xmit()'s return typeLuc Van Oostenryck
2018-04-25staging: wilc1000: remove registering of ndo_do_ioctl callbackAjay Singh
2018-04-25staging: wilc1000: rename goto labels starting with '_' in wilc1000_wlan_init()Ajay Singh
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh
2018-04-25staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh
2018-03-19staging: wilc1000: Destroy mutex object in deinitializationHariPrasath Elango
2018-03-19staging: wilc1000: Fix code block alignmentHariPrasath Elango
2018-03-01staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCaseAjay Singh
2018-02-22staging: wilc1000: remove 'if' on field addressDafna Hirschfeld