aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-25staging: wilc1000: Avoid overriding rates_no while parsing ies element.Adham Abozaeid1-11/+13
2018-05-25staging: wilc1000: fix spelling mistake: "Preamle" -> "Preamble"Colin Ian King1-1/+1
2018-05-14staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused codeAjay Singh3-70/+11
2018-05-14staging: wilc1000: remove s8idxarray to avoid datatype in variable nameAjay Singh1-3/+1
2018-05-14staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structureAjay Singh1-1/+0
2018-05-14staging: wilc1000: added comments for mutex and spinlock_tAjay Singh2-3/+4
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh4-20/+9
2018-05-14staging: wilc1000: added #define for setting radiotap headerAjay Singh1-6/+5
2018-05-14staging: wilc1000: fix line over 80 chars in wilc_sdio structAjay Singh1-1/+2
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 wilc_create_wiphy() declarationAjay Singh1-1/+2
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-14staging: wilc1000: fix line over 80 chars in linux_monAjay Singh1-7/+7
2018-05-14staging: wilc1000: replace kmalloc with kmemdup() in handle_connect_timeout()Ajay Singh1-4/+5
2018-05-14staging: wilc1000: fix line over 80 chars in host_int_parse_assoc_resp_info()Ajay Singh1-4/+5
2018-05-14staging: wilc1000: fix line over 80 characters in host_int_parse_join_bss_param()Ajay Singh1-116/+131
2018-05-14staging: wilc1000: fix line over 80 chars issue in host_int_handle_disconnect()Ajay Singh1-4/+4
2018-05-14staging: wilc1000: fix line over 80 characters issue in handle_connect()Ajay Singh1-4/+2
2018-05-14staging: wilc1000: fix line over 80 chars in handle_key()Ajay Singh1-22/+37
2018-05-14staging: wilc1000: remove 'ret' variable in handle_key()Ajay Singh1-12/+5
2018-05-14staging: wilc1000: added complete() call for error scenario in handle_key()Ajay Singh1-8/+11
2018-05-06staging: wilc1000: Remove unnecessary array index checkNathan Chancellor1-1/+1
2018-05-06staging: wilc1000: Remove useless functionNathan Chancellor3-22/+5
2018-05-06staging: wilc1000: Remove unused variablesNathan Chancellor2-18/+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: use is_broadcast_ether_addr check for broadcast addressAjay Singh1-2/+1
2018-05-03staging: wilc1000: move macro after the #include file in wilc_wfi_netdeviceAjay Singh1-9/+9
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh11-86/+6
2018-05-03staging: wilc1000: remove unnecessary static function defination in wilc_spiAjay Singh1-3/+0
2018-05-03staging: wilc1000: remove unused macros in host_interfaceAjay Singh1-4/+2
2018-05-03staging: wilc1000: remove the use of cur_byte variable in functionsAjay Singh1-7/+1
2018-05-03staging: wilc1000: remove static variable 'del_beacon' and null checkAjay Singh1-4/+1
2018-05-03staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase for function nameAjay Singh3-3/+3
2018-05-03staging: wilc1000: rename WILC_WFI_init_mon_interface to avoid uppercase in function nameAjay Singh3-3/+4
2018-05-03staging: wilc1000: rename WILC_WFI_mon_xmit to avoid uppercase for function nameAjay Singh1-2/+2
2018-05-03staging: wilc1000: rename WILC_WFI_mon_priv to avoid uppercase for struct nameAjay Singh2-4/+4
2018-05-03staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function nameAjay Singh3-3/+3
2018-05-03staging: wilc1000: remove unnecessary file and function header commentsAjay Singh4-69/+0