aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-14staging: wilc1000: refactor del_station() to avoid parenthesis misalignmentAjay Singh1-8/+10
2018-05-14staging: wilc1000: rename u8security to avoid datatype in variable nameAjay Singh1-10/+10
2018-05-14staging: wilc1000: fix line over 80 chars issue in connect()Ajay Singh1-12/+17
2018-05-14staging: wilc1000: fix line over 80 chars in scan()Ajay Singh1-2/+5
2018-05-14staging: wilc1000: fix line over 80 characters in add_key()Ajay Singh1-10/+9
2018-05-14staging: wilc1000: fix line over 80 chars in get_station()Ajay Singh1-1/+3
2018-05-14staging: wilc1000: fix line over 80 chars in wilc_wfi_cfg_tx_vendor_spec()Ajay Singh1-7/+7
2018-05-14staging: wilc1000: fix line over 80 charas in wilc_wfi_remain_on_channel_expired()Ajay Singh1-9/+7
2018-05-14staging: wilc1000: use kmemdup instead of kmalloc in add_network_to_shadow()Ajay Singh1-3/+6
2018-05-14staging: wilc1000: fix line over 80 chars in add_network_to_shadow()Ajay Singh1-27/+25
2018-05-14staging: wilc1000: rename clear_duringIP() to avoid camelCase issueAjay Singh1-2/+2
2018-05-14staging: wilc1000: use kmalloc(sizeof(*mgmt_tx)...) in mgmt_tx()Ajay Singh1-1/+1
2018-05-14staging: wilc1000: use sizeof(*wdev) to allocate memory in wilc_wfi_cfg_alloc()Ajay Singh1-1/+1
2018-05-06staging: wilc1000: Remove unnecessary array index checkNathan Chancellor1-1/+1
2018-05-06staging: wilc1000: Remove useless functionNathan Chancellor1-9/+5
2018-05-06staging: wilc1000: Remove unused variablesNathan Chancellor1-6/+0
2018-05-03staging: wilc1000: rename WILC_WFI_band_2ghz variable to avoid mixedcaseAjay Singh1-7/+7
2018-05-03staging: wilc1000: rename 'during_ip_time' macro to have uppercase name for macroAjay Singh1-2/+2
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-2/+0
2018-05-03staging: wilc1000: rename WILC_WFI_init_mon_interface to avoid uppercase in function nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: use 'else if' condition in get_station()Ajay Singh1-3/+1
2018-05-03staging: wilc1000: fix line over 80 chars in remove_network_from_shadow()Ajay Singh1-9/+9
2018-05-03staging: wilc1000: remove unnecessary bracket used in switch in wilc_mgmt_frame_register()Ajay Singh1-8/+2
2018-05-03staging: wilc1000: modified NULL check used for 'if' condition in delete_key()Ajay Singh1-2/+2
2018-05-03staging: wilc1000: fix infinite loop and out-of-bounds accessGustavo A. R. Silva1-1/+1
2018-05-03staging: wilc1000: allocate less memoryDan Carpenter1-2/+2
2018-04-26staging: wilc1000: rename mac status macros and moved related #define togetherAjay Singh1-1/+1
2018-04-25staging: wilc1000: remove unused macros in wilc moduleAjay Singh1-3/+0
2018-04-25staging: wilc1000: fix line over 80 chars in change_station()Ajay Singh1-4/+4
2018-04-25staging: wilc1000: use sizeof(variable) for memory allocated to store key infoAjay Singh1-4/+4
2018-04-25staging: wilc1000: handle error condition in add_key() and remove auth_type variableAjay Singh1-24/+28
2018-04-25staging: wilc1000: refactor add_key() to avoid duplicated codeAjay Singh1-41/+23
2018-04-25staging: wilc1000: remove inner block {} and resetting of mode variableAjay Singh1-23/+20