summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
AgeCommit message (Expand)Author
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
2018-05-03staging: wilc1000: rename WILC_WFI_init_mon_interface to avoid uppercase in f...Ajay Singh
2018-05-03staging: wilc1000: use 'else if' condition in get_station()Ajay Singh
2018-05-03staging: wilc1000: fix line over 80 chars in remove_network_from_shadow()Ajay Singh
2018-05-03staging: wilc1000: remove unnecessary bracket used in switch in wilc_mgmt_fra...Ajay Singh
2018-05-03staging: wilc1000: modified NULL check used for 'if' condition in delete_key()Ajay Singh
2018-05-03staging: wilc1000: fix infinite loop and out-of-bounds accessGustavo A. R. Silva
2018-05-03staging: wilc1000: allocate less memoryDan Carpenter
2018-04-26staging: wilc1000: rename mac status macros and moved related #define togetherAjay Singh
2018-04-25staging: wilc1000: remove unused macros in wilc moduleAjay Singh
2018-04-25staging: wilc1000: fix line over 80 chars in change_station()Ajay Singh
2018-04-25staging: wilc1000: use sizeof(variable) for memory allocated to store key infoAjay Singh
2018-04-25staging: wilc1000: handle error condition in add_key() and remove auth_type v...Ajay Singh
2018-04-25staging: wilc1000: refactor add_key() to avoid duplicated codeAjay Singh
2018-04-25staging: wilc1000: remove inner block {} and resetting of mode variableAjay Singh