summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh2018-07-061-9/+9
* staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-281-7/+7
* staging: wilc1000: updated TODO fileAjay Singh2018-06-281-5/+0
* staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh2018-06-281-3/+9
* staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh2018-06-281-3/+3
* staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh2018-06-281-4/+0
* staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh2018-06-281-3/+0
* staging: wilc1000: handle freeing of key data in wep add keyAjay Singh2018-06-281-7/+0
* staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()Ajay Singh2018-06-281-48/+42
* staging: wilc1000: remove 'hif_thread_comp' completionsAjay Singh2018-06-281-35/+0
* staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh2018-06-283-133/+132
* staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd()Ajay Singh2018-06-281-399/+544
* staging: wilc1000: remove unused marco related to HIF commandsAjay Singh2018-06-281-36/+0
* staging: wilc1000: remove host_if_work() to handle TODO list issueAjay Singh2018-06-281-296/+278
* staging: wilc1000: Use common structs to parse ip packetsThibaut Robert2018-06-281-28/+15
* staging: wilc1000: move 'txq_spinlock_flags' from 'wilc' structure to local v...Ajay Singh2018-06-172-4/+3
* staging: wilc1000: remove 'rxq_entries' from 'wilc' structAjay Singh2018-06-172-6/+2
* staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh2018-06-174-20/+12
* staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh2018-06-174-49/+19
* staging: wilc1000: Avoid overriding rates_no while parsing ies element.Adham Abozaeid2018-05-251-11/+13
* staging: wilc1000: fix spelling mistake: "Preamle" -> "Preamble"Colin Ian King2018-05-251-1/+1
* staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused...Ajay Singh2018-05-143-70/+11
* staging: wilc1000: remove s8idxarray to avoid datatype in variable nameAjay Singh2018-05-141-3/+1
* staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structureAjay Singh2018-05-141-1/+0
* staging: wilc1000: added comments for mutex and spinlock_tAjay Singh2018-05-142-3/+4
* staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh2018-05-144-20/+9
* staging: wilc1000: added #define for setting radiotap headerAjay Singh2018-05-141-6/+5
* staging: wilc1000: fix line over 80 chars in wilc_sdio structAjay Singh2018-05-141-1/+2
* 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 wilc_create_wiphy() declarationAjay Singh2018-05-141-1/+2
* 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: fix line over 80 chars in linux_monAjay Singh2018-05-141-7/+7
* staging: wilc1000: replace kmalloc with kmemdup() in handle_connect_timeout()Ajay Singh2018-05-141-4/+5
* staging: wilc1000: fix line over 80 chars in host_int_parse_assoc_resp_info()Ajay Singh2018-05-141-4/+5
* staging: wilc1000: fix line over 80 characters in host_int_parse_join_bss_par...Ajay Singh2018-05-141-116/+131
* staging: wilc1000: fix line over 80 chars issue in host_int_handle_disconnect()Ajay Singh2018-05-141-4/+4
* staging: wilc1000: fix line over 80 characters issue in handle_connect()Ajay Singh2018-05-141-4/+2
* staging: wilc1000: fix line over 80 chars in handle_key()Ajay Singh2018-05-141-22/+37
* staging: wilc1000: remove 'ret' variable in handle_key()Ajay Singh2018-05-141-12/+5