summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: refactor del_station() to avoid parenthesis misalignmentAjay Singh2018-05-141-8/+10
* staging: wilc1000: rename u8security to avoid datatype in variable nameAjay Singh2018-05-141-10/+10
* staging: wilc1000: fix line over 80 chars issue in connect()Ajay Singh2018-05-141-12/+17
* staging: wilc1000: fix line over 80 chars in scan()Ajay Singh2018-05-141-2/+5
* staging: wilc1000: fix line over 80 characters in add_key()Ajay Singh2018-05-141-10/+9
* staging: wilc1000: fix line over 80 chars in get_station()Ajay Singh2018-05-141-1/+3
* staging: wilc1000: fix line over 80 chars in wilc_wfi_cfg_tx_vendor_spec()Ajay Singh2018-05-141-7/+7
* staging: wilc1000: fix line over 80 charas in wilc_wfi_remain_on_channel_expi...Ajay Singh2018-05-141-9/+7
* staging: wilc1000: use kmemdup instead of kmalloc in add_network_to_shadow()Ajay Singh2018-05-141-3/+6
* staging: wilc1000: fix line over 80 chars in add_network_to_shadow()Ajay Singh2018-05-141-27/+25
* staging: wilc1000: rename clear_duringIP() to avoid camelCase issueAjay Singh2018-05-141-2/+2
* staging: wilc1000: use kmalloc(sizeof(*mgmt_tx)...) in mgmt_tx()Ajay Singh2018-05-141-1/+1
* staging: wilc1000: use sizeof(*wdev) to allocate memory in wilc_wfi_cfg_alloc()Ajay Singh2018-05-141-1/+1
* staging: wilc1000: Remove unnecessary array index checkNathan Chancellor2018-05-061-1/+1
* staging: wilc1000: Remove useless functionNathan Chancellor2018-05-061-9/+5
* staging: wilc1000: Remove unused variablesNathan Chancellor2018-05-061-6/+0
* staging: wilc1000: rename WILC_WFI_band_2ghz variable to avoid mixedcaseAjay Singh2018-05-031-7/+7
* staging: wilc1000: rename 'during_ip_time' macro to have uppercase name for m...Ajay Singh2018-05-031-2/+2
* staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh2018-05-031-2/+0
* staging: wilc1000: rename WILC_WFI_init_mon_interface to avoid uppercase in f...Ajay Singh2018-05-031-1/+1
* staging: wilc1000: use 'else if' condition in get_station()Ajay Singh2018-05-031-3/+1
* staging: wilc1000: fix line over 80 chars in remove_network_from_shadow()Ajay Singh2018-05-031-9/+9
* staging: wilc1000: remove unnecessary bracket used in switch in wilc_mgmt_fra...Ajay Singh2018-05-031-8/+2
* staging: wilc1000: modified NULL check used for 'if' condition in delete_key()Ajay Singh2018-05-031-2/+2
* staging: wilc1000: fix infinite loop and out-of-bounds accessGustavo A. R. Silva2018-05-031-1/+1
* staging: wilc1000: allocate less memoryDan Carpenter2018-05-031-2/+2
* staging: wilc1000: rename mac status macros and moved related #define togetherAjay Singh2018-04-261-1/+1
* staging: wilc1000: remove unused macros in wilc moduleAjay Singh2018-04-251-3/+0
* staging: wilc1000: fix line over 80 chars in change_station()Ajay Singh2018-04-251-4/+4
* staging: wilc1000: use sizeof(variable) for memory allocated to store key infoAjay Singh2018-04-251-4/+4
* staging: wilc1000: handle error condition in add_key() and remove auth_type v...Ajay Singh2018-04-251-24/+28
* staging: wilc1000: refactor add_key() to avoid duplicated codeAjay Singh2018-04-251-41/+23
* staging: wilc1000: remove inner block {} and resetting of mode variableAjay Singh2018-04-251-23/+20
* staging: wilc1000: split add_key() to avoid line over 80 charsAjay Singh2018-04-251-44/+64
* staging: wilc1000: rename variable using datatype in their name in add_key()Ajay Singh2018-04-251-16/+16
* staging: wilc1000: rename WILC_WFI_wep_key & WILC_WFI_wep_key_lenAjay Singh2018-04-251-15/+15
* staging: wilc1000: remove line over 80 char warning in few functionsAjay Singh2018-04-251-4/+8
* staging: wilc1000: remove unused 'struct add_key_params'Ajay Singh2018-04-251-6/+0
* staging: wilc1000: remove line over 80 char in cfg_connect_result()Ajay Singh2018-04-251-12/+22
* staging: wilc1000: fix line over 80 char issue in clear_shadow_scan()Ajay Singh2018-04-251-10/+11
* staging: wilc1000: rename hAgingTimer to avoid camelCase issueAjay Singh2018-04-251-5/+5
* staging: wilc1000: refactor mgmt_tx to fix line over 80 charsAjay Singh2018-04-251-76/+108
* staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh2018-04-251-9/+9
* staging: wilc1000: refactor WILC_WFI_p2p_rx() to avoid line over 80 charAjay Singh2018-04-251-63/+82
* staging: wilc1000: remove line over 80 char warnings in set_wiphy_params()Ajay Singh2018-04-251-4/+4
* staging: wilc1000: removed unused static variables for gtk and ptk informationAjay Singh2018-04-251-80/+0
* staging: wilc1000: refactor scan() to free kmalloc memory on failure casesAjay Singh2018-04-251-16/+46
* staging: wilc1000: Remove unnecessary braces {} around single statement blockEyal Ilsar2018-04-231-2/+1
* staging: wilc1000: replace switch statement by simple if conditionHariPrasath Elango2018-03-221-7/+1
* staging: wilc1000: destroy initialized mutex objectHariPrasath Elango2018-03-191-0/+1
OpenPOWER on IntegriCloud