aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25staging: wilc1000: return exact error of register_netdev() from wilc_netdev_init()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' structAjay 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 pathAjay 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 single module"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
2018-07-21staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh1-1/+0
2018-07-21staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh1-2/+2
2018-07-21staging: wilc1000: remove extra enum defined for data ratesAjay Singh1-1/+1
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh1-0/+1
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh1-0/+1
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh1-10/+7
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-18/+2
2018-05-03staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase for function nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: remove inner block in wilc_netdev_init()Ajay Singh1-18/+16
2018-04-26staging: wilc1000: reorder functions to avoid forward declaration in linux_wlanAjay Singh1-60/+46
2018-04-26staging: wilc1000: change function to static in linux_wlanAjay Singh1-3/+3
2018-04-26staging: wilc1000: rename wlan init and deinit function prefixed with wil1000Ajay Singh1-5/+5
2018-04-26staging: wilc1000: rename mac status macros and moved related #define togetherAjay Singh1-2/+2
2018-04-25staging/wilc1000: fix wilc_mac_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-25staging: wilc1000: remove registering of ndo_do_ioctl callbackAjay Singh1-63/+0
2018-04-25staging: wilc1000: rename goto labels starting with '_' in wilc1000_wlan_init()Ajay Singh1-13/+13
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh1-46/+46
2018-04-25staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh1-1/+1
2018-03-19staging: wilc1000: Destroy mutex object in deinitializationHariPrasath Elango1-0/+1
2018-03-19staging: wilc1000: Fix code block alignmentHariPrasath Elango1-3/+3
2018-03-01staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCaseAjay Singh1-1/+1
2018-02-22staging: wilc1000: remove 'if' on field addressDafna Hirschfeld1-9/+4