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