summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: fix incorrent type in initializerBo YU2019-02-281-1/+1
* staging: wilc1000: fix incorrent type assignmentBo YU2019-02-261-2/+2
* staging: wilc1000: move macro and function prototype from wilc_wlan_if.h fileAjay Singh2019-02-071-0/+1
* staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh2019-02-071-27/+27
* staging: wilc1000: avoid use of 'hif_deinit_lock' static variableAjay Singh2019-02-071-11/+9Star
* staging: wilc1000: refactor code to use cookie informationAjay Singh2019-02-071-50/+22Star
* staging: wilc1000: remove use of 'terminated_handle' static variableAjay Singh2019-02-071-8/+7Star
* staging: wilc1000: rename timeout related macrosAjay Singh2019-02-041-4/+4
* staging: wilc1000: remove redundant reset of station statisticsAdham Abozaeid2019-01-301-20/+2Star
* Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman2019-01-281-3/+2Star
|\
| * staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva2019-01-151-2/+1Star
| * staging: wilc1000: fix registration frame sizeJĂșlius Milan2019-01-151-1/+1
* | staging: wilc1000: avoid the use of typedef for function pointersAjay Singh2019-01-181-6/+7
* | staging: wilc1000: refactor handle_set_mcast_filter()Ajay Singh2019-01-181-21/+16Star
* | staging: wilc1000: remove 'disconnect_info' structureAjay Singh2019-01-181-19/+5Star
* | staging: wilc1000: refactor information message parsing logicAjay Singh2019-01-181-50/+16Star
* | staging: wilc1000: use single struct for 'connect' related parametersAjay Singh2019-01-181-164/+53Star
* | staging: wilc1000: rename hidden_network related data structureAjay Singh2019-01-181-21/+19Star
* | staging: wilc1000: use struct to pack join parameters for FWAjay Singh2019-01-181-265/+139Star
* | staging: wilc1000: corrected order to pack join param bufferAjay Singh2019-01-181-4/+1Star
* | staging: wilc1000: make use of cfg80211_inform_bss_frame()Ajay Singh2019-01-181-116/+28Star
* | staging: wilc1000: remove the use of scan shadow bufferAjay Singh2019-01-181-60/+34Star
* | staging: wilc1000: make use of get_unaligned_le16/le32 to pack dataAjay Singh2019-01-181-12/+3Star
* | staging: wilc1000: remove set but not used variable 'msa'YueHaibing2019-01-151-2/+1Star
* | staging: wilc1000: make function wilc_get_stats_async staticMarko Stankovic2019-01-071-1/+1
|/
* staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh2018-12-171-22/+26
* staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh2018-12-051-119/+24Star
* staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh2018-12-051-112/+17Star
* staging: wilc1000: handle connect ops callback from cfg80211 contextAjay Singh2018-12-051-60/+44Star
* staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh2018-12-051-35/+4Star
* staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh2018-12-051-19/+19
* staging: wilc1000: handle remain on channel cfg ops from cfg80211 contextAjay Singh2018-12-051-25/+11Star
* staging: wilc1000: use correct 'struct remain_ch' variable in scan completeAjay Singh2018-12-051-1/+2
* staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handlingAjay Singh2018-12-051-35/+8Star
* staging: wilc1000: delete the unused code after code refactorAjay Singh2018-12-051-31/+0Star
* staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh2018-12-051-496/+195Star
* staging: wilc1000: refactor wilc_get_inactive_time() to avoid deferred handlingAjay Singh2018-12-051-68/+23Star
* staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...Ajay Singh2018-12-051-62/+20Star
* staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh2018-12-051-33/+16Star
* staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh2018-12-051-42/+9Star
* staging: wilc1000: refactor wilc_hif_set_cfg() to avoid deferred handlingAjay Singh2018-12-051-63/+32Star
* staging: wilc1000: refactor wilc_set_mac_chnl_num() to avoid deferred handlingAjay Singh2018-12-051-37/+9Star
* staging: wilc1000: handle mgmt_frame_register ops from cfg82011 contextAjay Singh2018-12-051-48/+22Star
* staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh2018-12-051-99/+29Star
* staging: wilc1000: handle delete beacon cfg ops from cfg80211 context()Ajay Singh2018-12-051-29/+10Star
* staging: wilc1000: use is_zero_ether_addr() API to check mac addressAjay Singh2018-12-051-2/+1Star
* staging: wilc1000: handle delete station related callback ops from cfg80211 c...Ajay Singh2018-12-051-114/+33Star
* staging: wilc1000: use void return for wilc_hif_pack_sta_param()Ajay Singh2018-12-051-10/+4Star
* staging: wilc1000: handle add and edit station from the cfg80211 contextAjay Singh2018-12-051-131/+61Star
* staging: wilc1000: handle setting power management from cfg80211 contextAjay Singh2018-12-051-43/+13Star