aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh1-4/+9
2018-12-05staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh1-0/+2
2018-12-05staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh1-1/+1
2018-12-05staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh1-1/+1
2018-12-05staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh1-2/+2
2018-12-05staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred handlingAjay Singh1-1/+1
2018-12-05staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh1-1/+4
2018-12-05staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh1-8/+2
2018-12-05staging: wilc1000: handle add and edit station from the cfg80211 contextAjay Singh1-33/+2
2018-12-05staging: wilc1000: avoid the use of the static variable to configure wiphy structAjay Singh1-72/+20
2018-11-12staging: wilc1000: rename tsf_hi element of network_info structAjay Singh1-3/+3
2018-11-12staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh1-28/+28
2018-11-12staging: wilc1000: rename firmware related constants to follow better namespaceAjay Singh1-4/+4
2018-11-12staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh1-7/+7
2018-11-12staging: wilc1000: restructure macros used to handle security typeAjay Singh1-26/+17
2018-11-12staging: wilc1000: use enum contants for mac status & added 'WILC_' prefixAjay Singh1-1/+1
2018-11-12staging: wilc1000: use WLAN_PMKID_LEN macro from ieee80211.h headerAjay Singh1-2/+2
2018-11-12staging: wilc1000: use macro from ieee80211.h in register frame api'sAjay Singh1-2/+2
2018-11-11staging: wilc1000: validate cfg parameters before scheduling the workAdham Abozaeid1-4/+28
2018-09-25staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh1-31/+29
2018-09-25staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variableAjay Singh1-9/+15
2018-09-25staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh1-1/+1
2018-09-25staging: wilc1000: change return type to 'void' for wilc_deinit_host_int()Ajay Singh1-3/+1
2018-09-10staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error pathAjay Singh1-1/+5
2018-09-10staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh1-10/+8
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' structAjay Singh1-2/+2
2018-09-10staging: wilc1000: remove unused variable 'op_ifcs'Ajay Singh1-5/+0
2018-09-10staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh1-12/+12
2018-09-10staging: wilc1000: moved last_scanned_shadow & last_scanned_cnt to wilc_priv structAjay Singh1-55/+50
2018-09-10staging: wilc1000: remove unnecessary NULL check in clear_shadow_scan()Ajay Singh1-4/+2
2018-09-10staging: wilc1000: fix to use correct index to free scanned info in clear_shadow_scan()Ajay Singh1-2/+2
2018-09-10staging: wilc1000: move 'aging_timer' static variable to wilc_priv structAjay Singh1-12/+13
2018-09-10staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh1-5/+5
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh1-2/+4
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh1-6/+7
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh1-160/+69
2018-07-21staging: wilc1000: remove unnecessary 'NULL' check from cfg80211_ops callbacksAjay Singh1-15/+0
2018-07-21staging: wilc1000: use 'int' inplace of 's32' date typeAjay Singh1-14/+14
2018-07-21staging: wilc1000: avoid setting default value for variable at declarationAjay Singh1-10/+10
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-4/+0
2018-07-21staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh1-2/+2
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh1-5/+0
2018-07-21staging: wilc1000: remove unnecessary elements from 'wilc_priv' structAjay Singh1-4/+0
2018-07-21staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh1-1/+1
2018-07-21staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh1-4/+4
2018-07-21staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh1-1/+1
2018-06-28staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat1-7/+7
2018-06-28staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh1-1/+1