aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07staging: wilc1000: rename wilc_frmw_to_linux()Ajay Singh1-1/+1
2019-02-07staging: wilc1000: move 'curr_channel' static variable in 'wilc' structAjay Singh1-0/+1
2019-02-07staging: wilc1000: move static variable 'wlan_channel' to 'wilc' structAjay Singh1-0/+1
2019-02-07staging: wilc1000: avoid use of 'hif_deinit_lock' static variableAjay Singh1-0/+2
2019-02-07staging: wilc1000: refactor code to use cookie informationAjay Singh1-1/+1
2019-02-04staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variableAjay Singh1-0/+1
2019-01-18staging: wilc1000: remove the use of scan shadow bufferAjay Singh1-3/+0
2019-01-18staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_commit()Ajay Singh1-1/+1
2018-12-05staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh1-1/+1
2018-12-05staging: wilc1000: use mutex lock to synchronized sending 'wid' cmd to firmwareAjay Singh1-1/+2
2018-12-05staging: wilc1000: avoid the use of the static variable to configure wiphy structAjay Singh1-0/+60
2018-11-12staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh1-4/+4
2018-11-12staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h headerAjay Singh1-1/+0
2018-09-25staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh1-0/+7
2018-09-25staging: wilc1000: avoid use of 'g_sdio' static variableAjay Singh1-0/+1
2018-09-25staging: wilc1000: refactor code to avoid static variables for config parametersAjay Singh1-0/+2
2018-09-25staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' structAjay Singh1-1/+1
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()Ajay Singh1-1/+1
2018-09-10staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh1-0/+1
2018-09-10staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh1-0/+1
2018-09-10staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh1-3/+3
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' structAjay Singh1-0/+27
2018-09-10staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'Ajay Singh1-1/+1
2018-09-10staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' structAjay Singh1-1/+2
2018-09-10staging: wilc1000: move hif_workqueue static variables to 'wilc' structureAjay Singh1-0/+1
2018-09-10staging: wilc1000: move static variable clients_count to 'wilc' structureAjay Singh1-0/+1
2018-09-10staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh1-0/+2
2018-09-10staging: wilc1000: moved last_scanned_shadow & last_scanned_cnt to wilc_priv structAjay Singh1-0/+2
2018-09-10staging: wilc1000: move 'aging_timer' static variable to wilc_priv structAjay Singh1-1/+1
2018-09-10staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh1-0/+1
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: added comments for 'hif_cs' mutex lockAjay Singh1-0/+1
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh1-5/+0
2018-07-24staging: wilc1000: use descriptor-based interface for GPIOAjay Singh1-1/+2
2018-07-24staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh1-1/+1
2018-07-24staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh1-1/+1
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh1-0/+5
2018-07-21staging: wilc1000: remove unnecessary elements from 'wilc_priv' structAjay Singh1-7/+0
2018-07-21staging: wilc1000: remove unused elements in 'wilc' structAjay Singh1-4/+0
2018-06-17staging: wilc1000: move 'txq_spinlock_flags' from 'wilc' structure to local variableAjay Singh1-2/+0
2018-06-17staging: wilc1000: remove 'rxq_entries' from 'wilc' structAjay Singh1-1/+0
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh1-2/+1
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh1-2/+1
2018-05-14staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structureAjay Singh1-1/+0
2018-05-14staging: wilc1000: added comments for mutex and spinlock_tAjay Singh1-2/+3
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh1-1/+1
2018-05-03staging: wilc1000: move macro after the #include file in wilc_wfi_netdeviceAjay Singh1-9/+9
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-20/+1
2018-05-03staging: wilc1000: rename WILC_WFI_mon_priv to avoid uppercase for struct nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: remove unnecessary file and function header commentsAjay Singh1-7/+0