summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
AgeCommit message (Expand)Author
2018-09-25staging: wilc1000: remove p2p related static variables to wilc_vif structAjay Singh
2018-09-25staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variableAjay Singh
2018-09-25staging: wilc1000: avoid the use of 'hif_driver_comp' completion variableAjay Singh
2018-09-25staging: wilc1000: change return type to 'void' for wilc_deinit_host_int()Ajay Singh
2018-09-10staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error...Ajay Singh
2018-09-10staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh
2018-09-10staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...Ajay Singh
2018-09-10staging: wilc1000: remove unused variable 'op_ifcs'Ajay Singh
2018-09-10staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh
2018-09-10staging: wilc1000: moved last_scanned_shadow & last_scanned_cnt to wilc_priv ...Ajay Singh
2018-09-10staging: wilc1000: remove unnecessary NULL check in clear_shadow_scan()Ajay Singh
2018-09-10staging: wilc1000: fix to use correct index to free scanned info in clear_sha...Ajay Singh
2018-09-10staging: wilc1000: move 'aging_timer' static variable to wilc_priv structAjay Singh
2018-09-10staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh
2018-07-21staging: wilc1000: remove unnecessary 'NULL' check from cfg80211_ops callbacksAjay Singh
2018-07-21staging: wilc1000: use 'int' inplace of 's32' date typeAjay Singh
2018-07-21staging: wilc1000: avoid setting default value for variable at declarationAjay Singh
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh
2018-07-21staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh
2018-07-21staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh
2018-07-21staging: wilc1000: remove unnecessary elements from 'wilc_priv' structAjay Singh
2018-07-21staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh
2018-07-21staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh
2018-07-21staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh
2018-06-28staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat
2018-06-28staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh
2018-05-14staging: wilc1000: refactor del_station() to avoid parenthesis misalignmentAjay Singh
2018-05-14staging: wilc1000: rename u8security to avoid datatype in variable nameAjay Singh
2018-05-14staging: wilc1000: fix line over 80 chars issue in connect()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 chars in scan()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 characters in add_key()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 chars in get_station()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 chars in wilc_wfi_cfg_tx_vendor_spec()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 charas in wilc_wfi_remain_on_channel_expi...Ajay Singh
2018-05-14staging: wilc1000: use kmemdup instead of kmalloc in add_network_to_shadow()Ajay Singh
2018-05-14staging: wilc1000: fix line over 80 chars in add_network_to_shadow()Ajay Singh
2018-05-14staging: wilc1000: rename clear_duringIP() to avoid camelCase issueAjay Singh
2018-05-14staging: wilc1000: use kmalloc(sizeof(*mgmt_tx)...) in mgmt_tx()Ajay Singh
2018-05-14staging: wilc1000: use sizeof(*wdev) to allocate memory in wilc_wfi_cfg_alloc()Ajay Singh
2018-05-06staging: wilc1000: Remove unnecessary array index checkNathan Chancellor
2018-05-06staging: wilc1000: Remove useless functionNathan Chancellor
2018-05-06staging: wilc1000: Remove unused variablesNathan Chancellor
2018-05-03staging: wilc1000: rename WILC_WFI_band_2ghz variable to avoid mixedcaseAjay Singh
2018-05-03staging: wilc1000: rename 'during_ip_time' macro to have uppercase name for m...Ajay Singh
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh