summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...Ajay Singh2018-12-051-2/+1Star
* staging: wilc1000: use is_zero_ether_addr() API to check mac addressAjay Singh2018-12-051-2/+1Star
* staging: wilc1000: use mutex lock to synchronized sending 'wid' cmd to firmwareAjay Singh2018-12-051-0/+2
* staging: wilc1000: remove unnecessary checks in wilc_mac_close()Ajay Singh2018-12-051-21/+1Star
* staging: wilc1000: use ENOBUFS error code instead of WILC_TX_ERR_NO_BUF macroAjay Singh2018-11-121-1/+1
* staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh2018-11-121-9/+11
* staging: wilc1000: move current_tx_rate enum to wilc_wlan_if.h fileAjay Singh2018-11-121-1/+1
* staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh2018-11-121-16/+16
* staging: wilc1000: restructure macros used to handle security typeAjay Singh2018-11-121-1/+1
* staging: wilc1000: use enum contants for mac status & added 'WILC_' prefixAjay Singh2018-11-121-2/+2
* staging: wilc1000: return exact error of register_netdev() from wilc_netdev_i...Ajay Singh2018-09-251-4/+10
* staging: wilc1000: refactor wilc_set_multicast_list() functionAjay Singh2018-09-251-10/+10
* staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh2018-09-251-0/+2
* staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh2018-09-251-0/+1
* staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh2018-09-251-1/+2
* staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh2018-09-251-3/+9
* staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' s...Ajay Singh2018-09-251-2/+2
* staging: wilc1000: change return type to 'void' for lock init & deinit functionsAjay Singh2018-09-251-6/+2Star
* staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()Ajay Singh2018-09-251-3/+1Star
* staging: wilc1000: Remove unnecessary pointer checkNathan Chancellor2018-09-251-3/+0Star
* Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman2018-09-161-2/+4
|\
| * staging: wilc1000: revert "fix TODO to compile spi and sdio components in sin...Arnd Bergmann2018-08-271-2/+4
* | staging: wilc1000: fix null checks on wilcColin Ian King2018-09-141-3/+6
* | staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error...Ajay Singh2018-09-101-11/+25
* | staging: wilc1000: refactor code to move initilization in wilc_netdev_init()Ajay Singh2018-09-101-0/+8
* | staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh2018-09-101-0/+1
* | staging: wilc1000: remove unused code to set and get IP addressAjay Singh2018-09-101-3/+0Star
* | staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list globalAjay Singh2018-09-101-12/+16
* | staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh2018-09-101-3/+3
* | staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh2018-09-101-3/+2Star
|/
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-051-0/+5
* staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh2018-08-021-4/+2Star
* staging: wilc1000: use descriptor-based interface for GPIOAjay Singh2018-07-241-24/+16Star
* staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh2018-07-241-8/+9
* staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh2018-07-241-2/+1Star
* staging: wilc1000: move variable assignment along with its declarationAjay Singh2018-07-211-81/+32Star
* staging: wilc1000: use single space before opening brances '{'Ajay Singh2018-07-211-1/+1
* staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh2018-07-211-1/+0Star
* staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh2018-07-211-2/+2
* staging: wilc1000: remove extra enum defined for data ratesAjay Singh2018-07-211-1/+1
* staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh2018-06-171-0/+1
* staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh2018-06-171-0/+1
* staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh2018-05-141-10/+7Star
* staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh2018-05-031-18/+2Star
* staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase fo...Ajay Singh2018-05-031-1/+1
* staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function...Ajay Singh2018-05-031-1/+1
* staging: wilc1000: remove inner block in wilc_netdev_init()Ajay Singh2018-05-031-18/+16Star
* staging: wilc1000: reorder functions to avoid forward declaration in linux_wlanAjay Singh2018-04-261-60/+46Star
* staging: wilc1000: change function to static in linux_wlanAjay Singh2018-04-261-3/+3
* staging: wilc1000: rename wlan init and deinit function prefixed with wil1000Ajay Singh2018-04-261-5/+5